Skip to content

Commit 52bd77d

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 b8560da commit 52bd77d

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
@@ -51,7 +51,7 @@
5151
"require-dev": {
5252
"ext-pcntl": "*",
5353
"phpunit/phpunit": "^9.5.28",
54-
"phpstan/phpstan": "^1.0",
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": "^4.7|^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.64",
7474
"dms/phpunit-arraysubset-asserts": "^0.2.1",
7575
"phpspec/prophecy-phpunit": "^2.0"
7676
},

0 commit comments

Comments
 (0)