Skip to content

Commit 7d0b4d1

Browse files
authored
Merge pull request #194 from lunetics/php-72
test with php 7.2
2 parents 5c9ef50 + bb5cc08 commit 7d0b4d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ php:
55
- 5.6
66
- 7.0
77
- 7.1
8+
- 7.2
89

910
sudo: false
1011

1112
cache:
1213
directories:
1314
- $HOME/.composer/cache/files
1415

15-
env:
16-
- SYMFONY_VERSION='3.3.*'
16+
env: SYMFONY_VERSION='3.3.*' SYMFONY_PHPUNIT_VERSION=5.5
1717

1818
matrix:
1919
include:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"php": "^5.5.9 || ^7.0",
2020
"symfony/framework-bundle": "^2.8 || ^3.0",
2121
"symfony/yaml": "^2.8 || ^3.0",
22+
"symfony/templating": "^2.8 || ^3.0",
2223
"symfony/intl": "^2.8 || ^3.0",
2324
"symfony/validator": "^2.8 || ^3.0",
2425
"psr/log": "~1.0"

0 commit comments

Comments
 (0)