We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1014776 commit 82fe3d7Copy full SHA for 82fe3d7
composer.json
@@ -12,16 +12,16 @@
12
],
13
"require": {
14
"php": "^7.0",
15
- "illuminate/contracts": "5.5.*|5.6.*|5.7.*",
16
- "illuminate/support": "5.5.*|5.6.*|5.7.*",
+ "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
17
"graham-campbell/manager": "^3.0|^4.0",
18
"pusher/pusher-php-server": "^3.3"
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.*|3.7.*",
+ "orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*",
25
"phpunit/phpunit": "^6.5|^7.0"
26
27
"autoload": {
0 commit comments