Bump tightenco/ziggy from 1.8.1 to 2.0.3 #27
composer-validate.yml
on: push
composer_validate
15s
Annotations
2 errors
composer_validate
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- laravel/horizon is locked to version v5.23.1 and an update of this package was not requested.
- laravel/horizon v5.23.1 requires ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension.
Problem 2
- dragon-code/support is locked to version 6.12.0 and an update of this package was not requested.
- dragon-code/support 6.12.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension.
Problem 3
- dragon-code/support 6.12.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension.
- laravel-lang/native-locale-names 2.2.0 requires dragon-code/support ^6.11 -> satisfiable by dragon-code/support[6.12.0].
- laravel-lang/native-locale-names is locked to version 2.2.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/conf.d/docker-php-ext-intl.ini
- /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
- /usr/local/etc/php/conf.d/docker-php-ext-zip.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-bcmath` to temporarily ignore these required extensions.
|
composer_validate
Process completed with exit code 2.
|