From 593f69d0c10d2dbea2abc0f868065960bd7e0fd4 Mon Sep 17 00:00:00 2001 From: peets Date: Sun, 14 Jan 2018 15:53:07 -0500 Subject: [PATCH] Ignore phar.readonly directive when compiling phar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d79857a..9dad973 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ vendor: composer install twigc.phar: vendor - php bin/compile + php -d phar.readonly=0 bin/compile build: twigc.phar