Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
askippers authored Apr 26, 2020
1 parent 26495e1 commit 5543e91
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,12 +14,12 @@
],
"license": "MIT",
"require": {
"php": ">=7.2.0",
"illuminate/support": "^6.0"
"php": ">=7.2.5",
"illuminate/support": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^0.9.4"
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.2"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 5543e91

Please sign in to comment.