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 83f20f0 + 31b3a58 commit 77a1226Copy full SHA for 77a1226
composer.json
@@ -12,16 +12,16 @@
12
],
13
"require": {
14
"php": "^7.0",
15
- "illuminate/contracts": "5.5.*|5.6.*",
16
- "illuminate/support": "5.5.*|5.6.*",
+ "illuminate/contracts": "5.5.*|5.6.*|5.7.*",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*",
17
"graham-campbell/manager": "^3.0|^4.0",
18
"pusher/pusher-php-server": "^3.0"
19
},
20
"require-dev": {
21
"graham-campbell/analyzer": "^1.1",
22
"graham-campbell/testbench": "^4.0|^5.0",
23
"mockery/mockery": "^1.0",
24
- "orchestra/testbench": "3.5.*|3.6.*",
+ "orchestra/testbench": "3.5.*|3.6.*|3.7.*",
25
"phpunit/phpunit": "^6.5|^7.0"
26
27
"autoload": {
0 commit comments