ci: add php cs fixer config #3
coding-standards.yml
on: pull_request
Matrix: coding-standards
Matrix: composer-linting
Annotations
2 errors
coding-standards (ubuntu-latest, 8.2, locked)
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- Root composer.json requires PHP extension ext-fileinfo * but it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 2
- Root composer.json requires PHP extension ext-pdo * but it is missing from your system. Install or enable PHP's pdo extension.
Problem 3
- Root composer.json requires PHP extension ext-curl * but it is missing from your system. Install or enable PHP's curl extension.
Problem 4
- Root composer.json requires PHP extension ext-pdo_mysql * but it is missing from your system. Install or enable PHP's pdo_mysql extension.
Problem 5
- cycle/database is locked to version 2.10.0 and an update of this package was not requested.
- cycle/database 2.10.0 requires ext-pdo * -> it is missing from your system. Install or enable PHP's pdo extension.
Problem 6
- cycle/orm is locked to version v2.8.0 and an update of this package was not requested.
- cycle/orm v2.8.0 requires ext-pdo * -> it is missing from your system. Install or enable PHP's pdo extension.
Problem 7
- league/flysystem-local is locked to version 3.28.0 and an update of this package was not requested.
- league/flysystem-local 3.28.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 8
- league/mime-type-detection is locked to version 1.15.0 and an update of this package was not requested.
- league/mime-type-detection 1.15.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 9
- spatie/ray is locked to version 1.41.2 and an update of this package was not requested.
- spatie/ray 1.41.2 requires ext-curl * -> it is missing from your system. Install or enable PHP's curl extension.
Problem 10
- cycle/orm v2.8.0 requires ext-pdo * -> it is missing from your system. Install or enable PHP's pdo extension.
- cycle/schema-renderer 1.2.0 requires cycle/orm 1.2 - 2 -> satisfiable by cycle/orm[v2.8.0].
- cycle/schema-renderer is locked to version 1.2.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.2/cli/php.ini
- /etc/php/8.2/cli/conf.d/15-xml.ini
- /etc/php/8.2/cli/conf.d/20-ctype.ini
- /etc/php/8.2/cli/conf.d/20-dom.ini
- /etc/php/8.2/cli/conf.d/20-mbstring.ini
- /etc/php/8.2/cli/conf.d/20-phar.ini
- /etc/php/8.2/cli/conf.d/20-simplexml.ini
- /etc/php/8.2/cli/conf.d/20-sockets.ini
- /etc/php/8.2/cli/conf.d/20-tokenizer.ini
- /etc/php/8.2/cli/conf.d/20-xmlwriter.ini
- /etc/php/8.2/cli/conf.d/99-pecl.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-fileinfo --ignore-platform-req=ext-pdo --ignore-platform-req=ext-curl --ignore-platform-req=ext-pdo_mysql` to temporarily ignore these required extensions.
|
coding-standards (ubuntu-latest, 8.2, locked)
Process completed with exit code 2.
|