Skip to content

Commit 4324cf9

Browse files
committed
Composer: allow for the 1.0.0 version of the Composer PHPCS plugin
The Composer PHPCS plugin has released its 1.0.0 version. 🎉 Ref: https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0
1 parent 6a0e2ff commit 4324cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"sirbrillig/phpcs-import-detection": "^1.1",
5656
"phpcsstandards/phpcsdevcs": "^1.1",
5757
"phpstan/phpstan": "^1.7",
58-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
58+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
5959
"vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta"
6060
}
6161
}

0 commit comments

Comments
 (0)