Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 25, 2020
1 parent 4d05809 commit 69e1f1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"friendsofphp/php-cs-fixer": "^2.14",
"php": "^7.2",
"friendsofphp/php-cs-fixer": "^2.16",
"mayflower/php-codebrowser": "^2.0",
"phploc/phploc": "^5.0",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.9 || ^0.10 || ^0.11",
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.1",
"phpmd/phpmd": "^2.7",
"phpstan/phpstan": "~0.11",
"phpunit/phpunit": "^8.5",
"sebastian/phpcpd": "^3.0 || ^4.1",
"squizlabs/php_codesniffer": "^3.4",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.6",
"phpmetrics/phpmetrics": "^2.4"
},
Expand Down

0 comments on commit 69e1f1c

Please sign in to comment.