Skip to content

Commit

Permalink
[TASK] Bump phpunit versions and allow ^11
Browse files Browse the repository at this point in the history
> composer req --dev phpunit/phpunit:"^8.5.36 || ^9.6.16 || ^10.5.10 || ^11.0.2"
  • Loading branch information
lolli42 committed Feb 6, 2024
1 parent 8d535de commit aaa874c
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 @@ -24,7 +24,7 @@
"symfony/polyfill-mbstring": "^1.23"
},
"require-dev": {
"phpunit/phpunit": "^8.5.33 || ^9.6.11 || ^10.3.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.16 || ^10.5.10 || ^11.0.2",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.9.14"
},
Expand Down

0 comments on commit aaa874c

Please sign in to comment.