Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
"name": "beapi/blockparty-iframe",
"description": "Add a block to display an embedded frame in the WordPress editor.",
"type": "wordpress-plugin",
"keywords": ["wordpress", "plugin", "block", "iframe", "editor"],
"keywords": [
"wordpress",
"plugin",
"block",
"iframe",
"editor"
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "BeAPI",
"email": "technical@beapi.fr",
"homepage":"https://beapi.fr",
"role":"Company"
"homepage": "https://beapi.fr",
"role": "Company"
}
],
"config": {
Expand All @@ -32,29 +38,24 @@
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"humanmade/psalm-plugin-wordpress": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3",
"phpro/grumphp-shim": "^1.5",
"roave/security-advisories": "dev-latest",
"roots/wordpress-no-content": "^6.0",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "~4.23.0",
"wp-cli/wp-cli": "^2.6",
"wp-coding-standards/wpcs": "^3.0"
},
"autoload-dev": {
},
"autoload-dev": {},
"scripts": {
"cs": "./vendor/bin/phpcs",
"cb": "./vendor/bin/phpcbf",
"psalm": "./vendor/bin/psalm",
"phpunit": "phpunit"
},
"scripts-descriptions": {
"cs": "Run PHP CodeSniffer on codebase using custom ruleset.",
"cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.",
"psalm": "Run psalm on codebase using custom ruleset.",
"phpunit": "Run PHP unit tests."
}
}
Loading
Loading