Skip to content

Commit

Permalink
Merge pull request #22 from michaelmoussa/master
Browse files Browse the repository at this point in the history
Fixed "next significant release" tilde operator use
  • Loading branch information
ikwattro committed Dec 11, 2014
2 parents 8f7708a + a08be10 commit 7c7718f
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 55 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
],
"require": {
"php" : ">= 5.4",
"symfony/console" : "~2.5.0",
"symfony/yaml" : "~2.5.0",
"symfony/config" : "~2.5.0",
"symfony/dependency-injection" : "~2.5.0",
"symfony/event-dispatcher" : "~2.5.0",
"symfony/console" : "~2.5",
"symfony/yaml" : "~2.5",
"symfony/config" : "~2.5",
"symfony/dependency-injection" : "~2.5",
"symfony/event-dispatcher" : "~2.5",
"guzzlehttp/guzzle" : "4.*",
"monolog/monolog": "~1.3.0"
"monolog/monolog": "~1.3"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand Down
111 changes: 62 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c7718f

Please sign in to comment.