Skip to content

Commit

Permalink
Update PhpSpec to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenConstable committed Mar 27, 2014
1 parent a14e75c commit 7f88125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.3.0",
"laravel/framework": "4.1.*",
"phpspec/phpspec": "2.0.*@dev"
"phpspec/phpspec": "~2.0"
},
"autoload": {
"psr-0": {
Expand All @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 7f88125

Please sign in to comment.