Skip to content

Commit

Permalink
require at least twig/twig 2.14.7
Browse files Browse the repository at this point in the history
resolves php 8.1 deprecations. see twigphp/Twig#3552
  • Loading branch information
bendavies committed Jun 16, 2023
1 parent 7184735 commit e2db5ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Autocomplete/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/string": "^5.4|^6.0"
"symfony/string": "^5.4|^6.0",
"twig/twig": "^2.14.7|^3.0.4"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.4.3",
Expand Down
3 changes: 2 additions & 1 deletion src/Cropperjs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"symfony/form": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
"symfony/validator": "^5.4|^6.0",
"twig/twig": "^2.14.7|^3.0.4"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
Expand Down
3 changes: 2 additions & 1 deletion src/Dropzone/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0"
"symfony/options-resolver": "^5.4|^6.0",
"twig/twig": "^2.14.7|^3.0.4"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
Expand Down

0 comments on commit e2db5ea

Please sign in to comment.