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 19, 2023
1 parent 783410d commit e6a3be5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/Autocomplete/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"symfony/security-bundle": "^5.4|^6.0",
"symfony/security-csrf": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",,
"twig/twig": "^2.14.7|^3.0.4",
"zenstruck/browser": "^1.1",
"zenstruck/foundry": "^1.32"
},
Expand Down
3 changes: 2 additions & 1 deletion src/Cropperjs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
"symfony/var-dumper": "^5.4|^6.0",
"twig/twig": "^2.14.7|^3.0.4"
},
"conflict": {
"symfony/flex": "<1.13"
Expand Down
3 changes: 2 additions & 1 deletion src/Dropzone/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
"symfony/var-dumper": "^5.4|^6.0",
"twig/twig": "^2.14.7|^3.0.4"
},
"extra": {
"thanks": {
Expand Down
5 changes: 3 additions & 2 deletions src/LiveComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"php": ">=8.1",
"symfony/property-access": "^5.4.5|^6.0",
"symfony/serializer": "^5.4|^6.0",
"symfony/ux-twig-component": "^2.8"
"symfony/ux-twig-component": "^2.8",
"twig/twig": "^2.14.7|^3.0.4"
},
"require-dev": {
"doctrine/annotations": "^1.0",
Expand All @@ -45,7 +46,7 @@
"symfony/property-info": "^5.4|^6.0",
"symfony/security-csrf": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
"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 e6a3be5

Please sign in to comment.