Skip to content

Commit a2feb49

Browse files
committed
Versioning
1 parent a73c0bc commit a2feb49

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@
1111
}
1212
],
1313
"require": {
14-
"bigfoot/core-bundle": "dev-master"
14+
"bigfoot/core-bundle": "~1.0"
1515
},
1616
"autoload": {
1717
"psr-0": { "Bigfoot\\Bundle\\ContextBundle": "" }
1818
},
1919
"target-dir": "Bigfoot/Bundle/ContextBundle",
20-
"minimum-stability": "dev"
20+
"minimum-stability": "dev",
21+
"extra": {
22+
"branch-alias": {
23+
"dev-master": "1.0.x-dev"
24+
}
25+
}
2126
}

0 commit comments

Comments
 (0)