We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c9ef50 + bb5cc08 commit 7d0b4d1Copy full SHA for 7d0b4d1
.travis.yml
@@ -5,15 +5,15 @@ php:
5
- 5.6
6
- 7.0
7
- 7.1
8
+ - 7.2
9
10
sudo: false
11
12
cache:
13
directories:
14
- $HOME/.composer/cache/files
15
-env:
16
- - SYMFONY_VERSION='3.3.*'
+env: SYMFONY_VERSION='3.3.*' SYMFONY_PHPUNIT_VERSION=5.5
17
18
matrix:
19
include:
composer.json
@@ -19,6 +19,7 @@
"php": "^5.5.9 || ^7.0",
20
"symfony/framework-bundle": "^2.8 || ^3.0",
21
"symfony/yaml": "^2.8 || ^3.0",
22
+ "symfony/templating": "^2.8 || ^3.0",
23
"symfony/intl": "^2.8 || ^3.0",
24
"symfony/validator": "^2.8 || ^3.0",
25
"psr/log": "~1.0"
0 commit comments