Skip to content

Commit

Permalink
Add Contao 5 compatibility (see #57 )
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffparnitzky committed Jun 20, 2023
1 parent c1c396d commit 9fc1bb5
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name":"hofff/contao-calendarfield",
"description":"Frontend text field with datepicker for Contao Open Source CMS",
"keywords":["contao", "calendar", "calendar field", "datepicker", "forms"],
"type":"contao-bundle",
"license":"LGPL-3.0-or-later",
"homepage" : "https://hofff.com",
"authors":[
"name": "hofff/contao-calendarfield",
"description": "Frontend text field with datepicker for Contao Open Source CMS",
"keywords": [
"contao",
"calendar",
"calendar field",
"datepicker",
"forms"
],
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://hofff.com",
"authors": [
{
"name":"terminal42 gmbh",
"homepage":"http://terminal42.ch",
"name": "terminal42 gmbh",
"homepage": "http://terminal42.ch",
"role": "Developer"
},
{
Expand All @@ -24,10 +30,10 @@
"role": "Manager"
}
],
"require":{
"php": ">=7.3",
"contao/core-bundle":"~4.9",
"menatwork/contao-multicolumnwizard-bundle":"~3.4"
"require": {
"php": "^7.3 || ^8.1",
"contao/core-bundle": "^4.9.0 || ^5.1",
"menatwork/contao-multicolumnwizard-bundle": "~3.4"
},
"autoload": {
"psr-4": {
Expand All @@ -46,12 +52,12 @@
"contao-legacy/calendarfield": "self.version",
"terminal42/contao-calendarfield": "self.version"
},
"extra":{
"extra": {
"contao-manager-plugin": "Hofff\\CalendarfieldBundle\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 9fc1bb5

Please sign in to comment.