]> git.pld-linux.org Git - packages/composer.git/commitdiff
up to 1.8.0 (2018-12-03) auto/th/composer-1.8.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Jan 2019 14:08:58 +0000 (16:08 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Jan 2019 14:08:58 +0000 (16:08 +0200)
- 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

index 29148c733600b8428c98105f365d71c91d87343f..f58c7dff8d614616b7dca61bb1c74f74f4c6daa1 100644 (file)
@@ -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
This page took 0.042422 seconds and 4 git commands to generate.