Skip to content

Commit b922935

Browse files
author
Stephan Wentz
committed
fix: Raise minimum versions
1 parent c29fcfa commit b922935

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
},
2020
"require": {
21-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0||^1.0",
21+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2222
"doctrine/coding-standard": "^12.0",
23-
"slevomat/coding-standard": "^8.4",
24-
"squizlabs/php_codesniffer": "^3.7"
23+
"slevomat/coding-standard": "^8.14",
24+
"squizlabs/php_codesniffer": "^3.9"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.1"
27+
"phpunit/phpunit": "^10.5"
2828
},
2929
"scripts": {
3030
"tests": [
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "6.0-dev"
39+
"dev-master": "8.0-dev"
4040
}
4141
},
4242
"config": {

0 commit comments

Comments
 (0)