Skip to content

Commit 0440cdb

Browse files
committed
Raise requirement for laravel dependencies
1 parent 1ae427e commit 0440cdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/database": "~5.6.34|~5.7.0|~5.8.0|^6.0",
21-
"illuminate/http": "~5.6.34|~5.7.0|~5.8.0|^6.0",
22-
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0"
20+
"illuminate/database": "~5.8.0|^6.0",
21+
"illuminate/http": "~5.8.0|^6.0",
22+
"illuminate/support": "~5.8.0|^6.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^7.0|^8.0",
26-
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|^4.0",
26+
"orchestra/testbench": "~3.8.0|^4.0",
2727
"ext-json": "*"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)