Skip to content

Commit

Permalink
Updated composer requirement for hashids
Browse files Browse the repository at this point in the history
  • Loading branch information
Garbee committed Sep 18, 2013
1 parent 4e3fde3 commit 632ea58
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 @@ -10,12 +10,12 @@
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"hashids/hashids": "0.3.*@dev"
"hashids/hashids": "*"
},
"autoload": {
"psr-0": {
"Mitch\\Hashids": "src/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 632ea58

Please sign in to comment.