Skip to content

Commit

Permalink
ISSUE-25: Because of TranslatorInterface, only support 4.4 and up.
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlOfSoup committed May 9, 2020
1 parent 1600544 commit 9735743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ cache:

matrix:
include:
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.3
env: SYMFONY_VERSION=3.4.*
- php: 7.4
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=4.4.*
- php: 7.3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"doctrine/annotations": "1.*",
"doctrine/cache": "~1.0",
"php": ">=7.2",
"symfony/framework-bundle": "~3.4|~4.4|~5.0",
"symfony/translation": "~3.4|~4.4|~5.0"
"symfony/framework-bundle": "~4.4|~5.0",
"symfony/translation": "~4.4|~5.0"
},
"require-dev": {
"doctrine/common": "~2.12",
Expand Down

0 comments on commit 9735743

Please sign in to comment.