Magento2: Upgrade vendors to latest versions for magento 2.4 release

Created on 30 Jun 2020  路  3Comments  路  Source: magento/magento2

Description (*)

The current state of branch 2.4-develop has some obsolete versions of vendors.
This is output of what composer report after run command: composer update && composer outdated (PHP v7.4.5)

allure-framework/allure-phpunit                1.2.4             1.3.1              A PHPUnit adapter for Allure report.
cache/cache                                    0.4.0             1.0.0              Library of all the php-cache adapters
colinmollenhour/cache-backend-redis            1.11.0            1.14.1             Zend_Cache backend using Redis with full support for tags.
colinmollenhour/credis                         1.11.1            1.11.2             Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.
composer/semver                                1.5.1             3.0.0              Semver library that offers utilities, version constraint parsing and validation.
container-interop/container-interop            1.2.0             1.2.0              Promoting the interoperability of container objects (DIC, SL, etc.)
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
csharpru/vault-php                             3.5.3             4.1.0              Best Vault client for PHP that you can find
dealerdirect/phpcodesniffer-composer-installer v0.5.0            v0.7.0             PHP_CodeSniffer Standards Composer Installer Plugin
doctrine/inflector                             v1.1.0            2.0.3              Common String Manipulations with regard to casing and singular/plural rules.
guzzlehttp/guzzle                              6.5.5             7.0.1              Guzzle is a PHP HTTP client library
jms/metadata                                   1.7.0             2.3.0              Class/method/property metadata management in PHP
jms/serializer                                 1.14.1            3.8.0              Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
laminas/laminas-config                         2.6.0             3.3.0              provides a nested object property based user interface for accessing this configuration data within application code
laminas/laminas-crypt                          2.6.0             3.3.1             
laminas/laminas-di                             2.6.1             3.1.2             
laminas/laminas-diactoros                      1.8.7p2           2.3.0              PSR HTTP Message implementations
laminas/laminas-hydrator                       2.4.2             3.0.2              Serialize objects to arrays, and vice versa
laminas/laminas-json                           2.6.1             3.1.2              provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
laminas/laminas-math                           2.7.1             3.2.0             
laminas/laminas-mvc                            2.7.15            3.1.1             
laminas/laminas-psr7bridge                     0.2.2             1.2.2              PSR-7 <-> Laminas\Http bridge
laminas/laminas-servicemanager                 2.7.11            3.4.1             
magento/composer                               1.6.x-dev f3e4bec dev-master fcc66f5 Magento composer library helps to instantiate Composer application and run composer commands.
monolog/monolog                                1.25.4            2.1.0              Sends your logs to files, sockets, inboxes, databases and various web services
pdepend/pdepend                                2.7.1             2.8.0              Official version of pdepend to be handled with Composer
pelago/emogrifier                              v3.1.0            v4.0.0             Converts CSS styles into inline style attributes in your HTML code
phar-io/manifest                               1.0.3             2.0.1              Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version                                2.0.1             3.0.2              Library for handling version information and constraints
php-amqplib/php-amqplib                        v2.10.1           v2.11.3            Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.
php-cs-fixer/diff                              v1.3.0            v2.0.1             sebastian/diff v2 backport support for PHP5.6
phpseclib/mcrypt_compat                        1.0.8             1.0.11             PHP 7.1 polyfill for the mcrypt extension from PHP <= 7.0
phpstan/phpstan                                0.12.23           0.12.31            PHPStan - PHP Static Analysis Tool
phpunit/php-timer                              3.1.4             5.0.1              Utility class for timing
phpunit/phpunit                                9.1.5             9.2.5              The PHP Unit Testing framework.
ramsey/uuid                                    3.8.0             4.0.1              Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).
symfony/console                                v4.4.10           v5.1.2             Symfony Console Component
symfony/event-dispatcher                       v4.4.10           v5.1.2             Symfony EventDispatcher Component
symfony/event-dispatcher-contracts             v1.1.7            v2.1.2             Generic abstractions related to dispatching event
symfony/process                                v4.4.10           v5.1.2             Symfony Process Component
vlucas/phpdotenv                               v2.6.5            v5.0.0             Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
webonyx/graphql-php                            v0.13.8           v14.0.0            A PHP port of GraphQL reference implementation
wikimedia/less.php                             1.8.2             v3.0.0             PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)

Expected behavior (*)

ideally: no major release vendors to upgrade or much less

Benefits

use latest versions of vendors guarantee more stable ecosystem.
example:
container-interop/container-interop is abandoned

Additional information

I think your team is already working on it, but I wanted to report this situation.

Format is valid done Reported on 2.3.0 feature request

All 3 comments

Hi @rvitaliy. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, please, review the Magento Contributor Assistant documentation.

Please, add a comment to assign the issue: @magento I am working on this


Hi @engcom-Lima. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:

  • [ ] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.
  • [ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • [ ] 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • [ ] 4. Verify that the issue is reproducible on 2.4-develop branch

    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!

  • [ ] 5. Add label Issue: Confirmed once verification is complete.

  • [ ] 6. Make sure that automatic system confirms that report has been added to the backlog.

Hello @rvitaliy, thank you for your report.
Please, create issue in community-features repo for further discussion.

Was this page helpful?
0 / 5 - 0 ratings