|
2 | 2 | "name": "beapi/blockparty-iframe", |
3 | 3 | "description": "Add a block to display an embedded frame in the WordPress editor.", |
4 | 4 | "type": "wordpress-plugin", |
5 | | - "keywords": ["wordpress", "plugin", "block", "iframe", "editor"], |
| 5 | + "keywords": [ |
| 6 | + "wordpress", |
| 7 | + "plugin", |
| 8 | + "block", |
| 9 | + "iframe", |
| 10 | + "editor" |
| 11 | + ], |
6 | 12 | "license": "GPL-2.0-or-later", |
7 | 13 | "authors": [ |
8 | 14 | { |
9 | 15 | "name": "BeAPI", |
10 | 16 | "email": "technical@beapi.fr", |
11 | | - "homepage":"https://beapi.fr", |
12 | | - "role":"Company" |
| 17 | + "homepage": "https://beapi.fr", |
| 18 | + "role": "Company" |
13 | 19 | } |
14 | 20 | ], |
15 | 21 | "config": { |
|
32 | 38 | }, |
33 | 39 | "require-dev": { |
34 | 40 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
35 | | - "humanmade/psalm-plugin-wordpress": "^2.0", |
36 | 41 | "php-parallel-lint/php-parallel-lint": "^1.3", |
37 | 42 | "phpcompatibility/php-compatibility": "^9.3", |
38 | 43 | "phpro/grumphp-shim": "^1.5", |
39 | 44 | "roave/security-advisories": "dev-latest", |
40 | 45 | "roots/wordpress-no-content": "^6.0", |
41 | 46 | "squizlabs/php_codesniffer": "^3.7", |
42 | | - "vimeo/psalm": "~4.23.0", |
43 | 47 | "wp-cli/wp-cli": "^2.6", |
44 | 48 | "wp-coding-standards/wpcs": "^3.0" |
45 | 49 | }, |
46 | | - "autoload-dev": { |
47 | | - }, |
| 50 | + "autoload-dev": {}, |
48 | 51 | "scripts": { |
49 | 52 | "cs": "./vendor/bin/phpcs", |
50 | 53 | "cb": "./vendor/bin/phpcbf", |
51 | | - "psalm": "./vendor/bin/psalm", |
52 | 54 | "phpunit": "phpunit" |
53 | 55 | }, |
54 | 56 | "scripts-descriptions": { |
55 | 57 | "cs": "Run PHP CodeSniffer on codebase using custom ruleset.", |
56 | 58 | "cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.", |
57 | | - "psalm": "Run psalm on codebase using custom ruleset.", |
58 | 59 | "phpunit": "Run PHP unit tests." |
59 | 60 | } |
60 | 61 | } |
0 commit comments