Skip to content

Commit

Permalink
Upgrade twig dependency 3.10 => 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
frank9999 committed Sep 28, 2024
1 parent a8272c5 commit 9666947
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 347 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-json": "*",
"ext-imagick": "*",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.19",
"google/recaptcha": "^1.3",
Expand All @@ -28,11 +28,11 @@
"symfony/twig-bundle": "^7.1",
"symfony/validator": "^7.1",
"symfony/yaml": "^7.1",
"twig/twig": "^3.10"
"twig/twig": "^3.14"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-doctrine": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-doctrine": "^1.5",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-symfony": "^1.4",
"squizlabs/php_codesniffer": "^3.10",
Expand Down
Loading

0 comments on commit 9666947

Please sign in to comment.