Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit d0993e6

Browse files
committed
Bumped symfony minimum versions
1 parent 80f7849 commit d0993e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ matrix:
2020
- php: 5.3
2121
dist: precise
2222
- php: 7.2
23-
env: SYMFONY_VERSION='^2'
24-
- php: 7.2
25-
env: SYMFONY_VERSION='^3'
23+
env: SYMFONY_VERSION='^4'
2624
# Test against dev dependencies
2725
- php: 7.2
2826
env: DEPS=dev

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=5.3.2",
2121
"behat/behat": "^3.0.5",
2222
"behat/mink": "^1.5",
23-
"symfony/config": "^2.7|^3.0|^4.0"
23+
"symfony/config": "^3.4|^4.2"
2424
},
2525

2626
"require-dev": {

0 commit comments

Comments
 (0)