Skip to content

Commit 6103a67

Browse files
committed
chore: remove psalm static analysis
Removes Psalm and its WordPress plugin from development dependencies, scripts, and GrumPHP configuration. The associated psalm.xml.dist configuration file has also been deleted as the project moves away from this tool for static analysis.
1 parent d7fda6b commit 6103a67

4 files changed

Lines changed: 1382 additions & 3788 deletions

File tree

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
"name": "beapi/blockparty-iframe",
33
"description": "Add a block to display an embedded frame in the WordPress editor.",
44
"type": "wordpress-plugin",
5-
"keywords": ["wordpress", "plugin", "block", "iframe", "editor"],
5+
"keywords": [
6+
"wordpress",
7+
"plugin",
8+
"block",
9+
"iframe",
10+
"editor"
11+
],
612
"license": "GPL-2.0-or-later",
713
"authors": [
814
{
915
"name": "BeAPI",
1016
"email": "technical@beapi.fr",
11-
"homepage":"https://beapi.fr",
12-
"role":"Company"
17+
"homepage": "https://beapi.fr",
18+
"role": "Company"
1319
}
1420
],
1521
"config": {
@@ -32,29 +38,24 @@
3238
},
3339
"require-dev": {
3440
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
35-
"humanmade/psalm-plugin-wordpress": "^2.0",
3641
"php-parallel-lint/php-parallel-lint": "^1.3",
3742
"phpcompatibility/php-compatibility": "^9.3",
3843
"phpro/grumphp-shim": "^1.5",
3944
"roave/security-advisories": "dev-latest",
4045
"roots/wordpress-no-content": "^6.0",
4146
"squizlabs/php_codesniffer": "^3.7",
42-
"vimeo/psalm": "~4.23.0",
4347
"wp-cli/wp-cli": "^2.6",
4448
"wp-coding-standards/wpcs": "^3.0"
4549
},
46-
"autoload-dev": {
47-
},
50+
"autoload-dev": {},
4851
"scripts": {
4952
"cs": "./vendor/bin/phpcs",
5053
"cb": "./vendor/bin/phpcbf",
51-
"psalm": "./vendor/bin/psalm",
5254
"phpunit": "phpunit"
5355
},
5456
"scripts-descriptions": {
5557
"cs": "Run PHP CodeSniffer on codebase using custom ruleset.",
5658
"cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.",
57-
"psalm": "Run psalm on codebase using custom ruleset.",
5859
"phpunit": "Run PHP unit tests."
5960
}
6061
}

0 commit comments

Comments
 (0)