diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-22 15:07:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-22 15:07:25 +0200 |
commit | 86d782ca60db3884fad1bf6077f3922cb2fe7817 (patch) | |
tree | 822664b4f691295ddb1c98f19504747a4284aa36 | |
parent | 35b00159702efecfd9b56657baa35f1764e84e7a (diff) |
php-JsonSchema: typo
-rw-r--r-- | php-JsonSchema.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 5321f73..924907a 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -42,7 +42,7 @@ BuildArch: noarch # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(phpunit/phpunit) >= 3.7 -# For tests: phpcompatinfo (computed from v1.4.4) +# For tests: phpcompatinfo (computed from v1.5.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -55,7 +55,7 @@ BuildRequires: php-composer(symfony/class-loader) %endif Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from v1.4.4) +# phpcompatinfo (computed from v1.5.0) Requires: php-cli Requires: php-curl Requires: php-date |