From 9e924ff7ab5b41ef1932ea4fc0e2625bc18d1f82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 18 Feb 2015 14:27:42 +0200 Subject: [PATCH] use json-schema >= 1.3 https://github.com/composer/composer/commit/bf32d2b83ce52a1cf79e4ee7310e405bf92f1eae https://github.com/composer/composer/commit/b20153111b8c5256120d1383ab2303b65b8c5d9a --- composer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.spec b/composer.spec index 6639fef..68592b1 100644 --- a/composer.spec +++ b/composer.spec @@ -4,7 +4,7 @@ # Conditional build: %bcond_with bootstrap # build boostrap -%define rel 11 +%define rel 12 # $ git rev-list 1.0.0-alpha9..%{githash} --count %define commits 216 %define githash 5744981 @@ -64,7 +64,7 @@ Requires: php(spl) Requires: php(zip) Requires: php(zlib) %if %{without bootstrap} -Requires: php-justinrainbow-json-schema >= 1.1.0 +Requires: php-justinrainbow-json-schema >= 1.3 Requires: php-seld-jsonlint >= 1.1.2 Requires: php-symfony2-Console >= 2.3 Requires: php-symfony2-Finder >= 2.2 -- 2.43.0