diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-07 14:21:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-07 14:21:28 +0200 |
commit | ac2e428a535198676a8c73077389e7732549cb46 (patch) | |
tree | fe09bead275eaa69336b1a158c977a23ed560191 | |
parent | 6059ed4f5299b9fd5c7fbe126c5b7350bd0d3387 (diff) |
fix dep
-rw-r--r-- | php-laminas-captcha.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php-laminas-captcha.spec b/php-laminas-captcha.spec index 47dd780..b85d05b 100644 --- a/php-laminas-captcha.spec +++ b/php-laminas-captcha.spec @@ -90,14 +90,14 @@ Requires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.1 # From composer, "suggest": { # "laminas/laminas-i18n-resources": "Translations of captcha messages", Suggests: php-autoloader(%{gh_owner}/laminas-i18n-resources) -Suggests: php-autoloader(%{gh_owner}/laminas-recaptcha) -Suggests: php-autoloader(%{gh_owner}/laminas-session) -Suggests: php-autoloader(%{gh_owner}/laminas-text) -Suggests: php-autoloader(%{gh_owner}/laminas-validator) -# remirepo:5 +# remirepo:6 %else Requires: php-laminas-math +Requires: php-laminas-recaptcha +Requires: php-laminas-session Requires: php-laminas-stdlib +Requires: php-laminas-text +Requires: php-laminas-validator Requires: php-laminas-zendframework-bridge %endif %endif |