harshalone / deploy-laravel-9-on-google-cloud-run

Deploy Laravel 9 on Google Cloud Run + Sql + MySql + Cloud Build
15 stars 33 forks source link

ERROR [8/9] RUN cd /app && /usr/local/bin/composer install --no-dev #1

Open oukimhoit opened 2 years ago

oukimhoit commented 2 years ago

=> ERROR [8/9] RUN cd /app && /usr/local/bin/composer install --no-dev 8.4s

[8/9] RUN cd /app && /usr/local/bin/composer install --no-dev:

13 6.752 Do not run Composer as root/super user! See https://getcomposer.org/root for details

13 7.197 For additional security you should declare the allow-plugins config with a list of packages names that are allowed to run code. See https://getcomposer.org/allow-plugins

13 7.197 This warning will become an exception once you run composer update!

13 7.215 Installing dependencies from lock file

13 7.223 Verifying lock file contents can be installed on current platform.

13 7.371 Your lock file does not contain a compatible set of packages. Please run composer update.

13 7.371

13 7.371 Problem 1

13 7.371 - mike42/escpos-php is locked to version v3.0 and an update of this package was not requested.

13 7.371 - mike42/escpos-php v3.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.

13 7.371 Problem 2

13 7.371 - mike42/escpos-php v3.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.

13 7.371 - rawilk/laravel-printing 1.3.0 requires mike42/escpos-php ^3.0 -> satisfiable by mike42/escpos-php[v3.0].

13 7.371 - rawilk/laravel-printing is locked to version 1.3.0 and an update of this package was not requested.

13 7.371

13 7.371 To enable extensions, verify that they are enabled in your .ini files:

13 7.371 - /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini

13 7.371 You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.

13 7.371 Alternatively, you can run Composer with --ignore-platform-req=ext-intl to temporarily ignore these required extensions.


executor failed running [/bin/sh -c cd /app && /usr/local/bin/composer install --no-dev]: exit code: 2

PeteBishwhip commented 1 year ago

This is not an issue with the code in this repo. This is an issue with the dependencies in your own project. You should update your dependencies as required.