Skip to content

Commit ce9e673

Browse files
committed
build: remove minimum-stability key and add @dev to phpcs.
We only need phpcs 4.0 to be minimum stability as `dev`, not all dependencies. So just remove the key and add `@dev` to the correct dependency version constraint.
1 parent 483bae3 commit ce9e673

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818
],
1919
"require": {
2020
"php": ">=7.2",
21-
"squizlabs/php_codesniffer": "^3.13||^4.0",
21+
"squizlabs/php_codesniffer": "^3.13||^4.0@dev",
2222
"dealerdirect/phpcodesniffer-composer-installer": "^1.1"
2323
},
2424
"require-dev": {
2525
"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
},
29-
"minimum-stability": "dev",
3029
"autoload": {
3130
"psr-4": {
3231
"yCodeTech\\": "yCodeTech/"

0 commit comments

Comments
 (0)