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

Commit

Permalink
Bumped symfony minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DonCallisto committed Nov 24, 2019
1 parent 80f7849 commit d0993e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ matrix:
- php: 5.3
dist: precise
- php: 7.2
env: SYMFONY_VERSION='^2'
- php: 7.2
env: SYMFONY_VERSION='^3'
env: SYMFONY_VERSION='^4'
# Test against dev dependencies
- php: 7.2
env: DEPS=dev
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": ">=5.3.2",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^2.7|^3.0|^4.0"
"symfony/config": "^3.4|^4.2"
},

"require-dev": {
Expand Down

0 comments on commit d0993e6

Please sign in to comment.