Skip to content

Commit

Permalink
specify version numbers on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Sep 25, 2014
1 parent 7028dc0 commit 9e6f327
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 @@ -24,12 +24,12 @@
},
"require": {
"php": ">=5.4.0",
"infuse/libs": "dev-master",
"infuse/libs": "~0.2",
"pimple/pimple": ">=v2.1.0",
"monolog/monolog": "1.*",
"smarty/smarty": ">=v3.1.19",
"predis/predis": ">=v1.0.0",
"robmorgan/phinx": "*",
"robmorgan/phinx": "~0.3",
"symfony/console": "2.*"
}
}

0 comments on commit 9e6f327

Please sign in to comment.