Skip to content

Commit

Permalink
Updated to include Laravel Framework 6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Sep 17, 2019
1 parent b82cbf0 commit 6fb2971
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
}
],
"require": {
"php" : ">=7.1.3",
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0"
"php": "^7.2",
"illuminate/database": "~5.6|~5.7|~5.8|^6.0",
"illuminate/support": "~5.6|~5.7|~5.8|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^7.5"
"orchestra/testbench": "~3.6|~3.7|~3.8|^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6fb2971

Please sign in to comment.