Skip to content

Commit

Permalink
Update composer dev dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev committed Feb 2, 2019
1 parent 64a6b97 commit 31676be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -31,13 +31,13 @@
"symfony/yaml": "^3.0|^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"friendsofphp/php-cs-fixer": "^2.14",
"jakub-onderka/php-parallel-lint": "^1.0",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "^0.10.2",
"phpstan/phpstan-phpunit": "^0.10.0",
"phpunit/phpunit": "^7.2",
"sensiolabs/security-checker": "^4.1",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.5|^8.0",
"sensiolabs/security-checker": "^5.0",
"symfony/phpunit-bridge": "^3.0|^4.0"
},

Expand Down

0 comments on commit 31676be

Please sign in to comment.