Skip to content

Commit

Permalink
Update PHPUnit version requirement in composer.json
Browse files Browse the repository at this point in the history
The version requirement for PHPUnit has been expanded to support both 8.5 and 9.5 versions. This change allows for greater flexibility and compatibility with different setups.
  • Loading branch information
koriym committed Jun 8, 2024
1 parent b19e34e commit 541984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ray/di": "^2.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^8.5 || ^9.5",
"doctrine/coding-standard": "^8.2",
"phpmd/phpmd": "^2.9",
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit 541984a

Please # to comment.