chore: github actions #1
code-quality.yml
on: push
php-cs-fixer
12s
phpstan
8s
Annotations
4 errors and 2 warnings
phpstan
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0].
- openspout/openspout v4.23.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 2
- phpoffice/phpspreadsheet[1.28.0, ..., 1.29.0] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
- Root composer.json requires phpoffice/phpspreadsheet ^1.28 -> satisfiable by phpoffice/phpspreadsheet[1.28.0, 1.29.0].
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-zip --ignore-platform-req=ext-gd` to temporarily ignore these required extensions.
|
phpstan
Process completed with exit code 2.
|
php-cs-fixer
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0].
- openspout/openspout v4.23.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 2
- phpoffice/phpspreadsheet[1.28.0, ..., 1.29.0] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
- Root composer.json requires phpoffice/phpspreadsheet ^1.28 -> satisfiable by phpoffice/phpspreadsheet[1.28.0, 1.29.0].
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-zip --ignore-platform-req=ext-gd` to temporarily ignore these required extensions.
|
php-cs-fixer
Process completed with exit code 2.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
php-cs-fixer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|