diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-14 14:01:04 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-14 14:01:04 +0100 |
commit | 0957fd75a1a480533a5236c5c4e1738a43cebb39 (patch) | |
tree | 2054ad1aeb33a128dda87256b0efb8a46ef6b71e /php-laminas-validator.spec | |
parent | 7d5a2b8a6217bae5f7ab4b60901f20fd4de90270 (diff) |
fix dep
Diffstat (limited to 'php-laminas-validator.spec')
-rw-r--r-- | php-laminas-validator.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index e57ecad..5d35516 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -102,7 +102,7 @@ Requires: php(language) >= 8.0 Requires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.12.0 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) Requires: (php-autoloader(%{gh_owner}/laminas-stdlib) >= 3.13 with php-autoloader(%{gh_owner}/laminas-stdlib) < 4) Requires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) -Requires: (php-autoloader(psr/http-message) >= 1.0.1 with php-autoloader(psr/http-message) < 2) +Requires: (php-composer(psr/http-message) >= 1.0.1 with php-composer(psr/http-message) < 2) # From composer, "suggest": { # "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator", # "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator", |