Skip to content

Commit f878d3c

Browse files
authored
Merge pull request #31 from daveearley/bump-mockery-phpunit-versions
Bump mockery & phpunit
2 parents eb264d9 + 4a5ba4f commit f878d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ext-json": "*"
1515
},
1616
"require-dev": {
17-
"mockery/mockery": "dev-master",
18-
"phpunit/phpunit": "^9.0"
17+
"mockery/mockery": "^1.3",
18+
"phpunit/phpunit": "^9.3"
1919
},
2020
"license": "MIT",
2121
"autoload": {

0 commit comments

Comments
 (0)