前提・実現したいこと
EC-CUBE4.0をコマンドラインからインストールする
発生している問題・エラーメッセージ
EC-CUBE公式のサイトからhttps://doc4.ec-cube.net/quickstart_install#%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%83%A9%E3%82%A4%E3%83%B3%E3%81%8B%E3%82%89%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B
composerをインストールした後、
「php composer.phar create-project ec-cube/ec-cube ec-cube "4.0.x-dev" --keep-vcs」
でEC-CUBEプロジェクトを作成する際に以下のエラーが発生します。
Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension. Problem 2 - Installation request for facebook/webdriver 1.6.0 -> satisfiable by facebook/webdriver[1.6.0]. - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system. Problem 3 - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system. - codeception/codeception 2.4.5 requires facebook/webdriver >=1.1.3 <2.0 -> satisfiable by facebook/webdriver[1.6.0]. - Installation request for codeception/codeception 2.4.5 -> satisfiable by codeception/codeception[2.4.5].
該当のソースコード
% php composer.phar create-project ec-cube/ec-cube ec-cube "4.0.3" --keep-vcs Creating a "ec-cube/ec-cube" project at "./ec-cube" Installing ec-cube/ec-cube (4.0.3) - Installing ec-cube/ec-cube (4.0.3): Cloning 7b267c5bd7 from cache Created project in /Users/kitadaraito/librus/akamaru/ec-cube Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error. Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension. ' Problem 2 - Installation request for facebook/webdriver 1.6.0 -> satisfiable by facebook/webdriver[1.6.0]. - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system. Problem 3 - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system. - codeception/codeception 2.4.5 requires facebook/webdriver >=1.1.3 <2.0 -> satisfiable by facebook/webdriver[1.6.0]. - Installation request for codeception/codeception 2.4.5 -> satisfiable by codeception/codeception[2.4.5].
試したこと
problem1について以下のサイトを調べましたが、php7.3での開発ができたらやりたく、作業が滞っています。
https://qiita.com/tana08/items/4db12cb8dc74299ad888
補足情報(FW/ツールのバージョン)
Composer version 1.10.5 2020-04-10 11:44:22
Mac OS catalina
ターミナル使用
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/19 07:04 編集
退会済みユーザー
2020/04/19 07:13 編集
2020/04/20 07:41 編集