diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-01-26 07:43:08 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-01-26 07:43:08 +0100 | 
| commit | f98edb78ad9bbcf4af10e8f3285078aa4fe5e70b (patch) | |
| tree | 46ead0d03c725accc2f2b53d5caf419cb4a4f2f1 | |
| parent | 46ec00e590584352c5469651fa4b7e2404c03c1b (diff) | |
php-JsonSchema: cleanup
| -rw-r--r-- | php-JsonSchema.spec | 5 | 
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  | 
