diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-07 12:50:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-07 12:50:39 +0200 |
commit | b1a18965b3eee3c49dffa0ef51aaa71a2c78739c (patch) | |
tree | 4242a7e42c96d6bb0bc1c32a789d7d08b3cfa3ef | |
parent | 7bbcc135b40885010ff49874bb0e9ddf2af2090e (diff) |
php-mikey179-vfsstream: minor fix
-rw-r--r-- | php-mikey179-vfsstream.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index fff9223..a859d8a 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -35,8 +35,9 @@ BuildRequires: php-composer(phpunit/phpunit) >= 4.5 # From composer.json, "require": { # "php": ">=5.3.0" Requires: php(language) >= 5.3 -# From phpcompatifo report for 1.3.0 +# From phpcompatifo report for 1.6.0 Requires: php-date +Requires: php-dom Requires: php-pcre Requires: php-posix Requires: php-spl |