Skip to content

Commit

Permalink
Contao 5.3 compatibility (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: David Greminger <bytehead@users.noreply.github.com>
Co-authored-by: David Greminger <david.greminger@1up.io>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 5077c0e commit 87da6f9
Show file tree
Hide file tree
Showing 3 changed files with 2,535 additions and 1,886 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13",
"contao/core-bundle": "^4.13 || ^5.3",
"contao/manager-plugin": "^2.3.1",
"doctrine/dbal": "^3.3",
"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",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
"twig/twig": "^3.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 87da6f9

Please sign in to comment.