Skip to content

Refactor DTO classes and update constructors #73

Refactor DTO classes and update constructors

Refactor DTO classes and update constructors #73

Triggered via push May 22, 2024 19:48
Status Failure
Total duration 18s
Artifacts

phpstan.yml

on: push
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
PHPStan (7.4, highest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php 8.2.* || 8.3.* but your php version (7.4.33) does not satisfy that requirement. Problem 2 - Root composer.json requires symfony/console 7.* -> satisfiable by symfony/console[v7.0.0, ..., v7.0.7]. - symfony/console[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. Problem 3 - Root composer.json requires symfony/dotenv 7.* -> satisfiable by symfony/dotenv[v7.0.0, ..., v7.0.7]. - symfony/dotenv[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. Problem 4 - Root composer.json requires symfony/http-client-contracts ^3.1 -> satisfiable by symfony/http-client-contracts[v3.1.0, ..., v3.5.0]. - symfony/http-client-contracts[v3.1.0, ..., v3.5.0] require php >=8.1 -> your php version (7.4.33) does not satisfy that requirement. Problem 5 - Root composer.json requires symfony/http-foundation 7.* -> satisfiable by symfony/http-foundation[v7.0.0, ..., v7.0.7]. - symfony/http-foundation[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. Problem 6 - Root composer.json requires symfony/uid 7.* -> satisfiable by symfony/uid[v7.0.0, v7.0.3, v7.0.7]. - symfony/uid[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. Problem 7 - Root composer.json requires mesilov/moneyphp-percentage 0.2.0 -> satisfiable by mesilov/moneyphp-percentage[0.2.0]. - mesilov/moneyphp-percentage 0.2.0 requires php 8.* -> your php version (7.4.33) does not satisfy that requirement. Problem 8 - Root composer.json requires symfony/debug-bundle 7.* -> satisfiable by symfony/debug-bundle[v7.0.0, v7.0.3, v7.0.7]. - symfony/debug-bundle[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. Problem 9 - Root composer.json requires symfony/stopwatch 7.* -> satisfiable by symfony/stopwatch[v7.0.0, v7.0.3, v7.0.7]. - symfony/stopwatch[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. Problem 10 - symfony/http-client[v7.0.0, ..., v7.0.7] require php >=8.2 -> your php version (7.4.33) does not satisfy that requirement. - Root composer.json requires symfony/http-client 7.* -> satisfiable by symfony/http-client[v7.0.0, ..., v7.0.7].
PHPStan (7.4, highest)
Process completed with exit code 2.
PHPStan (7.4, highest)
❗️ PHPStan check failed (╯°益°)╯彡┻━┻
PHPStan (7.4, highest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan (7.4, highest)
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/