Remove unused PHPUnit plugin from psalm.xml #188
static-analysis.yml
on: push
Static Analysis with PHPStan
27s
Static Analysis with PHPMD
29s
Static Analysis with ComposerRequireChecker
23s
Annotations
4 errors and 11 warnings
Static Analysis with ComposerRequireChecker
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires maglnet/composer-require-checker * -> satisfiable by maglnet/composer-require-checker[0.1.0, ..., 0.2.1, 1.0.0, 1.1.0, 2.0.0, 2.1.0, 3.0.0, ..., 3.8.0, 4.0.0, ..., 4.14.0].
- maglnet/composer-require-checker[0.1.0, ..., 0.1.6] require php ~7.0 -> your php version (8.3.14) does not satisfy that requirement.
- maglnet/composer-require-checker[0.2.0, ..., 0.2.1, 1.0.0, ..., 1.1.0] require php ~7.1 -> your php version (8.3.14) does not satisfy that requirement.
- maglnet/composer-require-checker 2.0.0 requires php ^7.1 -> your php version (8.3.14) does not satisfy that requirement.
- maglnet/composer-require-checker 2.1.0 requires php ^7.2 -> your php version (8.3.14) does not satisfy that requirement.
- maglnet/composer-require-checker[3.0.0, ..., 3.3.1] require nikic/php-parser ^4.10.2 -> found nikic/php-parser[v4.10.2, ..., v4.19.4] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- maglnet/composer-require-checker[3.4.0, ..., 3.8.0, 4.0.0, ..., 4.4.0] require nikic/php-parser ^4.13.0 -> found nikic/php-parser[v4.13.0, ..., v4.19.4] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- maglnet/composer-require-checker[4.9.0, ..., 4.10.0] require nikic/php-parser ^4.18.0 -> found nikic/php-parser[v4.18.0, ..., v4.19.4] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- maglnet/composer-require-checker[4.11.0, ..., 4.12.0] require nikic/php-parser ^4.19.1 -> found nikic/php-parser[v4.19.1, v4.19.2, v4.19.3, v4.19.4] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- maglnet/composer-require-checker[4.13.0, ..., 4.14.0] require nikic/php-parser ^4.19.4 -> found nikic/php-parser[v4.19.4] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- maglnet/composer-require-checker[4.5.0, ..., 4.6.0] require php ~8.1.0 || ~8.2.0 -> your php version (8.3.14) does not satisfy that requirement.
- maglnet/composer-require-checker[4.7.0, ..., 4.8.0] require nikic/php-parser ^4.17.1 -> found nikic/php-parser[v4.17.1, ..., v4.19.4] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
Static Analysis with ComposerRequireChecker
Process completed with exit code 2.
|
Static Analysis with PHPStan:
src/Injector.php#L13
PHPDoc tag @SuppressWarnings has invalid value ((PHPMD.StaticAccess)): Unexpected token ".StaticAccess)", expected ')' at offset 27 on line 1
|
Static Analysis with PHPStan
Process completed with exit code 1.
|
Static Analysis with PHPStan
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Static Analysis with PHPMD
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Static Analysis with ComposerRequireChecker
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Static Analysis with ComposerRequireChecker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Static Analysis with ComposerRequireChecker
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 with PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Static Analysis with PHPStan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Static Analysis with PHPStan
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 with PHPMD
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Static Analysis with PHPMD
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Static Analysis with PHPMD
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/
|