I have the same problem as described in Ext-intl and ext-redis required by composer
However I’m using PHP7 (circleci-php-7.0.3) and I was trying to do:
dependencies:
pre:
- sudo apt-get install php7.0-intl
However there is no such package. Also, there is no intl pecl extension for php7. How would I install it?