Skip to content

Commit

Permalink
Relax PHP requirement for phpunit to support PHP 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardChukwu committed Oct 17, 2024
1 parent 3e46678 commit da0cf7b
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 @@ -12,7 +12,7 @@
"require-dev": {
"composer/xdebug-handler": "^2.0",
"open-telemetry/dev-tools": "dev-main",
"phpunit/phpunit": "^11.4"
"phpunit/phpunit": "^8.0 || ^9.5 || ^10.0" // Support for PHP 8.0/8.1 while allowing newer versions
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit da0cf7b

Please sign in to comment.