Skip to content

Commit

Permalink
Fix mockery version to allow PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnetix committed May 19, 2020
1 parent df07a18 commit 6165d69
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 @@ -15,7 +15,7 @@
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "dev-master",
"mockery/mockery": "^1.3.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"friendsofphp/php-cs-fixer": "^2.16"
Expand Down

0 comments on commit 6165d69

Please sign in to comment.