Skip to content

Commit f2f24cf

Browse files
committed
build: version bump phpcs and allow phpunit 10.
1 parent 252f8f4 commit f2f24cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
],
1919
"require": {
2020
"php": ">=7.2",
21-
"squizlabs/php_codesniffer": "^3.7||^4.0",
21+
"squizlabs/php_codesniffer": "^3.13||^4.0",
2222
"dealerdirect/phpcodesniffer-composer-installer": "^1.1"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.5||^9.6||^11.5",
25+
"phpunit/phpunit": "^8.5||^9.6||^10.5||^11.5",
2626
"phpcsstandards/phpcsdevtools": "^1.0",
2727
"php-parallel-lint/php-parallel-lint": "^1.4"
2828
},

0 commit comments

Comments
 (0)