Skip to content

Commit 3f16337

Browse files
committed
php7-intl is not required
follow-up to #401 (comment)
1 parent cabcd52 commit 3f16337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ php = docker-compose exec -T --user $(CUID):$(CGID) php ${1}
4242
# Execute php container as root user
4343
php-0 = docker-compose exec -T --user 0:0 php ${1}
4444

45-
ADDITIONAL_PHP_PACKAGES := tzdata graphicsmagick php7-intl #php7-redis wkhtmltopdf gnu-libiconv php7-pdo_pgsql postgresql-client postgresql-contrib
45+
ADDITIONAL_PHP_PACKAGES := tzdata graphicsmagick # php7-intl php7-redis wkhtmltopdf gnu-libiconv php7-pdo_pgsql postgresql-client postgresql-contrib
4646
DC_MODULES := project_default_content better_normalizers default_content hal serialization
4747
MG_MODULES := migrate_generator migrate migrate_plus migrate_source_csv migrate_tools
4848

0 commit comments

Comments
 (0)