Skip to content

Commit

Permalink
Merge pull request #46 from mailjet/php8
Browse files Browse the repository at this point in the history
fix php8 update
  • Loading branch information
uavn authored Feb 26, 2021
2 parents e168d36 + b8d780a commit 322ede7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"mailjet/mailjet-swiftmailer": "^2.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"fakerphp/faker": "~1",
"mockery/mockery": "0.9.*|^1.0",
"phpunit/phpunit": "~7.0|^8.0",
"phpunit/phpunit": "~7.0|^8.0|^9",
"orchestra/testbench": "3.6|^4.0|^5.0|^6.0"
},
"autoload": {
Expand Down

0 comments on commit 322ede7

Please sign in to comment.