diff options
-rw-r--r-- | php-zendframework-zend-memory.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-zendframework-zend-memory.spec b/php-zendframework-zend-memory.spec index e81086b..d447062 100644 --- a/php-zendframework-zend-memory.spec +++ b/php-zendframework-zend-memory.spec @@ -55,6 +55,8 @@ Requires: php(language) >= 5.3.23 %if 0%{?fedora} >= 21 Suggests: php-composer(%{gh_owner}/zend-cache) %endif +# Autoloader +Requires: php-composer(%{gh_owner}/zend-loader) >= 2.5 %endif # From phpcompatinfo report for version 2.5.1 Requires: php-spl @@ -122,8 +124,7 @@ rm -rf %{buildroot} %license LICENSE.md %doc CONTRIBUTING.md README.md %doc composer.json -%dir %{php_home}/Zend - %{php_home}/Zend/%{library} +%{php_home}/Zend/%{library} %changelog |