Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jan 9, 2024
1 parent 761ee2e commit 0a2823d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
],
"require":{
"php": ">=7.4",
"contao/core-bundle": "^4.13 || ^5.0",
"contao/news-bundle": "^4.13 || ^5.0",
"doctrine/dbal": "^2.11 || ^3.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/routing": "^5.4 || ^6.0",
"contao/core-bundle": "^5.0",
"contao/news-bundle": "^5.0",
"doctrine/dbal": "^3.0",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-foundation": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/routing": "^6.0",
"symfony-cmf/routing": "^3.0",
"terminal42/service-annotation-bundle": "^1.0"
},
Expand Down

0 comments on commit 0a2823d

Please sign in to comment.