diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-06 15:43:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-06 15:43:14 +0100 |
commit | 066ef8eb43ac15807b1632bed0025c60b3b50274 (patch) | |
tree | 6970e24e3b73552f762f729e939fb752e520c4b9 | |
parent | 61498c717d84b98bcdbd3b19eaf52c2c45687ab9 (diff) |
php-zendframework-zend-expressive-twigrenderer: ensure Twig 1 is used (build)
-rw-r--r-- | php-zendframework-zend-expressive-twigrenderer.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-zendframework-zend-expressive-twigrenderer.spec b/php-zendframework-zend-expressive-twigrenderer.spec index 17c87a6..ae80acd 100644 --- a/php-zendframework-zend-expressive-twigrenderer.spec +++ b/php-zendframework-zend-expressive-twigrenderer.spec @@ -37,6 +37,7 @@ BuildArch: noarch %if %{with_tests} BuildRequires: php(language) >= 5.5 BuildRequires: php-composer(container-interop/container-interop) >= 1.1 +BuildRequires: php-composer(twig/twig) < 2 BuildRequires: php-composer(twig/twig) >= 1.19 BuildRequires: php-composer(%{gh_owner}/zend-expressive-helpers) >= 1.1 BuildRequires: php-composer(%{gh_owner}/zend-expressive-template) >= 1.0 |