Skip to content

Commit

Permalink
Bump supported Twig & Doctrine versions (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Jan 9, 2024
1 parent f1f635d commit b0b04a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"ext-json": "*",
"ext-mbstring": "*",
"azuyalabs/yasumi": "~2.0",
"doctrine/dbal": "~2.6 || ~3.0",
"doctrine/dbal": "~3.0",
"psr/cache": "~1.0|~2.0|~3.0",
"symfony/config": "~5.4.21||~6.3||~7.0",
"symfony/dependency-injection": "~5.4.21||~6.3||~7.0",
"symfony/form": "~5.4.21||~6.3||~7.0",
"symfony/http-kernel": "~5.4.21||~6.3||~7.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/validator": "~5.4.21||~6.3||~7.0",
"twig/twig": "~1.43||~2.10||~3"
"twig/twig": "~2.10||~3"
},
"require-dev": {
"ext-bcmath": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/calendar-doctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "~8.1.10 || ~8.2.0 || ~8.3.0",
"aeon-php/calendar": "~1.0",
"doctrine/dbal": "~2.6 || ~3.0"
"doctrine/dbal": "~3.0"
},
"license": "MIT",
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/calendar-twig/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "~8.1.10 || ~8.2.0 || ~8.3.0",
"aeon-php/calendar": "~1.0",
"twig/twig": "~1.43||~2.10||~3"
"twig/twig": "~2.10||~3"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit b0b04a1

Please sign in to comment.