Skip to content
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

PHPUnit 10 #662

Open
wants to merge 2 commits into
base: 2.x
Choose a base branch
from
Open

PHPUnit 10 #662

wants to merge 2 commits into from

Conversation

LordSimal
Copy link

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 9 installs, 46 updates, 2 removals
  - Removing sebastian/resource-operations (3.0.3)
  - Removing doctrine/instantiator (2.0.0)
  - Upgrading composer/pcre (3.3.1 => 3.3.2): Extracting archive
  - Upgrading symfony/service-contracts (v3.5.0 => v3.5.1): Extracting archive
  - Upgrading symfony/stopwatch (v7.0.3 => v7.2.2): Extracting archive
  - Upgrading symfony/process (v7.1.7 => v7.2.0): Extracting archive
  - Upgrading symfony/polyfill-php81 (v1.28.0 => v1.31.0): Extracting archive
  - Upgrading symfony/options-resolver (v7.0.0 => v7.2.0): Extracting archive
  - Upgrading symfony/finder (v7.0.0 => v7.2.2): Extracting archive
  - Upgrading symfony/filesystem (v7.1.5 => v7.2.0): Extracting archive
  - Upgrading symfony/event-dispatcher-contracts (v3.5.0 => v3.5.1): Extracting archive
  - Upgrading symfony/event-dispatcher (v7.0.3 => v7.2.0): Extracting archive
  - Upgrading symfony/string (v7.1.5 => v7.2.0): Extracting archive
  - Upgrading symfony/console (v7.1.5 => v7.2.1): Extracting archive
  - Upgrading sebastian/diff (4.0.6 => 5.1.1): Extracting archive
  - Installing react/event-loop (v1.5.0): Extracting archive
  - Installing evenement/evenement (v3.0.2): Extracting archive
  - Installing react/stream (v1.4.0): Extracting archive
  - Installing react/promise (v3.2.0): Extracting archive
  - Installing react/cache (v1.2.0): Extracting archive
  - Installing react/dns (v1.13.0): Extracting archive
  - Installing react/socket (v1.16.0): Extracting archive
  - Installing react/child-process (v0.6.6): Extracting archive
  - Installing clue/ndjson-react (v1.3.0): Extracting archive
  - Upgrading friendsofphp/php-cs-fixer (v3.48.0 => v3.67.0): Extracting archive
  - Upgrading sanmai/pipeline (v6.10 => 6.12): Extracting archive
  - Upgrading phpstan/phpdoc-parser (1.32.0 => 2.0.0): Extracting archive
  - Upgrading doctrine/deprecations (1.1.3 => 1.1.4): Extracting archive
  - Upgrading phpdocumentor/type-resolver (1.8.2 => 1.10.0): Extracting archive
  - Upgrading phpdocumentor/reflection-docblock (5.4.1 => 5.6.1): Extracting archive
  - Upgrading symfony/var-exporter (v7.0.1 => v7.2.0): Extracting archive
  - Upgrading symfony/dependency-injection (v7.0.1 => v7.2.0): Extracting archive
  - Upgrading symfony/config (v7.0.0 => v7.2.0): Extracting archive
  - Upgrading sebastian/version (3.0.2 => 4.0.1): Extracting archive
  - Upgrading sebastian/type (3.2.1 => 4.0.0): Extracting archive
  - Upgrading sebastian/recursion-context (4.0.5 => 5.0.0): Extracting archive
  - Upgrading sebastian/object-reflector (2.0.4 => 3.0.0): Extracting archive
  - Upgrading sebastian/object-enumerator (4.0.4 => 5.0.0): Extracting archive
  - Upgrading sebastian/global-state (5.0.6 => 6.0.2): Extracting archive
  - Upgrading sebastian/exporter (4.0.5 => 5.1.2): Extracting archive
  - Upgrading sebastian/environment (5.1.5 => 6.1.0): Extracting archive
  - Upgrading sebastian/comparator (4.0.8 => 5.0.3): Extracting archive
  - Upgrading sebastian/code-unit (1.0.8 => 2.0.0): Extracting archive
  - Upgrading sebastian/cli-parser (1.0.1 => 2.0.1): Extracting archive
  - Upgrading phpunit/php-timer (5.0.3 => 6.0.0): Extracting archive
  - Upgrading phpunit/php-text-template (2.0.4 => 3.0.1): Extracting archive
  - Upgrading phpunit/php-invoker (3.1.1 => 4.0.0): Extracting archive
  - Upgrading phpunit/php-file-iterator (3.0.6 => 4.1.0): Extracting archive
  - Upgrading theseer/tokenizer (1.2.2 => 1.2.3): Extracting archive
  - Upgrading sebastian/lines-of-code (1.0.3 => 2.0.2): Extracting archive
  - Upgrading sebastian/complexity (2.0.2 => 3.2.0): Extracting archive
  - Upgrading sebastian/code-unit-reverse-lookup (2.0.3 => 3.0.0): Extracting archive
  - Upgrading phpunit/php-code-coverage (9.2.29 => 10.1.16): Extracting archive
  - Upgrading phar-io/manifest (2.0.3 => 2.0.4): Extracting archive
  - Upgrading myclabs/deep-copy (1.11.1 => 1.12.1): Extracting archive
  - Upgrading phpunit/phpunit (9.6.15 => 10.5.40): Extracting archive
  - Upgrading spatie/array-to-xml (3.3.0 => 3.4.0): Extracting archive
Generating autoload files
69 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
infection/extension-installer: No extensions found

since I had to do a composer update -W this also forced me to do a make fix and make fix-prettier to get a green make test

Similar to #661 even though that one is still on PHP 9.5

The fact that this lib requires PHP 8.3+ would techinically also make PHPUnit 11 work, but that can be done later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant