Skip to content

Commit

Permalink
Updated the composer.json
Browse files Browse the repository at this point in the history
- Use a bound constraint for Stampie
- Allow Symfony 2.2
- Add a branch alias for the master branch
  • Loading branch information
stof committed Feb 15, 2013
1 parent dbe6a84 commit 35efc3f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Expand Up @@ -10,11 +10,11 @@
}],
"require": {
"php" : ">=5.3.3",
"symfony/framework-bundle" : ">=2.0,<2.2-dev",
"henrikbjorn/stampie" : "*"
"symfony/framework-bundle" : ">=2.0,<2.3-dev",
"henrikbjorn/stampie" : "~0.6"
},
"require-dev": {
"stof/stampie-extra": "dev-master"
"stof/stampie-extra": "~0.2"
},
"suggest": {
"stof/stampie-extra": "to have event-based hooks in the mailer"
Expand All @@ -24,5 +24,10 @@
"HB\\StampieBundle\\": ""
}
},
"target-dir" : "HB/StampieBundle"
"target-dir" : "HB/StampieBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 35efc3f

Please sign in to comment.