Skip to content

Commit

Permalink
Update dev packages and grumphp file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahe committed Jan 29, 2021
1 parent 9d27fcf commit 3017140
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 485 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,20 @@
"php": ">=5.6.0",
"composer/installers": "~1.0"
},
"config": {
"sort-packages": true
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"overtrue/phplint": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpcompatibility/php-compatibility": "^9.3",
"phpro/grumphp-shim": "^0.18.0",
"phpro/grumphp-shim": "^1.3",
"roave/security-advisories": "dev-master",
"sensiolabs/security-checker": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.11",
"wp-coding-standards/wpcs": "^2.2",
"overtrue/phplint": "^2.0",
"jakub-onderka/php-parallel-lint": "^1.0"
"vimeo/psalm": "^4.4",
"wp-coding-standards/wpcs": "^2.2"
},
"scripts": {
"cs": "./vendor/bin/phpcs",
Expand Down
Loading

0 comments on commit 3017140

Please sign in to comment.