Skip to content

Commit

Permalink
update php tools
Browse files Browse the repository at this point in the history
  • Loading branch information
herewithme committed Dec 4, 2023
1 parent 926e43c commit 4745e09
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,24 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"phpro/grumphp-shim": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"composer/installers": "^1.10"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"overtrue/phplint": "^2.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpcompatibility/php-compatibility": "^9.3",
"phpro/grumphp-shim": "^1.3",
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "^2.3"
"phpcsstandards/php_codesniffer": "^3.0",
"vimeo/psalm": "^4.4",
"wp-coding-standards/wpcs": "^3.0"
},
"scripts": {
"cs": "./vendor/bin/phpcs",
Expand Down

2 comments on commit 4745e09

@jrfnl
Copy link

@jrfnl jrfnl commented on 4745e09 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your support and your enthousiasm embracing the take-over of the PHP_CodeSniffer package.

In contrast to earlier information, arrangements are now being made to allow the package to continue under its original name on Packagist. The commit (in the new repo) to rename the package has been reverted.

I'd recommend reverting the Composer reference changes and keeping the changes which refer to the repo URL on GitHub.

Sorry for the confusion and thank you for understanding. I hope you'll enjoy the 3.8.0 release, which I expect to release this Friday.

@herewithme
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work @jrfnl , it's revert ;)

Please sign in to comment.