From ae6b48a6094c7b2bc4e5b9e591b03f20fc17a23f Mon Sep 17 00:00:00 2001 From: James Gilliland Date: Mon, 24 Jul 2017 16:44:53 -0500 Subject: [PATCH] Update zippy library Fix #118 starter kit fails with invalid options on newer versions tar. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1deda66d..784a4a93 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require": { "php": ">=5.4", - "alchemy/zippy": "^0.3", + "alchemy/zippy": "^0.4", "kevinlebrun/colors.php": "^1.0", "michelf/php-markdown": "^1.6", "seld/jsonlint": "^1.0",