Skip to content

Commit

Permalink
Merge pull request #44 from rantonmattei/composer_upgrade
Browse files Browse the repository at this point in the history
Bumped up a few packages especially Symfony 2.8
  • Loading branch information
rantonmattei committed Jan 11, 2016
2 parents 6ddaeda + 798597c commit 659a9de
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"homepage": "https://github.com/theorchard/monolog-cascade",
"require": {
"php": ">=5.3.9",
"symfony/config": "~2.7.0",
"symfony/options-resolver": "~2.7.0",
"symfony/serializer": "~2.7.0",
"symfony/yaml": "~2.7.0",
"monolog/monolog": "~1.14"
"symfony/config": "~2.8",
"symfony/options-resolver": "~2.8",
"symfony/serializer": "~2.8",
"symfony/yaml": "~2.8",
"monolog/monolog": "~1.17"
},
"autoload": {
"psr-4": {
Expand All @@ -31,14 +31,12 @@
}
},
"require-dev": {
"mikey179/vfsStream": "~1.4",
"mikey179/vfsStream": "~1.6",
"phpunit/phpcov": "~2.0",
"phpunit/phpunit": "~4.7",
"phpunit/phpunit-mock-objects": "2.3.0",
"satooshi/php-coveralls": "~0.6",
"squizlabs/php_codesniffer": "~2.3"
"phpunit/phpunit": "~4.8",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "~2.5"
},
"_": "phpunit/phpunit-mock-objects required in 2.3.0 due to https://github.com/sebastianbergmann/phpunit-mock-objects/issues/223",
"prefer-stable": true,
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 659a9de

Please sign in to comment.