Skip to content

Commit a225777

Browse files
daniel-iwaniecumpirsky
authored andcommitted
support symfony4 (#59)
1 parent 72404ab commit a225777

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"php": ">=5.5.9",
1414
"twig/twig": "~1.23|~2.0",
1515
"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"
2222
},
2323
"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"
2626
},
2727
"autoload": {
2828
"psr-0": { "Twig\\Gettext": "." }

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit colors="true"
4+
beStrictAboutTestsThatDoNotTestAnything="false"
45
convertErrorsToExceptions="true"
56
convertNoticesToExceptions="true"
67
convertWarningsToExceptions="true"

0 commit comments

Comments
 (0)