Skip to content

Releases: Elendev/composer-push

Drop support of PHP < 7.2

19 May 10:43
6e92647
Compare
Choose a tag to compare

Updated PHP support and dropped PHP < 7.2

Support of multiple repositories in the configuration

19 May 08:49
1af0a4c
Compare
Choose a tag to compare

Better support of global installation

30 Apr 18:33
4d8504c
Compare
Choose a tag to compare

Add support of Symfony 5

30 Apr 12:09
0488070
Compare
Choose a tag to compare

Thanks @theravel for the PR!

Fix Guzzle function integration

29 Nov 07:47
9dc7d47
Compare
Choose a tag to compare

Support archive/exclude

07 Nov 14:45
3881a3f
Compare
Choose a tag to compare

Support Composer's archive/exclude file list in composer.json.

Thanks @marcoreni for this contribution!

Support global installation

05 Nov 06:59
fc8090a
Compare
Choose a tag to compare

Should now support global installation thanks to PR #12 (fixes issue #11).

Thanks @tvanrielwendrich for the contribution!

Support new ways to ignore files / directories

11 Apr 13:30
4e60c26
Compare
Choose a tag to compare

It is now possible to ignore files and directories, but also to use .gitattributes to ignore files and directories.

The option --ignore-dirs has been replaced by --ignore and has been marked as deprecated.

Thanks @Hodgy, @zhwei and @sdh100shaun for your contributions !

Add fixes from PR #5

11 Mar 10:39
c8ca320
Compare
Choose a tag to compare
Merge pull request #5 from Hodgy/bugfix/default-composer-ignore

Need to add a default return for getting from composer extras

Ignore-dirs configuration in composer.json

08 Mar 20:58
65387aa
Compare
Choose a tag to compare

Add the possibility to set ignore-dirs configuration into composer.json.