Skip to content

Commit

Permalink
Updated to Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Sep 21, 2019
1 parent a79c9bb commit 4ed7455
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 @@ -14,14 +14,14 @@
}
],
"require": {
"php": ">=7.1",
"illuminate/support": "~5.4||~5.5||~5.6||~5.7||~5.8",
"illuminate/database": "~5.4||~5.5||~5.6||~5.7||~5.8"
"php": ">=7.2",
"illuminate/support": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0",
"illuminate/database": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^8.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4ed7455

Please sign in to comment.