Skip to content

Commit

Permalink
Add Mockery as dev dependency, limit PHPUnit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thomson committed Nov 3, 2020
1 parent df91c52 commit fffa6db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"wikimedia/composer-merge-plugin": "1.4.1"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.4|^9.3.3",
"mockery/mockery": "~1.3.3|^1.4.2",
"fzaninotto/faker": "~1.9",
"squizlabs/php_codesniffer": "3.*",
"php-parallel-lint/php-parallel-lint": "^1.0",
Expand Down

0 comments on commit fffa6db

Please sign in to comment.