diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-14 06:38:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-14 06:38:25 +0100 |
commit | a672df23ad9e7441ffc744b4b57691f9b065a209 (patch) | |
tree | 303bcd0ecc501e59aa65c05193569b850601022c /composer.json | |
parent | 870be34342dc5e24fd8a6e0b43909af73b817ba8 (diff) |
From Fedora
- Update to 1.0.5 (RHBZ #1514861)
- Fix autoloader for multiple versions of Symfony
- Test with SCLs if available
For remirepo
- adapt symfony dependency for older distro
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 0af2722..1a001b2 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.3.0", - "symfony/http-foundation": "~2.1|~3.0", - "symfony/http-kernel": "~2.1|~3.0" + "symfony/http-foundation": "~2.1|~3.0|~4.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0" }, "require-dev": { "silex/silex": "~1.0" |