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 ade87ac commit b3a4705
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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
1 change: 1 addition & 0 deletions src/LiveComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"symfony/security-csrf": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"twig/twig": "^2.14.7|^3.0.4",
"zenstruck/browser": "^1.2.0",
"zenstruck/foundry": "^1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion src/TwigComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"symfony/deprecation-contracts": "^2.2|^3.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"twig/twig": "^2.0|^3.0"
"twig/twig": "^2.14.7|^3.0.4"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
Expand Down

0 comments on commit b3a4705

Please sign in to comment.