Skip to content

Commit

Permalink
Update twig to 3 (#574)
Browse files Browse the repository at this point in the history
* increase twig version to ^3.0 in dev
* add idle_timeout to scrutinizer

Co-authored-by: jurij schlaht <jurij@lillydoo.com>
  • Loading branch information
jschlaht and jurij schlaht committed Oct 26, 2020
1 parent 130df25 commit 007dfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build:
override:
-
command: 'php ./vendor/bin/phpunit --coverage-clover=coverage-clover'
idle_timeout: 300
coverage:
file: 'coverage-clover'
format: 'php-clover'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"symfony/twig-bundle": "^3.4.33 || ^4.4 || ^5.1",
"symfony/validator": "^3.4.33 || ^4.4 || ^5.1",
"symfony/yaml": "^3.4.33 || ^4.4 || ^5.1",
"twig/twig": "^2.0"
"twig/twig": "^2.0 || ^3.0"
},
"conflict": {
"symfony/framework-bundle": "4.3.0"
Expand Down

0 comments on commit 007dfbf

Please sign in to comment.