Skip to content

Commit 82fe3d7

Browse files
authored
Update Composer for Laravel 5.8 compatibility
1 parent 1014776 commit 82fe3d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15-
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
16-
"illuminate/support": "5.5.*|5.6.*|5.7.*",
15+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
16+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
1717
"graham-campbell/manager": "^3.0|^4.0",
1818
"pusher/pusher-php-server": "^3.3"
1919
},
2020
"require-dev": {
2121
"graham-campbell/analyzer": "^1.1",
2222
"graham-campbell/testbench": "^4.0|^5.0",
2323
"mockery/mockery": "^1.0",
24-
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
24+
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*",
2525
"phpunit/phpunit": "^6.5|^7.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)