-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composer Automation to build PHAR distribution #270
Comments
Good idea. Added to the roadmap. But I give a lowest priority to this task and all other additional tasks. |
I want to release the final stable version 5.4 in 2 days now. This task will then be added in v6.0 |
We can also automated creation of phar version at composer project installation or update. What do you think about this solution (easy to implement) ? |
We were experimenting with this |
I'm able to produce a solution (composer based) in next 1 or 2 days. |
I've just finished to test POC in php-compatinfo-db project (see llaville/php-compatinfo-db#59) I'll apply the same fix tomorrow in branch master of php-compatinfo. I'll keep you aware when it will be available ! |
No need to wait major version 6.0; It will come with bugfix release 5.4.2 |
|
Thank you. |
While working of CI implementation (#271), I found that My fisrt approch was to ignore PHP version requirement on Composer install, but it introduced other issues. I've then decided to remove Composer Automation to build PHAR version of CompatInfo, and reintroduced PHP 8 support in CI ! |
It is not so easy to get a tool packaged in a PHAR file as you have to know the URL.
phive install php-compat-info
makes more sense.https://github.com/phar-io/phive
All you need
The text was updated successfully, but these errors were encountered: