Skip to content

Commit

Permalink
Merge pull request #437 from spatie/revert-370-fix-composer-dependencies
Browse files Browse the repository at this point in the history
Revert "Raise composer dependency level to fix tests"
  • Loading branch information
freekmurze committed Feb 26, 2020
2 parents c50eefc + 937a143 commit 3fe85cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
],
"require": {
"php": "^7.1",
"illuminate/database": "~5.8.0|^6.0",
"illuminate/http": "~5.8.0|^6.0",
"illuminate/support": "~5.8.0|^6.0"
"illuminate/database": "~5.6.34|~5.7.0|~5.8.0|^6.0",
"illuminate/http": "~5.6.34|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
"orchestra/testbench": "~3.8.0|^4.0",
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|^4.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit 3fe85cd

Please sign in to comment.