Skip to content

Commit

Permalink
fix: Adding patch version to phpunit
Browse files Browse the repository at this point in the history
Adding a patch number to phpunit so the test suite is always using the highest
version of phpunit
  • Loading branch information
JimTools committed Jan 19, 2025
1 parent fa4d941 commit ad5153f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.6.22",
"phpstan/phpstan": "^2.1",
"queue-interop/queue-spec": "^0.6.2",
"symfony/browser-kit": "^6.2|^7.0",
"symfony/config": "^6.2|^7.0",
Expand All @@ -70,7 +70,7 @@
"doctrine/mongodb-odm-bundle": "^3.5|^4.3|^5.0",
"alcaeus/mongo-php-adapter": "^1.0",
"kwn/php-rdkafka-stubs": "^2.0.3",
"friendsofphp/php-cs-fixer": "^3.4",
"friendsofphp/php-cs-fixer": "^3.64",
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"phpspec/prophecy-phpunit": "^2.0"
},
Expand Down

0 comments on commit ad5153f

Please sign in to comment.