FloeDesignTechnologies / phpcs-security-audit

phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
GNU General Public License v3.0
710 stars 85 forks source link

Composer: update PHPCS Composer plugin dependency #82

Open jrfnl opened 4 years ago

jrfnl commented 4 years ago

The DealerDirect Composer plugin has just released version 0.7.0. This new version includes support for Composer 2.0.0 (upcoming) and allows for installation of the plugin in combination with PHP 8 and PHPCS 4.x-dev (for testing).

As Composer treats minors < 1.0 as majors, updating to this version requires an update to the composer.json requirements.

For pre-1.0 versions it also acts with safety in mind and treats ^0.3 as >=0.3.0 <0.4.0.

Refs:

joeparsons commented 3 years ago

Hi @jmarcil, any chance this could be merged and be included in a new release anytime soon? We've been using your tool in some of our projects but we've moved everything to Composer 2 and, as a result, we've created a fork of your project with just this change applied in order to be able to keep using this tool.

Thanks!