Skip to content

Commit

Permalink
PLAT-1892 Replace deprecated lib
Browse files Browse the repository at this point in the history
  • Loading branch information
radykal-com committed Dec 5, 2023
1 parent 3042f1d commit 9376914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"laravel/framework": "^6|^7|^8|^9",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.7",
"squizlabs/php_codesniffer": "^3.6"
"phpcsstandards/php_codesniffer": "^3.6"
},
"suggest": {
"twig/extensions": "~1.0",
Expand Down

1 comment on commit 9376914

@jrfnl
Copy link

@jrfnl jrfnl commented on 9376914 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.

Please sign in to comment.