Skip to content

Commit 5a1007d

Browse files
committed
Use latest version of all development Composer packages
1 parent 70a0df8 commit 5a1007d

3 files changed

Lines changed: 9 additions & 16 deletions

File tree

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
}
1212
],
1313
"require-dev": {
14-
"phpro/grumphp": "^2.5.0",
15-
"phpmd/phpmd": "^2.15.0",
16-
"nikic/php-parser": "^5.0.2",
17-
"povils/phpmnd": "^3.4.1",
18-
"squizlabs/php_codesniffer": "^3.9.0",
19-
"phpstan/phpstan": "^1.10",
20-
"szepeviktor/phpstan-wordpress": "^1.3",
21-
"wp-coding-standards/wpcs": "^3.0"
14+
"phpro/grumphp": "*",
15+
"phpmd/phpmd": "*",
16+
"povils/phpmnd": "*",
17+
"squizlabs/php_codesniffer": "*",
18+
"phpstan/phpstan": "*",
19+
"szepeviktor/phpstan-wordpress": "*",
20+
"wp-coding-standards/wpcs": "*"
2221
},
2322
"config": {
2423
"allow-plugins": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grumphp.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
parameters:
1+
grumphp:
22
tasks:
3-
phpparser:
4-
visitors:
5-
forbidden_function_calls:
6-
blacklist:
7-
- "var_dump"
8-
- "print_r"
93
phpversion:
104
project: "7.0"
115
# phpcs:

0 commit comments

Comments
 (0)