Skip to content

Commit

Permalink
change version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Oct 23, 2018
1 parent 678f2e8 commit 643d303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"require-dev": {
"psr/container": "~1.0",
"psr/log": "~1.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/serializer": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0|~4.0",
"symfony/serializer": "~2.3|~3.0|~4.0",
"predis/predis": "~1.0|~1.1",
"phpunit/phpunit": "4.8.*",
"scrutinizer/ocular": "1.3.*",
"satooshi/php-coveralls": "^1.0"
"scrutinizer/ocular": "~1.5",
"satooshi/php-coveralls": "^2.0"
},
"minimum-stability": "dev",
"extra": {
Expand Down

0 comments on commit 643d303

Please sign in to comment.