summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-26 07:43:08 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-26 07:43:08 +0100
commitf98edb78ad9bbcf4af10e8f3285078aa4fe5e70b (patch)
tree46ead0d03c725accc2f2b53d5caf419cb4a4f2f1
parent46ec00e590584352c5469651fa4b7e2404c03c1b (diff)
php-JsonSchema: cleanup
-rw-r--r--php-JsonSchema.spec5
1 files 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