[packages/composer] up to 1.8.0 (2018-12-03)

glen glen at pld-linux.org
Wed Jan 2 15:24:55 CET 2019


commit e408003f43c832a6efc87327a25c21e2d78accf9
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Jan 2 16:08:58 2019 +0200

    up to 1.8.0 (2018-12-03)
    
    - Changed `post-package-install` / `post-package-update` event to be fired *after* the lock file has been updated as opposed to before
    - Added support for removing packages using a wildcard with the `remove` command, e.g. `composer remove foo/*`
    - Added `chat` to the list of `support` channels you can list in composer.json
    - Added signal handling on require command to restore the composer.json in case of abort
    - Added `--ignore` to `outdated` command to pass one or more packages that you do not want to be listed
    - Added `--no-dev` to `check-platform-reqs` command to skip dev requirements even if they are installed
    - Added support for running plugin commands from sub-directories within a project much like other Composer commands
    - Added support for running Composer via phpdbg
    - Added `lib-imagick` platform package
    - Fixed validate command always checking for disabled checks when used with `--strict`

 composer.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/composer.spec b/composer.spec
index 29148c7..f58c7df 100644
--- a/composer.spec
+++ b/composer.spec
@@ -6,12 +6,12 @@
 %include	/usr/lib/rpm/macros.php
 Summary:	Dependency Manager for PHP
 Name:		composer
-Version:	1.7.3
+Version:	1.8.0
 Release:	1
 License:	MIT
 Group:		Development/Languages/PHP
 Source0:	https://github.com/composer/composer/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	ca52ec10e5110014addbcc987a3966f1
+# Source0-md5:	0429768f1ae3cce632b940fa42e471c2
 Source2:	https://raw.githubusercontent.com/iArren/%{name}-bash-completion/86a8129/composer
 # Source2-md5:	cdeebf0a0da1fd07d0fd886d0461642e
 Source3:	autoload.php
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/e408003f43c832a6efc87327a25c21e2d78accf9



More information about the pld-cvs-commit mailing list