Skip to content

Commit 190ac7c

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 fa4d941 commit 190ac7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
},
5151
"require-dev": {
5252
"ext-pcntl": "*",
53-
"phpunit/phpunit": "^9.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",
@@ -70,7 +70,7 @@
7070
"doctrine/mongodb-odm-bundle": "^3.5|^4.3|^5.0",
7171
"alcaeus/mongo-php-adapter": "^1.0",
7272
"kwn/php-rdkafka-stubs": "^2.0.3",
73-
"friendsofphp/php-cs-fixer": "^3.4",
73+
"friendsofphp/php-cs-fixer": "^3.68",
7474
"dms/phpunit-arraysubset-asserts": "^0.2.1",
7575
"phpspec/prophecy-phpunit": "^2.0"
7676
},

0 commit comments

Comments
 (0)