Skip to content

Commit

Permalink
Composer: Constrained Property package
Browse files Browse the repository at this point in the history
Updated Composer manifest to set version constraint for ‘charcoal-property’ in preparation for possible breaking changes to Charcoal framework.
  • Loading branch information
mcaskill committed Sep 14, 2016
1 parent e3bc73a commit 1d8e767
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"psr/log": "^1.0",
"psr/cache": "^1.0",
"locomotivemtl/charcoal-config": "~0.6",
"locomotivemtl/charcoal-property": "dev-master",
"locomotivemtl/charcoal-property": "^0.1",
"locomotivemtl/charcoal-factory": "~0.4",
"locomotivemtl/charcoal-view": "~0.1",
"locomotivemtl/charcoal-translation": "dev-master"
Expand All @@ -41,6 +41,11 @@
"Charcoal\\": "src/Charcoal"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"scripts": {
"test": [
"@phplint",
Expand Down

0 comments on commit 1d8e767

Please sign in to comment.