Skip to content

Commit 021c219

Browse files
committed
Drop PHP 8.1 and Upgrade PHPUnit to 11.x
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent c90206d commit 021c219

File tree

3 files changed

+367
-267
lines changed

3 files changed

+367
-267
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"config": {
2222
"sort-packages": true,
2323
"platform": {
24-
"php": "8.1.99"
24+
"php": "8.2.99"
2525
},
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -30,8 +30,8 @@
3030
"extra": {
3131
},
3232
"require": {
33-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
34-
"phpunit/phpunit": "^10.3 || ^11",
33+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
34+
"phpunit/phpunit": "^11.5",
3535
"psr/container": "^1.0 || ^2.0.2"
3636
},
3737
"require-dev": {

0 commit comments

Comments
 (0)