Hello community,

here is the log from the commit of package php-composer for openSUSE:Leap:15.2 
checked in at 2020-03-18 00:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/php-composer (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.php-composer.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-composer"

Wed Mar 18 00:36:44 2020 rev:24 rq:785915 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/php-composer/php-composer.changes      
2020-02-06 21:37:07.248122670 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.php-composer.new.3160/php-composer.changes    
2020-03-18 00:36:50.693415624 +0100
@@ -1,0 +2,54 @@
+Sat Mar 14 10:45:35 UTC 2020 - Yunhe Guo <i...@guoyunhe.me>
+
+- Version 1.10.1
+  * Fixed path repository warning on empty path when using wildcards
+  * Fixed superfluous warnings when generating optimized autoloaders
+- Version 1.10.0
+  * Breaking: composer global exec ... now executes the process in
+    the current working directory instead of executing it in the
+    global directory.
+  * Warning: Added a warning when class names are being loaded by a
+    PSR-4 or PSR-0 rule only due to classmap optimization, but would
+    not otherwise be autoloadable. Composer 2.0 will stop autoloading
+    these classes so make sure you fix your autoload configs.
+  * Added new funding key to composer.json to describe ways your package's
+    maintenance can be funded. This reads info from GitHub's FUNDING.yml
+    by default so better configure it there so it shows on GitHub and
+    Composer/Packagist
+  * Added composer fund command to show funding info of your dependencies
+  * Added bearer auth config to authenticate using Authorization:
+    Bearer <token> headers
+  * Added plugin-api-version in composer.lock so third-party tools can
+    know which Composer version was used to generate a lock file
+  * Added support for --format=json output for show command when showing
+    a single package
+  * Added support for configuring suggestions using config command,
+    e.g. composer config suggest.foo/bar some text
+  * Added support for configuring fine-grained preferred-install using
+    config command, e.g. composer config preferred-install.foo/* dist
+  * Added @putenv script handler to set environment variables from
+    composer.json for following scripts
+  * Added lock option that can be set to false, in which case no
+    composer.lock file will be generated
+  * Added --add-repository flag to create-project command which will
+    persist the repo given in --repository into the composer.json of
+    the package being installed
+  * Fixed issue where --no-dev autoload generation was excluding some
+    packages which should not have been excluded
+  * Added support for IPv6 addresses in NO_PROXY
+  * Added package homepage display in the show command
+  * Added debug info about HTTP authentications
+  * Added Symfony 5 compatibility
+  * Added --fixed flag to require command to make it use a fixed constraint
+    instead of a ^x.y constraint when adding the requirement
+  * Fixed exclude-from-classmap matching subsets of directories e.g.
+    foo/ was excluding foobar/
+  * Fixed archive command to persist file permissions inside the zip files
+  * Fixed init/require command to avoid suggesting packages which are
+    already selected in the search results
+  * Fixed create-project UX issues
+  * Fixed filemtime for vendor/composer/* files is now only changing
+    when the files actually change
+  * Fixed issues detecting docker environment with an active open_basedir
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php-composer.spec ++++++
--- /var/tmp/diff_new_pack.stadMa/_old  2020-03-18 00:36:51.037415841 +0100
+++ /var/tmp/diff_new_pack.stadMa/_new  2020-03-18 00:36:51.037415841 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           php-composer
-Version:        1.9.3
+Version:        1.10.1
 Release:        0
 Summary:        Dependency Management for PHP
 License:        MIT

++++++ composer.phar ++++++
Binary files /var/tmp/diff_new_pack.stadMa/_old and 
/var/tmp/diff_new_pack.stadMa/_new differ


Reply via email to