From a786a84a0f2dc6e236b70e44b952aa4785edb685 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jul 2016 20:05:25 +0200 Subject: php-zendframework-zend-expressive-zendrouter: 1.1.0 (New Package) --- php-zendframework-zend-expressive-fastroute.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-expressive-fastroute.spec b/php-zendframework-zend-expressive-fastroute.spec index 85bc454..be8f638 100644 --- a/php-zendframework-zend-expressive-fastroute.spec +++ b/php-zendframework-zend-expressive-fastroute.spec @@ -46,6 +46,8 @@ BuildRequires: php-pcre BuildRequires: php-composer(phpunit/phpunit) >= 4.7 # Autoloader BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5 +# For dependencies autoloader +BuildRequires: php-zendframework-zend-loader >= 2.5.1-3 %endif # From composer, "require": { @@ -74,7 +76,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} %description Provides FastRoute integration for Expressive. -Documentation: http://zend-expressive.readthedocs.io/ +Documentation: +https://zendframework.github.io/zend-expressive/features/router/fast-route/ %prep @@ -82,10 +85,11 @@ Documentation: http://zend-expressive.readthedocs.io/ mv LICENSE.md LICENSE +# psr/http-message load by zend-expressive-router + : Create dependency autoloader cat << 'EOF' | tee autoload.php