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 3e74d75 + 45dbcaa commit fb267e6Copy full SHA for fb267e6
composer.json
@@ -12,17 +12,17 @@
12
],
13
"require": {
14
"php": "^7.0",
15
- "illuminate/contracts": "5.5.*",
16
- "illuminate/support": "5.5.*",
17
- "graham-campbell/manager": "^3.0",
+ "illuminate/contracts": "5.5.*|5.6.*",
+ "illuminate/support": "5.5.*|5.6.*",
+ "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",
+ "graham-campbell/testbench": "^4.0|^5.0",
23
"mockery/mockery": "^1.0",
24
- "orchestra/testbench": "^3.5",
25
- "phpunit/phpunit": "^6.3"
+ "orchestra/testbench": "3.5.*|3.6.*",
+ "phpunit/phpunit": "^6.5|^7.0"
26
27
"autoload": {
28
"psr-4": {
0 commit comments