Skip to content

Commit bea54b5

Browse files
committed
Do not depent on phpunit 9 deps
1 parent d66b3f6 commit bea54b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"require": {
1212
"php": "^7.3",
13-
"webmozart/path-util": "^2.3",
14-
"dms/phpunit-arraysubset-asserts": "dev-master",
15-
"phpspec/prophecy-phpunit": "dev-master"
13+
"webmozart/path-util": "^2.3"
1614
},
1715
"require-dev": {
16+
"dms/phpunit-arraysubset-asserts": "dev-master",
17+
"phpspec/prophecy-phpunit": "dev-master",
1818
"phpunit/phpunit": "^9.0",
1919
"friendsofphp/php-cs-fixer": "~2.15.0",
2020
"phpstan/phpstan": "^0.12.0"

0 commit comments

Comments
 (0)