Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'composer-fix' of github.com:jakzal/MonologExtension int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
swestcott committed Jul 19, 2014
2 parents 0caf303 + a19bb36 commit 05e3ac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": ">=5.3.6",
"behat/behat": ">=2.4.0,<2.5.0-dev",
"symfony/config": ">=2.0.0,<2.2.0",
"symfony/dependency-injection": ">=2.0.0,<2.2.0",
"monolog/monolog": "1.2.*"
"behat/behat": ">=2.4.0",
"symfony/config": "~2.0",
"symfony/dependency-injection": "~2.0",
"monolog/monolog": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand Down

0 comments on commit 05e3ac8

Please sign in to comment.