Skip to content

Commit

Permalink
Update composer.json for Contao 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaaaan authored Oct 7, 2017
1 parent 2893fb6 commit 83ff249
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"require":{
"php":">=5.3",
"contao/core":"~3.3"
"contao/core-bundle":"~3.3 || ~4.4",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0"
},
"autoload": {
"classmap": ["src"]
Expand All @@ -31,4 +32,4 @@
}
}
}
}
}

0 comments on commit 83ff249

Please sign in to comment.