Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fixed version constraint
  • Loading branch information
SvenMeierhans authored Nov 13, 2018
1 parent 4716bbd commit ff23541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require":{
"php":">=5.3",
"contao/core-bundle":"~3.2 | ~4.0",
"contao/core-bundle":"~3.2 || ~4.0",
"menatwork/contao-multicolumnwizard": "^3.3.7"
},
"autoload":{
Expand All @@ -36,4 +36,4 @@
}
}
}
}
}

0 comments on commit ff23541

Please sign in to comment.