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.
2 parents 9c1532d + e5e975d commit 66de798Copy full SHA for 66de798
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