Update dependency phpunit/phpunit to v11 #182
ci.yml
on: push
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Lint composer.json
Matrix: Static Analysis
Matrix: Tests
Annotations
10 errors and 5 warnings
Coding Standards (8.2)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- sebastian/diff[4.0.0, ..., 4.0.1] require php ^7.3 -> your php version (8.2.15) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ^11.0.3 -> satisfiable by phpunit/phpunit[11.0.3].
- slam/php-cs-fixer-extensions v3.10.0 requires friendsofphp/php-cs-fixer ^3.38.2 -> satisfiable by friendsofphp/php-cs-fixer[v3.38.2, ..., v3.49.0].
- friendsofphp/php-cs-fixer[v3.38.2, ..., v3.49.0] require sebastian/diff ^4.0 || ^5.0 -> satisfiable by sebastian/diff[4.0.0, ..., 4.0.5, 5.0.0, ..., 5.1.0].
- You can only install one version of a package, so only one of these can be installed: sebastian/diff[4.0.0, ..., 4.0.5, 5.0.0, ..., 5.1.0, 6.0.0].
- phpunit/phpunit 11.0.3 requires sebastian/diff ^6.0 -> satisfiable by sebastian/diff[6.0.0].
- Root composer.json requires slam/php-cs-fixer-extensions ^3.10.0 -> satisfiable by slam/php-cs-fixer-extensions[v3.10.0].
|
Coding Standards (8.2)
Process completed with exit code 2.
|
Tests (8.3, highest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laminas/laminas-modulemanager[2.8.0, ..., 2.9.0] require php ^5.6 || ^7.0 -> your php version (8.3.3) does not satisfy that requirement.
- laminas/laminas-modulemanager[2.11.0, ..., 2.12.0] require php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.3.3) does not satisfy that requirement.
- laminas/laminas-modulemanager[2.13.0, ..., 2.14.0] require php ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.3) does not satisfy that requirement.
- Root composer.json requires laminas/laminas-mvc ^3.7.0 -> satisfiable by laminas/laminas-mvc[3.7.0].
- laminas/laminas-mvc 3.7.0 requires laminas/laminas-modulemanager ^2.8 -> satisfiable by laminas/laminas-modulemanager[2.8.0, ..., 2.15.0].
- laminas/laminas-modulemanager 2.15.0 requires brick/varexporter ^0.3.2 || ^0.4 -> satisfiable by brick/varexporter[0.3.2, ..., 0.4.0].
- laminas/laminas-modulemanager[2.10.0, ..., 2.10.2] require brick/varexporter ^0.3.2 -> satisfiable by brick/varexporter[0.3.2, ..., 0.3.8].
- brick/varexporter[0.3.2, ..., 0.4.0] require nikic/php-parser ^4.0 -> satisfiable by nikic/php-parser[v4.0.0, ..., v4.18.0].
- You can only install one version of a package, so only one of these can be installed: nikic/php-parser[v4.0.0, ..., v4.18.0, v5.0.0, v5.0.1].
- phpunit/php-code-coverage 11.0.0 requires nikic/php-parser ^5.0 -> satisfiable by nikic/php-parser[v5.0.0, v5.0.1].
- phpunit/phpunit 11.0.3 requires phpunit/php-code-coverage ^11.0 -> satisfiable by phpunit/php-code-coverage[11.0.0].
- Root composer.json requires phpunit/phpunit ^11.0.3 -> satisfiable by phpunit/phpunit[11.0.3].
|
Tests (8.3, highest)
Process completed with exit code 2.
|
Tests (8.2, highest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laminas/laminas-modulemanager[2.8.0, ..., 2.9.0] require php ^5.6 || ^7.0 -> your php version (8.2.15) does not satisfy that requirement.
- laminas/laminas-modulemanager[2.11.0, ..., 2.12.0] require php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.2.15) does not satisfy that requirement.
- Root composer.json requires laminas/laminas-mvc ^3.7.0 -> satisfiable by laminas/laminas-mvc[3.7.0].
- laminas/laminas-mvc 3.7.0 requires laminas/laminas-modulemanager ^2.8 -> satisfiable by laminas/laminas-modulemanager[2.8.0, ..., 2.15.0].
- laminas/laminas-modulemanager 2.15.0 requires brick/varexporter ^0.3.2 || ^0.4 -> satisfiable by brick/varexporter[0.3.2, ..., 0.4.0].
- laminas/laminas-modulemanager[2.10.0, ..., 2.14.0] require brick/varexporter ^0.3.2 -> satisfiable by brick/varexporter[0.3.2, ..., 0.3.8].
- brick/varexporter[0.3.2, ..., 0.4.0] require nikic/php-parser ^4.0 -> satisfiable by nikic/php-parser[v4.0.0, ..., v4.18.0].
- You can only install one version of a package, so only one of these can be installed: nikic/php-parser[v4.0.0, ..., v4.18.0, v5.0.0, v5.0.1].
- phpunit/php-code-coverage 11.0.0 requires nikic/php-parser ^5.0 -> satisfiable by nikic/php-parser[v5.0.0, v5.0.1].
- phpunit/phpunit 11.0.3 requires phpunit/php-code-coverage ^11.0 -> satisfiable by phpunit/php-code-coverage[11.0.0].
- Root composer.json requires phpunit/phpunit ^11.0.3 -> satisfiable by phpunit/phpunit[11.0.3].
|
Tests (8.2, highest)
Process completed with exit code 2.
|
Static Analysis (8.2)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- sebastian/diff[4.0.0, ..., 4.0.1] require php ^7.3 -> your php version (8.2.15) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ^11.0.3 -> satisfiable by phpunit/phpunit[11.0.3].
- slam/php-cs-fixer-extensions v3.10.0 requires friendsofphp/php-cs-fixer ^3.38.2 -> satisfiable by friendsofphp/php-cs-fixer[v3.38.2, ..., v3.49.0].
- friendsofphp/php-cs-fixer[v3.38.2, ..., v3.49.0] require sebastian/diff ^4.0 || ^5.0 -> satisfiable by sebastian/diff[4.0.0, ..., 4.0.5, 5.0.0, ..., 5.1.0].
- You can only install one version of a package, so only one of these can be installed: sebastian/diff[4.0.0, ..., 4.0.5, 5.0.0, ..., 5.1.0, 6.0.0].
- phpunit/phpunit 11.0.3 requires sebastian/diff ^6.0 -> satisfiable by sebastian/diff[6.0.0].
- Root composer.json requires slam/php-cs-fixer-extensions ^3.10.0 -> satisfiable by slam/php-cs-fixer-extensions[v3.10.0].
|
Static Analysis (8.2)
Process completed with exit code 2.
|
Code Coverage (8.2)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- sebastian/diff[4.0.0, ..., 4.0.1] require php ^7.3 -> your php version (8.2.15) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ^11.0.3 -> satisfiable by phpunit/phpunit[11.0.3].
- slam/php-cs-fixer-extensions v3.10.0 requires friendsofphp/php-cs-fixer ^3.38.2 -> satisfiable by friendsofphp/php-cs-fixer[v3.38.2, ..., v3.49.0].
- friendsofphp/php-cs-fixer[v3.38.2, ..., v3.49.0] require sebastian/diff ^4.0 || ^5.0 -> satisfiable by sebastian/diff[4.0.0, ..., 4.0.5, 5.0.0, ..., 5.1.0].
- You can only install one version of a package, so only one of these can be installed: sebastian/diff[4.0.0, ..., 4.0.5, 5.0.0, ..., 5.1.0, 6.0.0].
- phpunit/phpunit 11.0.3 requires sebastian/diff ^6.0 -> satisfiable by sebastian/diff[6.0.0].
- Root composer.json requires slam/php-cs-fixer-extensions ^3.10.0 -> satisfiable by slam/php-cs-fixer-extensions[v3.10.0].
|
Code Coverage (8.2)
Process completed with exit code 2.
|
Coding Standards (8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests (8.3, highest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests (8.2, highest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Static Analysis (8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage (8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|