Skip to content

Commit

Permalink
Updated Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Nov 8, 2020
1 parent db7ef74 commit 8fb5bc1
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 @@ -10,18 +10,18 @@
},
{
"name": "Philipp Mochine",
"email": "[email protected]"
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2",
"illuminate/support": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0",
"illuminate/database": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0"
"illuminate/support": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0||~8.0",
"illuminate/database": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0||~8.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.2"
"phpunit/phpunit": "^9.4.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8fb5bc1

Please sign in to comment.