Skip to content

Commit

Permalink
Fix Mocker not installable on PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Jul 26, 2021
1 parent 1bb89b3 commit 22ad7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"require-dev": {
"composer/composer": "^2",
"phpunit/phpunit": "^8.5.18",
"mockery/mockery": "^1.4.3",
"mockery/mockery": "^1.3.4",
"inpsyde/php-coding-standards": "^1@dev",
"vimeo/psalm": ">=4.8.1@stable",
"mikey179/vfsstream": "^1.6.9"
Expand Down

0 comments on commit 22ad7c3

Please sign in to comment.