Merge pull request #34 from pamil/symfony-3.4+

Require Symfony ^3.4|^4.0 and add testing for Symfony 4.1 on Travis CI
This commit is contained in:
Kamil Kokot
2018-08-01 15:37:21 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@ php:
- 7.2
env:
- SYMFONY_VERSION=3.3.*
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.0.*
- SYMFONY_VERSION=4.1.*
cache:
directories:

View File

@@ -13,8 +13,8 @@
"php": "^7.1",
"behat/behat": "^3.4",
"symfony/http-kernel": "^3.3|^4.0",
"symfony/dotenv": "^3.3|^4.0"
"symfony/http-kernel": "^3.4|^4.0",
"symfony/dotenv": "^3.4|^4.0"
},
"require-dev": {
"behat/mink": "^1.7",
@@ -22,7 +22,7 @@
"behat/mink-extension": "^2.2",
"friends-of-behat/cross-container-extension": "^1.0",
"friends-of-behat/test-context": "^1.0",
"symfony/framework-bundle": "^3.3|^4.0"
"symfony/framework-bundle": "^3.4|^4.0"
},
"suggest": {
"behat/mink-browserkit-driver": "^1.3",