Skip to content
Snippets Groups Projects
Commit bce2a155 authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[BUGFIX] Raise 3rd party composer packages to composer.lock version

During testing to activate E_ALL and PHP 8.1 testing with activated
E_ALL, nightly 'composerMin' tests for PHP8.1 are failing with several
E_DEPRECATED warnings, which was not discoverd in composerLock tests.

Several composer packages, ex. 'symfony/finder' and 'symfony/routing',
are required with different min versions than written in composer.lock
file, thus downgrading these components which emits E_DEPRECATED PHP8.1
warnings in nightly composerMin tests execeuted with PHP 8.1.

'symfony/options-resolver' needs to be added directly, as this has been
installed as dependency with different lower version constraints for
'friendsofphp/php-cs-fixer' and 'symfony/rate-limiter', thus we need to
add it directly with the locked version as min requirement as there are
no newer versions of these packages with needed min version as required
version.

'bacon/bacon-qr-code' needs to be raised to avoid a float to int PHP8.1
conversion warning.

This ...
parent 01e867b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment