From f98edb78ad9bbcf4af10e8f3285078aa4fe5e70b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jan 2016 07:43:08 +0100 Subject: php-JsonSchema: cleanup --- php-JsonSchema.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index bcfde58..f1f49f4 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -46,20 +46,21 @@ BuildArch: noarch # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(phpunit/phpunit) >= 3.7 -# For tests: phpcompatinfo (computed from v1.5.0) +# For tests: phpcompatinfo (computed from v1.6.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter BuildRequires: php-json BuildRequires: php-mbstring BuildRequires: php-pcre +BuildRequires: php-reflection BuildRequires: php-spl # Autoloader BuildRequires: php-composer(symfony/class-loader) %endif Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from v1.5.0) +# phpcompatinfo (computed from v1.6.0) Requires: php-cli Requires: php-curl Requires: php-date -- cgit