Require PHP 8.1+#871
Merged
Merged
Conversation
Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 1 install, 23 updates, 1 removal - Removing ocramius/package-versions (2.1.0) - Locking composer/pcre (3.0.0) - Upgrading composer/xdebug-handler (1.4.6 => 3.0.3) - Upgrading infection/abstract-testframework-adapter (0.3.1 => 0.5.0) - Upgrading infection/infection (0.21.5 => 0.26.6) - Upgrading justinrainbow/json-schema (5.2.11 => 5.2.12) - Upgrading nikic/php-parser (v4.13.2 => v4.14.0) - Upgrading ondram/ci-detector (3.5.1 => 4.1.0) - Upgrading psr/container (1.1.2 => 2.0.2) - Upgrading sanmai/pipeline (v5.2.1 => v6.1) - Upgrading seld/jsonlint (1.8.3 => 1.9.0) - Upgrading symfony/console (v5.4.2 => v5.4.11) - Upgrading symfony/deprecation-contracts (v2.5.0 => v2.5.2) - Upgrading symfony/filesystem (v5.4.0 => v5.4.11) - Upgrading symfony/finder (v5.4.2 => v5.4.11) - Upgrading symfony/polyfill-ctype (v1.24.0 => v1.26.0) - Upgrading symfony/polyfill-intl-grapheme (v1.24.0 => v1.26.0) - Upgrading symfony/polyfill-intl-normalizer (v1.24.0 => v1.26.0) - Upgrading symfony/polyfill-mbstring (v1.24.0 => v1.26.0) - Upgrading symfony/polyfill-php73 (v1.24.0 => v1.26.0) - Upgrading symfony/polyfill-php80 (v1.24.0 => v1.26.0) - Upgrading symfony/process (v5.4.2 => v5.4.11) - Downgrading symfony/service-contracts (v2.5.0 => v1.1.2) - Upgrading symfony/string (v5.4.2 => v5.4.11) - Upgrading webmozart/assert (1.10.0 => 1.11.0) Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 19 updates, 0 removals - Downgrading psr/container (2.0.2 => 1.1.2) - Upgrading doctrine/annotations (1.13.2 => 1.13.3) - Upgrading doctrine/instantiator (1.4.0 => 1.4.1) - Upgrading doctrine/lexer (1.2.2 => 1.2.3) - Upgrading mikey179/vfsstream (v1.6.10 => v1.6.11) - Upgrading myclabs/deep-copy (1.10.2 => 1.11.0) - Upgrading phar-io/version (3.1.0 => 3.2.1) - Upgrading phpbench/phpbench (1.2.3 => 1.2.6) - Upgrading phpdocumentor/type-resolver (1.6.0 => 1.6.1) - Upgrading phpstan/phpstan (1.4.2 => 1.8.2) - Upgrading phpstan/phpstan-phpunit (1.0.0 => 1.1.1) - Upgrading phpstan/phpstan-strict-rules (1.1.0 => 1.3.0) - Upgrading phpunit/php-code-coverage (9.2.10 => 9.2.15) - Upgrading phpunit/phpunit (9.5.13 => 9.5.21) - Upgrading sebastian/environment (5.1.3 => 5.1.4) - Upgrading sebastian/global-state (5.0.3 => 5.0.5) - Upgrading sebastian/type (2.3.4 => 3.0.0) - Upgrading symfony/options-resolver (v5.4.0 => v5.4.11) - Upgrading symfony/service-contracts (v1.1.2 => v2.5.2) Signed-off-by: Luís Cobucci <[email protected]>
This makes use of new and fancy features from PHP 8.1 and (finally) getting rid of PHP 7.x stuff. Signed-off-by: Luís Cobucci <[email protected]>
|
@lcobucci Just wondering, why did you bump the minimum required PHP version to 8.1? PHP 8.0 is still supported by PHP until the end of this year. Are you using any 8.1 specific features? *nevermind, I see in #764b028 that lots of 8.1 specific features are applied as well. |
Collaborator
|
@marcovtwout used features visible in this diff: we already rely on You can expect dependency ranges to always be restricted further, as time passes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This bumps all dependencies, removes dependency on mbstring, and requires PHP 8.1+.