Closed WaldemarEnns closed 4 years ago
I will take a look at this later.
Alternatively, you can use the PHAR file directly. Download the lastest Version here: https://github.com/churchtools/changelogger/releases/download/v0.4.0/changelogger-0.4.0.phar
And execute it using php
.
Third Option would be using Phive. This is an tool, which downloads Phars. The benefits are:
phive install --target bin/ --copy https://github.com/churchtools/changelogger/releases/download/v0.4.0/changelogger-0.4.0.phar
I will take a look at this later.
Alternatively, you can use the PHAR file directly. Download the lastest Version here: https://github.com/churchtools/changelogger/releases/download/v0.4.0/changelogger-0.4.0.phar And execute it using
php
.Third Option would be using Phive. This is an tool, which downloads Phars. The benefits are:
- No dependency conflicts, because every tool uses its own PHAR
- Security feature: It verifies the checksum for you.
phive install --target bin/ --copy https://github.com/churchtools/changelogger/releases/download/v0.4.0/changelogger-0.4.0.phar
Thank you for the quick answer. Since it works, I am using the phar file for now 👍
@WaldemarEnns could you provide your global composer.json
file here? So I can test with your dependeny tree.
Should be fixed with v0.5.0
Problem
When i try to install the package globally, i get conflicts with packages of my laravel installation:
Log
Is there already a fix for this? Or any method i can avoid this error? Thank you :)