We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1532d commit e5e975dCopy full SHA for e5e975d
composer.json
@@ -21,13 +21,13 @@
21
"require": {
22
"php": ">=5.6.4",
23
"guzzlehttp/guzzle": "^6.2",
24
- "illuminate/notifications": "5.3.*",
25
- "illuminate/support": "5.1.* || 5.2.* || 5.3.*"
+ "illuminate/notifications": "5.3.* || 5.4.*",
+ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*"
26
},
27
"require-dev": {
28
"mockery/mockery": "^0.9.5",
29
"phpunit/phpunit": "5.*",
30
- "orchestra/testbench": "3.3.x-dev"
+ "orchestra/testbench": "3.4.x-dev"
31
32
"autoload": {
33
"psr-4": {
0 commit comments