Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanen committed Jan 21, 2014
1 parent ae15f8e commit 40cd157
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@
}
],
"require": {
"bigfoot/core-bundle": "dev-master"
"bigfoot/core-bundle": "~1.0"
},
"autoload": {
"psr-0": { "Bigfoot\\Bundle\\SeoBundle": "" }
},
"target-dir": "Bigfoot/Bundle/SeoBundle",
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 40cd157

Please sign in to comment.