Skip to content

Commit

Permalink
Changed composer.json library requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Mattila committed Jul 20, 2013
1 parent 06dd62b commit 9a533da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"php": ">=5.3.0"
},
"require-dev": {
"pda/pheanstalk": "2.1.0",
"iron-io/iron_mq": "1.4.5",
"predis/predis": ">=0.8"
"pda/pheanstalk": "~2.1",
"iron-io/iron_mq": "~1.4.5",
"predis/predis": "~0.8"
},
"autoload": {
"psr-0": {"Eventio\\BBQ": "src/"}
Expand Down

0 comments on commit 9a533da

Please sign in to comment.