composer
composer copied to clipboard
Use the Composer CLI in your Github Actions.
Hi everyone I'm having an issue with the Lua extension on my github action. ``` name: PHP Composer on: push: branches: [ main ] pull_request: branches: [ main ] env:...
try to fix #87 since I'm unsure how to test the changes, this adaption of the bash-script is untested - so please take an extra close look at this @g105b...
This github action is unable to apply composer patches, the specific add on I am using is - https://github.com/cweagans/composer-patches It is strange that if I use "composer install" instead of...
I tried to define the composer version as described [here in the readme file](https://github.com/php-actions/composer#using-different-versions-of-php-or-composer). If I only define the major-version the[ workflow file](https://github.com/Just-Another-Weather-Site/playground/blob/33064b1d3f32c9b5a9f3dd60e96bd3c21850e5e0/.github/workflows/validate.yaml) looks like this ```yaml name: Validate on:...
Hello, I am getting infinite runetimes when I require `gd` in `php_extensions` I have to cancel the job because each time because it will not stop running … Here are...
Adds support for using a non-standard ssh port when using a private repository configured with the `ssh_domain` option.
This is to fix a typo for the incorrect version used which is `v7` instead of `v6`
get the following when attempting to specify composer version (ex. 2.3.8), I believe this change should resolve it. `/usr/local/bin/composer: line 1: Version: not found`
Trying to get this action working, but I'm seeing "Resource not accessible by integration" errors on every build. Neither of the fixes mentioned in #39 and #66 worked for me....
Hello there, I run into similar problem with this package like php-actions/phpunit I think - not sure. I use php-actions/composer with private repos (with two private repos, both has the...