Closed tadasauciunas closed 3 years ago
Main purpose of this PR was to allow newest versions of symfony/console usage. Managed to get the travis builds running by upgrading the php, phpunit, phpcs fixer, other library versions. Let me know what you think @widmogrod
Hi @tadasauciunas, this is grate!
I and community will really appreciate this, especially that I no longer actively maintain this repository but I know that few people do.
Thank you, grate job!
Since this is breaking change I release this change under version 3.0.0
Do you need any help with releasing the 3.0.0 version ? @widmogrod
Hi @tadasauciunas it's released: https://packagist.org/packages/widmogrod/zf2-assetic-module#3.0.0 https://github.com/widmogrod/zf2-assetic-module/tree/3.0.0
Sorry, main github repository page didn't show it for some reason, my mistake :) Thanks
The change removes deprecated kriswallsmith/assetic dependency, starts using assetic/framework (https://github.com/assetic-php/assetic). Also allows newest symfony/console and fabpot/php-cs-fixer library versions. The only place where symfony console was used was the CLI commands, so the 'return 0;' exit code change seems to have been the only change that was necessary with newest symfony versions. This fixes https://github.com/widmogrod/zf2-assetic-module/issues/187