Skip to content

Commit

Permalink
Merge pull request #75 from oveleon/develop
Browse files Browse the repository at this point in the history
Do not allow contao >4.13
  • Loading branch information
zoglo authored Jan 19, 2023
2 parents d7f5677 + 1d767de commit 6e25460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php":">=7.4",
"ext-json": "*",
"ext-dom": "*",
"contao/core-bundle":">=4.13"
"contao/core-bundle":"^4.13"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
Expand Down

0 comments on commit 6e25460

Please sign in to comment.