Skip to content

Commit

Permalink
Update require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-takeyama committed Aug 13, 2015
1 parent 75b4211 commit 09ca713
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -13,10 +13,10 @@
"php": ">= 5.3.3"
},
"require-dev": {
"phpunit/phpunit": ">=4.1.0",
"satooshi/php-coveralls": ">=0.6.0",
"symfony/yaml": ">=2.4.0",
"fabpot/php-cs-fixer": ">=0.4.0"
"phpunit/phpunit": "4.8.*",
"satooshi/php-coveralls": "0.6.*",
"symfony/yaml": "2.7.*",
"fabpot/php-cs-fixer": "1.10.*"
},
"autoload": {
"psr-4": { "Woothee\\": "src/" }
Expand Down

0 comments on commit 09ca713

Please sign in to comment.