composer-push icon indicating copy to clipboard operation
composer-push copied to clipboard

Provide a `push` command to composer to push to repositories

Results 13 composer-push issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce ``` docker run -it --user root:root --rm --init -v `pwd`:`pwd` -w `pwd` skilldlabs/php:74-fpm /bin/ash composer global require elendev/composer-push --no-interaction composer global config --no-plugins allow-plugins.elendev/composer-push true ```...

We recently switched to `elendev/composer-push:^1.0` when we updated to a recent Version of Composer. Ever since we see deprecation Messages (produces by the Progress Bar I think). We're running PHP...

https://github.com/Elendev/nexus-composer-push/blob/9dc7d473eb0f28adb5caf829575b90d3010a59af/src/ZipArchiver.php#L48-L50 These lines are not necessary and also wrong. The Finder internally evaluates if we want to ignore VCS paths and adds the paths to ignore here: https://github.com/symfony/finder/blob/v4.4.4/Finder.php#L702 If you...

Hello, please make the cli parameter optional, because the version information are already in the composer.json file. At the moment it is possible for example to push the version 1.0.0...

enhancement

Utilizo el siguiente comando composer push --username=**** --password=**** --url=http://nexus.com/repository/xxx 0.0.1-SNAPSHOT Y me da el siguiente error. In Filesystem.php line 456: The end path "" is not absolute. Me podeís echar...

laravel 11 is used `symfony/finder v7.0.0` If so, would it be possible to add it?

Attempting to perform `composer push` command on windows 11 with php 8.3.4 causes following error: ```sh ***> composer push In PushCommand.php line 159: unlink(***\AppData\Local\Temp\comA3FA.tmp.zip): No such file or directory In...

I am trying to set up the package "ourcompany/project" in our own nexus repository, using composer-push. We have versions based on commit hashes already, that works nicely, and now I...

The `--keep-dot-files` was being ignored and the archive was always keeping the dot files. Parameters were off by one.