Skip to content

Commit

Permalink
support symfony4 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-iwaniec authored and umpirsky committed Dec 21, 2017
1 parent 72404ab commit a225777
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"php": ">=5.5.9",
"twig/twig": "~1.23|~2.0",
"twig/extensions": "~1.0",
"symfony/twig-bridge": "~3.0",
"symfony/routing": "~3.0",
"symfony/filesystem": "~3.0",
"symfony/translation": "~3.0",
"symfony/form": "~3.0",
"symfony/asset": "~2.8|~3.0"
"symfony/twig-bridge": "~3.0|~4.0",
"symfony/routing": "~3.0|~4.0",
"symfony/filesystem": "~3.0|~4.0",
"symfony/translation": "~3.0|~4.0",
"symfony/form": "~3.0|~4.0",
"symfony/asset": "~2.8|~3.0|~4.0"
},
"require-dev": {
"symfony/config": "~3.0",
"phpunit/phpunit": "~4.8"
"symfony/config": "~3.0|~4.0",
"phpunit/phpunit": "~4.8|~6.0"
},
"autoload": {
"psr-0": { "Twig\\Gettext": "." }
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true"
beStrictAboutTestsThatDoNotTestAnything="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
Expand Down

0 comments on commit a225777

Please sign in to comment.