Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-malofeykin committed Mar 6, 2016
1 parent b4a22f0 commit 39e97af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -14,14 +14,14 @@
},
"require": {
"php": ">=5.5",
"psr/log": "~1"
"psr/log": "~1.0.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.11",
"phpunit/phpunit": "~4.8",
"phpunit/phpcov": "~2",
"zendframework/zend-loader": "~2.4",
"satooshi/php-coveralls": "~1"
"fabpot/php-cs-fixer": "~1.11.0",
"phpunit/phpunit": "~4.8.0",
"phpunit/phpcov": "~2.0.0",
"zendframework/zend-loader": "~2.4.0",
"satooshi/php-coveralls": "~1.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 39e97af

Please sign in to comment.