Skip to content

Commit 13e0fd0

Browse files
committed
fix: Adding patch version to phpunit
Adding a patch number to phpunit so the test suite is always using the highest version of phpunit
1 parent e7a74ac commit 13e0fd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
},
5151
"require-dev": {
5252
"ext-pcntl": "*",
53-
"phpunit/phpunit": "^10.5",
54-
"phpstan/phpstan": "^1.0",
53+
"phpunit/phpunit": "^9.6.22",
54+
"phpstan/phpstan": "^2.1",
5555
"queue-interop/queue-spec": "^0.6.2",
5656
"symfony/browser-kit": "^6.2|^7.0",
5757
"symfony/config": "^6.2|^7.0",
@@ -71,6 +71,7 @@
7171
"alcaeus/mongo-php-adapter": "^1.0",
7272
"kwn/php-rdkafka-stubs": "^2.0.3",
7373
"friendsofphp/php-cs-fixer": "^3.4",
74+
"dms/phpunit-arraysubset-asserts": "^0.2.1",
7475
"phpspec/prophecy-phpunit": "^2.0"
7576
},
7677
"autoload": {

0 commit comments

Comments
 (0)