Skip to content

Commit 162ae8f

Browse files
authored
Merge pull request #40 from PHPCompatibility/feature/update-for-1.0-release-of-composer-phpcs-plugin
Composer: update the suggestion version of the Composer PHPCS plugin
2 parents ccb348f + 2975374 commit 162ae8f

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
@@ -28,7 +28,7 @@
2828
"phpcompatibility/phpcompatibility-passwordcompat" : "^1.0"
2929
},
3030
"require-dev" : {
31-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
31+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
3232
"symfony/polyfill-php54": "1.19",
3333
"symfony/polyfill-php55": "1.19",
3434
"symfony/polyfill-php56": "1.19",
@@ -40,7 +40,7 @@
4040
"symfony/polyfill-php80": "dev-main"
4141
},
4242
"suggest" : {
43-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
43+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
4444
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
4545
},
4646
"prefer-stable" : true

0 commit comments

Comments
 (0)