Ignore phar.readonly directive when compiling phar

This commit is contained in:
peets 2018-01-14 15:53:07 -05:00
parent c85e24602d
commit 593f69d0c1

View file

@ -10,7 +10,7 @@ vendor:
composer install
twigc.phar: vendor
php bin/compile
php -d phar.readonly=0 bin/compile
build: twigc.phar