Skip to content

Commit

Permalink
Use latest version of all development Composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 7, 2024
1 parent 70a0df8 commit 5a1007d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
}
],
"require-dev": {
"phpro/grumphp": "^2.5.0",
"phpmd/phpmd": "^2.15.0",
"nikic/php-parser": "^5.0.2",
"povils/phpmnd": "^3.4.1",
"squizlabs/php_codesniffer": "^3.9.0",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^3.0"
"phpro/grumphp": "*",
"phpmd/phpmd": "*",
"povils/phpmnd": "*",
"squizlabs/php_codesniffer": "*",
"phpstan/phpstan": "*",
"szepeviktor/phpstan-wordpress": "*",
"wp-coding-standards/wpcs": "*"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions grumphp.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
parameters:
grumphp:
tasks:
phpparser:
visitors:
forbidden_function_calls:
blacklist:
- "var_dump"
- "print_r"
phpversion:
project: "7.0"
# phpcs:
Expand Down

0 comments on commit 5a1007d

Please sign in to comment.