Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 1, 2014
1 parent 8bc8e8a commit 0574270
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.1.*"
"illuminate/support": "~4.1"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev"
"phpspec/phpspec": "~2.0"
},
"autoload": {
"psr-0": {
"Laracasts\\Utilities": "src/"
}
},
"minimum-stability": "stable"
}
}
}

0 comments on commit 0574270

Please sign in to comment.