-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require PHP 8.2 #1055
Merged
Merged
Require PHP 8.2 #1055
Conversation
This file contains 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
Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 20 updates, 0 removals - Upgrading composer/pcre (3.1.0 => 3.1.3) - Upgrading composer/xdebug-handler (3.0.3 => 3.0.4) - Upgrading fidry/cpu-core-counter (0.5.1 => 1.1.0) - Upgrading infection/infection (0.27.0 => 0.28.1) - Upgrading justinrainbow/json-schema (5.2.12 => v5.2.13) - Upgrading nikic/php-parser (v4.19.1 => v5.0.2) - Upgrading ondram/ci-detector (4.1.0 => 4.2.0) - Upgrading sanmai/later (0.1.2 => 0.1.4) - Upgrading sanmai/pipeline (v6.8.1 => v6.10) - Upgrading symfony/console (v6.3.2 => v6.4.6) - Upgrading symfony/deprecation-contracts (v3.3.0 => v3.4.0) - Upgrading symfony/filesystem (v6.3.1 => v6.4.6) - Upgrading symfony/finder (v6.3.2 => v6.4.0) - Upgrading symfony/polyfill-ctype (v1.27.0 => v1.29.0) - Upgrading symfony/polyfill-intl-grapheme (v1.27.0 => v1.29.0) - Upgrading symfony/polyfill-intl-normalizer (v1.27.0 => v1.29.0) - Upgrading symfony/polyfill-mbstring (v1.27.0 => v1.29.0) - Upgrading symfony/process (v6.3.2 => v6.4.4) - Upgrading symfony/service-contracts (v3.3.0 => v3.4.2) - Upgrading symfony/string (v6.3.2 => v7.0.4) Signed-off-by: Luís Cobucci <[email protected]>
Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 10 updates, 0 removals - Upgrading doctrine/lexer (3.0.0 => 3.0.1) - Upgrading phpbench/container (2.2.1 => 2.2.2) - Upgrading phpbench/phpbench (1.2.14 => 1.2.15) - Upgrading seld/jsonlint (1.10.0 => 1.10.2) - Upgrading symfony/console (v6.4.6 => v7.0.6) - Upgrading symfony/filesystem (v6.4.6 => v7.0.6) - Upgrading symfony/finder (v6.4.0 => v7.0.0) - Upgrading symfony/options-resolver (v6.3.0 => v7.0.0) - Upgrading symfony/process (v6.4.4 => v7.0.4) - Upgrading webmozart/glob (4.6.0 => 4.7.0) Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 21 updates, 0 removals - Upgrading phpunit/php-code-coverage (10.1.14 => 11.0.3) - Upgrading phpunit/php-file-iterator (4.1.0 => 5.0.0) - Upgrading phpunit/php-invoker (4.0.0 => 5.0.0) - Upgrading phpunit/php-text-template (3.0.1 => 4.0.0) - Upgrading phpunit/php-timer (6.0.0 => 7.0.0) - Upgrading phpunit/phpunit (10.5.17 => 11.1.1) - Upgrading sebastian/cli-parser (2.0.1 => 3.0.1) - Upgrading sebastian/code-unit (2.0.0 => 3.0.0) - Upgrading sebastian/code-unit-reverse-lookup (3.0.0 => 4.0.0) - Upgrading sebastian/comparator (5.0.1 => 6.0.0) - Upgrading sebastian/complexity (3.2.0 => 4.0.0) - Upgrading sebastian/diff (5.1.1 => 6.0.1) - Upgrading sebastian/environment (6.1.0 => 7.1.0) - Upgrading sebastian/exporter (5.1.2 => 6.0.1) - Upgrading sebastian/global-state (6.0.2 => 7.0.1) - Upgrading sebastian/lines-of-code (2.0.2 => 3.0.0) - Upgrading sebastian/object-enumerator (5.0.0 => 6.0.0) - Upgrading sebastian/object-reflector (3.0.0 => 4.0.0) - Upgrading sebastian/recursion-context (5.0.0 => 6.0.0) - Upgrading sebastian/type (4.0.0 => 5.0.0) - Upgrading sebastian/version (4.0.1 => 5.0.0) Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 3 updates, 0 removals - Upgrading phpstan/phpdoc-parser (1.23.0 => 1.28.0) - Upgrading slevomat/coding-standard (8.13.4 => 8.15.0) - Upgrading squizlabs/php_codesniffer (3.7.2 => 3.9.1) Signed-off-by: Luís Cobucci <[email protected]>
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 drops PHP 8.1 support, upgrading all dependencies.