File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 13
13
"php" : " >=5.5.9" ,
14
14
"twig/twig" : " ~1.23|~2.0" ,
15
15
"twig/extensions" : " ~1.0" ,
16
- "symfony/twig-bridge" : " ~3.0" ,
17
- "symfony/routing" : " ~3.0" ,
18
- "symfony/filesystem" : " ~3.0" ,
19
- "symfony/translation" : " ~3.0" ,
20
- "symfony/form" : " ~3.0" ,
21
- "symfony/asset" : " ~2.8|~3.0"
16
+ "symfony/twig-bridge" : " ~3.0|~4.0 " ,
17
+ "symfony/routing" : " ~3.0|~4.0 " ,
18
+ "symfony/filesystem" : " ~3.0|~4.0 " ,
19
+ "symfony/translation" : " ~3.0|~4.0 " ,
20
+ "symfony/form" : " ~3.0|~4.0 " ,
21
+ "symfony/asset" : " ~2.8|~3.0|~4 .0"
22
22
},
23
23
"require-dev" : {
24
- "symfony/config" : " ~3.0" ,
25
- "phpunit/phpunit" : " ~4.8"
24
+ "symfony/config" : " ~3.0|~4.0 " ,
25
+ "phpunit/phpunit" : " ~4.8|~6.0 "
26
26
},
27
27
"autoload" : {
28
28
"psr-0" : { "Twig\\ Gettext" : " ." }
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit colors =" true"
4
+ beStrictAboutTestsThatDoNotTestAnything =" false"
4
5
convertErrorsToExceptions =" true"
5
6
convertNoticesToExceptions =" true"
6
7
convertWarningsToExceptions =" true"
You can’t perform that action at this time.
0 commit comments