]> git.pld-linux.org Git - packages/composer.git/commitdiff
1.5.0 - 2017-08-08
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2017 17:54:48 +0000 (20:54 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2017 17:54:48 +0000 (20:54 +0300)
- Changed the package install order to ensure that plugins are always installed as soon as possible
- Added ability to call composer from within sub-directories of a project
- Added support for GitLab API v4
- Added support for GitLab sub-groups
- Added some more rules to composer validate
- Added support for reading the `USER` env when guessing the username in `composer init`
- Added warning when uncompressing files with the same name but difference cases on case insensitive filesystems
- Added `htaccess-protect` option / `COMPOSER_HTACCESS_PROTECT` env var to disable the .htaccess creation in home dir (defaults to true)
- Improved `clear-cache` command
- Minor improvements/fixes and many documentation updates

composer.spec

index 2779ea4df41b34292cc59e83e342b6e3990d76c1..b4edd52a872fb5b4946e141f050caf2025af754b 100644 (file)
@@ -6,12 +6,12 @@
 %include       /usr/lib/rpm/macros.php
 Summary:       Dependency Manager for PHP
 Name:          composer
-Version:       1.4.3
+Version:       1.5.0
 Release:       1
 License:       MIT
 Group:         Development/Languages/PHP
 Source0:       https://github.com/composer/composer/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: e3f4eab20910dbac8b7913d60aab419a
+# Source0-md5: a81ca51253805e23c384e14f817f16df
 Source2:       https://raw.githubusercontent.com/iArren/%{name}-bash-completion/86a8129/composer
 # Source2-md5: cdeebf0a0da1fd07d0fd886d0461642e
 Source3:       autoload.php
This page took 0.060885 seconds and 4 git commands to generate.