Build failing
ericdebleumortier opened this issue · 2 comments
ericdebleumortier commented
Hi,
I was using your package since nearly 6 months without any trouble. But today things are failing.
I'm still using the stable release. In the changelog I see that you are still under php 7.2 but in the following error I see 7.3
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravel/framework v5.6.34 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
- laravel/framework v5.6.34 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
- Installation request for laravel/framework v5.6.34 -> satisfiable by laravel/framework[v5.6.34].
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/7.3/cli/php.ini
- /etc/php/7.3/cli/conf.d/10-opcache.ini
- /etc/php/7.3/cli/conf.d/10-pdo.ini
- /etc/php/7.3/cli/conf.d/20-calendar.ini
- /etc/php/7.3/cli/conf.d/20-ctype.ini
- /etc/php/7.3/cli/conf.d/20-exif.ini
- /etc/php/7.3/cli/conf.d/20-fileinfo.ini
- /etc/php/7.3/cli/conf.d/20-ftp.ini
...
I didn't changed anything in my tests, package.json
or composer.json
. So I'm guessing it's coming from your last change.
nielsvangijzen commented
I had this issue aswell, I used the ':stable' tag.
To temporarily solve this issue you can use the :latest tag for your container
chilio commented
Thanks for the information.
This is fixed now.
You can use ':stable' tag again...