Use php 8.1 in composer build step #5
Annotations
2 errors and 1 warning
Build website zip
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- parable-php/framework is locked to version 2.0.5 and an update of this package was not requested.
- parable-php/framework 2.0.5 requires ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension.
Problem 2
- spatie/pdf-to-image is locked to version 2.2.0 and an update of this package was not requested.
- spatie/pdf-to-image 2.2.0 requires ext-imagick * -> it is missing from your system. Install or enable PHP's imagick extension.
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-pcntl --ignore-platform-req=ext-imagick` to temporarily ignore these required extensions.
|
Build website zip
Process completed with exit code 2.
|
Build website zip
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|