Composer: update some CS related dependencies

The Composer PHPCS plugin has released its 1.0.0 version. 🎉

As minors below a 1.0 are considered as majors by Composer, this needs an update to the `composer.json` file to get access to the new version.
And as PHPCS has also released a new version, may as well update that as well.

Refs:
* https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0
* https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.7.2
This commit is contained in:
jrfnl 2023-03-06 16:18:14 +01:00
parent 43fcc67feb
commit a43c07c7ab
No known key found for this signature in database
GPG Key ID: 88BCD0973A23BCC6
1 changed files with 2 additions and 2 deletions

View File

@ -37,13 +37,13 @@
"ext-hash": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"doctrine/annotations": "^1.2.6 || ^1.13.3",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"squizlabs/php_codesniffer": "^3.7.2",
"yoast/phpunit-polyfills": "^1.0.4"
},
"suggest": {