Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Nov 17, 2021
1 parent fc2e1e5 commit 0f6fd4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^8.0",
"drewm/mailchimp-api": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.3"
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0f6fd4f

Please sign in to comment.