From fba2ba643af772a8fcc1570789c3a6af03dd9098 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 8 Feb 2016 16:11:38 +0100 Subject: [PATCH] Fix composer.json validation --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d6986f4..489594e 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,6 @@ "keywords": ["epub", "e-book"], "homepage": "https://github.com/Grandt/PHPZip", "license": "LGPL-2.1", - "version": "4.0.6", "minimum-stability": "stable", "authors": [ { @@ -16,10 +15,10 @@ } ], "require": { - "phpzip/phpzip": ">=2.0.7", - "grandt/phpresizegif": ">=1.0.4", - "grandt/relativepath": ">=1.0.1", - "php": ">=5.3.0" + "php": ">=5.3.0", + "phpzip/phpzip": "~2.0.7", + "grandt/phpresizegif": "~1.0.3", + "grandt/relativepath": "~1.0.1" }, "autoload": { "psr-4": {