Aeliot-Tm / php-cs-fixer-baseline

Simple baseline for PHP CS Fixer
MIT License
1 stars 2 forks source link

Phive Support #3

Closed sfaujour closed 6 days ago

sfaujour commented 3 months ago

Thanks a lot for this project, it will help us a lot. We are using PHPCsFixer with Phive, so we want also use this with Phive too. Currently i don't know the requirements to make it available for PHIVE, but it seems that a PHAR file is needed, within the project.

Would this be possible to implement?

Aeliot-Tm commented 1 month ago

Hi @sfaujour,

It would be nice! Thank you for suggestion! I'm going to support PHAR/PHIVE in most of my repositories. I'll try to find time for this in 3 nearest weeks. Or feel you free to contribute it :smiley:

sfaujour commented 1 month ago

@Aeliot-Tm Thank you and no pressure. I'll try to have a look, but with no guarantee and not within the next 2 weeks.

Aeliot-Tm commented 1 week ago

Hi @sfaujour,

I implemented support of PHAR. See release v1.2.0

Aeliot-Tm commented 1 week ago

Hi @sfaujour,

Alias php-cs-fixer-baseline of this project was accepted and merged into database of phar.io. https://github.com/phar-io/phar.io/pull/158 Just wait till it will be deployed.

Then you'll be able to call phive install php-cs-fixer-baseline.

See issue https://github.com/phar-io/phar.io/issues/157 for explanation.

theseer commented 1 week ago

You can tell phive to update the database file with phive update-repository-list - no need to wait ;)

sfaujour commented 6 days ago

@Aeliot-Tm Looks great and works as expected. Love it! ❤️