codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
483 stars 58 forks source link

Alipne3.11 php7 composer? #103

Closed coldestheart closed 4 years ago

coldestheart commented 4 years ago

Hello, after adding repository install php7+modules and install composer(after apk add composer) cant install project requirements, anybody to fix this?

$ composer install
env: can't execute 'php': No such file or directory
coldestheart commented 4 years ago

OPs sory I've solved this

sudo ln -s /usr/bin/php7 /usr/bin/php