Skip to content

Commit

Permalink
Merge pull request #34 from askippers/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
jildertmiedema authored May 19, 2020
2 parents 26495e1 + 5543e91 commit 9ff5379
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 9ff5379

Please sign in to comment.