Skip to content

Commit

Permalink
Only allow Contao 5 (see #57)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffparnitzky committed Jun 20, 2023
1 parent 66ffa4b commit 57b97c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
}
],
"require": {
"php": "^7.4 || ^8.1",
"contao/core-bundle": "^4.13 || ^5.1",
"php": "^8.1",
"contao/core-bundle": "^5.1",
"menatwork/contao-multicolumnwizard-bundle": "~3.4"
},
"autoload": {
Expand All @@ -55,7 +55,7 @@
"extra": {
"contao-manager-plugin": "Hofff\\CalendarfieldBundle\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "4.0.x-dev"
"dev-master": "5.0.x-dev"
}
},
"prefer-stable": true,
Expand Down

0 comments on commit 57b97c2

Please sign in to comment.