Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from pactode/master
Browse files Browse the repository at this point in the history
Add support for Laravel 5.7
  • Loading branch information
pactode authored Sep 27, 2018
2 parents 773f49d + c734439 commit f6c0f33
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
}
],
"require": {
"php": "^7.0",
"illuminate/support": "^5.5",
"illuminate/database": "^5.5"
"php": "^7.1",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"orchestra/database": "^3.5",
"orchestra/testbench": "^3.5",
"phpunit/phpunit": "^6.2"
"phpunit/phpunit": "^6.1|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f6c0f33

Please sign in to comment.