Skip to content

Commit 0dc17c5

Browse files
authored
Merge pull request #370 from dominikb/fix-composer-dependencies
Raise composer dependency level to fix tests
2 parents ed34bf6 + 0440cdb commit 0dc17c5

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
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "^7.1",
24-
"illuminate/database": "~5.6.34|~5.7.0|~5.8.0|^6.0",
25-
"illuminate/http": "~5.6.34|~5.7.0|~5.8.0|^6.0",
26-
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0"
24+
"illuminate/database": "~5.8.0|^6.0",
25+
"illuminate/http": "~5.8.0|^6.0",
26+
"illuminate/support": "~5.8.0|^6.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^7.0|^8.0",
30-
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|^4.0",
30+
"orchestra/testbench": "~3.8.0|^4.0",
3131
"ext-json": "*"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)