Commit d1f97fec authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

Expeimental symfony 4 support

parent fc3e7692
...@@ -14,6 +14,7 @@ env: ...@@ -14,6 +14,7 @@ env:
- SYMFONY_VERSION=2.7.* - SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.* - SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.* # Does not work with php below 5.5 - SYMFONY_VERSION=3.0.* # Does not work with php below 5.5
- SYMFONY_VERSION=4.0.*
cache: cache:
directories: directories:
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/event-dispatcher": "~2.3|~3.0" "symfony/event-dispatcher": "~2.3|~3.0|~4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~3.7",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment