We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://phar.io/#distributingPhars
what is needed:
phar.asc
After that, installing phing with phive should be working, steps to check installation:
wget https://phar.io/releases/phive.phar wget https://phar.io/releases/phive.phar.asc gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79 gpg --verify phive.phar.asc phive.phar chmod +x phive.phar
phive.phar install https://www.phing.info/get/phing-latest.phar
this requires https://www.phing.info/get/phing-latest.phar.asc to be published (GPG phar signature)
phive.phar install phingofficial/phing
this requires https://github.com/phingofficial/phing/releases/download/{version}/phing-version}.phar.asc to be published
After that phing alias for phive can be defined by PR in https://github.com/phar-io/phar.io/blob/master/data/repositories.xml
The text was updated successfully, but these errors were encountered:
Interesting idea! Are you willing / able to contribute some code to get this started?
Sorry, something went wrong.
Sure, I can do that
Refs #633 - phive integration (#642)
4271953
Refs phingofficial#633 - phive integration (phingofficial#642)
787d605
No branches or pull requests
https://phar.io/#distributingPhars
what is needed:
phar.asc
)After that, installing phing with phive should be working, steps to check installation:
this requires https://www.phing.info/get/phing-latest.phar.asc to be published (GPG phar signature)
this requires https://github.com/phingofficial/phing/releases/download/{version}/phing-version}.phar.asc to be published
After that phing alias for phive can be defined by PR in https://github.com/phar-io/phar.io/blob/master/data/repositories.xml
The text was updated successfully, but these errors were encountered: