Skip to content

Commit 739dfc0

Browse files
author
Sander Marechal
committed
Drop Twig 1.x, allow Symfony 5.x
1 parent fb735c4 commit 739dfc0

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ sudo: false
44

55
matrix:
66
include:
7-
- php: 7.2
8-
env: TWIG="1.*"
97
- php: 7.2
108
env: TWIG="2.*"
11-
- php: 7.3
12-
env: TWIG="1.*"
9+
- php: 7.2
10+
env: TWIG="3.*"
1311
- php: 7.3
1412
env: TWIG="2.*"
13+
- php: 7.3
14+
env: TWIG="3.*"
1515

1616
before_install:
1717
- if [ "$TWIG" != "" ]; then composer require --dev --no-update twig/twig=$TWIG; fi

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
"require": {
88
"php": "^7.0",
99
"ext-intl": "*",
10-
"symfony/options-resolver": "^2.6|^3.0|^4.0",
11-
"symfony/property-access": "^2.6|^3.0|^4.0",
10+
"symfony/options-resolver": "^3.0|^4.0|^5.0",
11+
"symfony/property-access": "^3.0|^4.0|^5.0",
1212
"twig/twig": "^2.0|^3.0",
1313
"twig/string-extra": "^3.0"
1414
},
15-
"require-dev": {
16-
"symfony/phpunit-bridge": "^3.3|^4.0"
17-
},
1815
"license": "MIT",
1916
"authors": [
2017
{

0 commit comments

Comments
 (0)