Skip to content

Commit

Permalink
use with PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Hoff authored Dec 2, 2022
1 parent b81ef38 commit ff259d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"menatwork/semantic_html5",
"name":"hofff/contao-html-elements",
"description":"Create html5 elements as content element",
"keywords":["html5","semantic","contentelements","wrapper"],
"type":"contao-module",
Expand All @@ -19,8 +19,8 @@
"source":"https://github.com/menatwork/semantic_html5"
},
"require":{
"php": "^7.2",
"contao/core-bundle": "^4.4.8",
"php": "^7.2 || ^8.0",
"contao/core-bundle": "^4.13",
"menatwork/contao-multicolumnwizard-bundle":"~3.4"
},
"require-dev":{
Expand All @@ -32,7 +32,8 @@
}
},
"replace":{
"contao-legacy/semantic_html5":"*"
"contao-legacy/semantic_html5":"*",
"menatwork/semantic_html5":"*"
},
"extra":{
"contao":{
Expand Down

0 comments on commit ff259d7

Please sign in to comment.