Change package to phpdevsr/minify-fork and namespace to PHPDevsr\Minify, upgrade to PHP 8.2#1
Change package to phpdevsr/minify-fork and namespace to PHPDevsr\Minify, upgrade to PHP 8.2#1Copilot wants to merge 6 commits into
Conversation
Agent-Logs-Url: https://github.com/PHPDevsr/minify-fork/sessions/9e5ed229-23b7-41f0-9382-13ac9eaf3156 Co-authored-by: ddevsr <97607754+ddevsr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/PHPDevsr/minify-fork/sessions/9e5ed229-23b7-41f0-9382-13ac9eaf3156 Co-authored-by: ddevsr <97607754+ddevsr@users.noreply.github.com>
|
@copilot change matthiasmullie/path-converter package to https://github.com/PHPDevsr/path-converter-fork |
Agent-Logs-Url: https://github.com/PHPDevsr/minify-fork/sessions/a77d0b08-8051-48a6-91c4-996c8bd08ba7 Co-authored-by: ddevsr <97607754+ddevsr@users.noreply.github.com>
Done in commit |
|
@copilot phpdevsr/path-converter-fork using v2.0.0 using minimum PHP 8.2, I want you make this minimum PHP 8.2 too with have Rector, PHPStan, PHP-CS-Fixer with minimum PHP 8.2 |
…Nexus82) Agent-Logs-Url: https://github.com/PHPDevsr/minify-fork/sessions/184abc9f-a1c7-460b-a68e-d4b0cfb49ba3 Co-authored-by: ddevsr <97607754+ddevsr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/PHPDevsr/minify-fork/sessions/184abc9f-a1c7-460b-a68e-d4b0cfb49ba3 Co-authored-by: ddevsr <97607754+ddevsr@users.noreply.github.com>
Done in commit
|
Renames the Composer package and PHP namespace from the original
matthiasmullie/minify/MatthiasMullie\Minifytophpdevsr/minify-fork/PHPDevsr\Minify. Replaces thematthiasmullie/path-converterdependency with the PHPDevsr fork at v2.0.0, and upgrades the minimum PHP requirement to 8.2 with modern static analysis and code quality tooling.Changes
composer.json— updatedname,homepage,autoloadandautoload-devnamespace mappings; added PHPDevsr as maintainer and noted the original repo in thedescription; replacedmatthiasmullie/path-converterwithphpdevsr/path-converter-fork ^2.0; bumped PHP minimum to^8.2; replaced old dev-dependencies withfriendsofphp/php-cs-fixer ^3.95,nexusphp/cs-config ^3.28,phpstan/phpstan ^2.0,rector/rector ^2.0,phpunit/phpunit ^10.5||^11.0; added Composer scripts (cs,cs-fix,phpstan,phpstan-baseline,rector,rector-fix,analyze) andconfig.allow-pluginssrc/— renamed namespaceMatthiasMullie\Minify→PHPDevsr\Minifyin all PHP source files; updatedMatthiasMullie\PathConverter→PHPDevsr\PathConverterinCSS.phptests/— renamed namespaceMatthiasMullie\Minify\Tests→PHPDevsr\Minify\Testsin all test filesbin/minifycss,bin/minifyjs— updatedusestatement toPHPDevsr\Minify.php-cs-fixer.php— updated to usenexusphp/cs-configNexus82ruleset for PHP 8.2phpstan.neon— added PHPStan configuration at level 8 targetingsrc/rector.php— added Rector configuration targeting PHP 8.2 withUP_TO_PHP_82,CODE_QUALITY, andDEAD_CODEsetsREADME.md— updated package name, badges, and usage examples; added attribution to the original library at https://github.com/matthiasmullie/minify