Skip to content

Commit cb20b35

Browse files
committed
Support Contao 3.5. Add branch alias for develop branch.
1 parent 75b1706 commit cb20b35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require":{
2222
"php":">=5.3.4",
2323
"contao-community-alliance/composer-plugin": "~2.0",
24-
"contao/core":">=3.2,<3.5-dev",
24+
"contao/core":">=3.2,<3.6-dev",
2525
"contao-bootstrap/core": "~1.0",
2626
"contao-community-alliance/meta-palettes":"~1.4"
2727
},
@@ -48,7 +48,8 @@
4848
}
4949
},
5050
"branch-alias": {
51-
"dev-master": "1.0.x-dev"
51+
"dev-master": "1.0.x-dev",
52+
"dev-develop": "1.1.x-dev"
5253
}
5354
},
5455
"minimum-stability": "dev",

0 commit comments

Comments
 (0)