|
1 | 1 | { |
2 | | - "name": "beapi/blockparty-faq", |
3 | | - "description": "A Gutenberg block for SEO friendly FAQ in an accessible accordion.", |
4 | | - "type": "wordpress-plugin", |
5 | | - "keywords": [ |
6 | | - "gutenberg", |
7 | | - "block", |
8 | | - "faq" |
9 | | - ], |
10 | | - "license": "GPL-3.0-or-later", |
11 | | - "authors": [ |
12 | | - { |
13 | | - "name": "BeAPI", |
14 | | - "email": "technique@beapi.fr" |
15 | | - } |
16 | | - ], |
17 | | - "config": { |
18 | | - "optimize-autoloader": true, |
19 | | - "preferred-install": "dist", |
20 | | - "sort-packages": true, |
21 | | - "allow-plugins": { |
22 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
23 | | - "composer/installers": true, |
24 | | - "phpro/grumphp-shim": true |
| 2 | + "name": "beapi/blockparty-faq", |
| 3 | + "description": "A Gutenberg block for SEO friendly FAQ in an accessible accordion.", |
| 4 | + "type": "wordpress-plugin", |
| 5 | + "keywords": [ |
| 6 | + "gutenberg", |
| 7 | + "block", |
| 8 | + "faq" |
| 9 | + ], |
| 10 | + "license": "GPL-3.0-or-later", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "BeAPI", |
| 14 | + "email": "technique@beapi.fr" |
| 15 | + } |
| 16 | + ], |
| 17 | + "config": { |
| 18 | + "optimize-autoloader": true, |
| 19 | + "preferred-install": "dist", |
| 20 | + "sort-packages": true, |
| 21 | + "allow-plugins": { |
| 22 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 23 | + "composer/installers": true, |
| 24 | + "phpro/grumphp-shim": true |
| 25 | + }, |
| 26 | + "platform": { |
| 27 | + "php": "8.1" |
| 28 | + } |
| 29 | + }, |
| 30 | + "require": { |
| 31 | + "php": "^8.1 | ^8.2", |
| 32 | + "ext-json": "*", |
| 33 | + "composer/installers": "^1.0 || ^2.0" |
| 34 | + }, |
| 35 | + "require-dev": { |
| 36 | + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 37 | + "humanmade/psalm-plugin-wordpress": "^3.0", |
| 38 | + "overtrue/phplint": "^9.1", |
| 39 | + "php-parallel-lint/php-parallel-lint": "^1.3", |
| 40 | + "php-stubs/wordpress-seo-stubs": "^20.5", |
| 41 | + "phpcompatibility/phpcompatibility-wp": "^2.1", |
| 42 | + "phpro/grumphp-shim": "^1.5", |
| 43 | + "roave/security-advisories": "dev-latest", |
| 44 | + "roots/wordpress-no-content": "^6.0", |
| 45 | + "vimeo/psalm": "^5.20", |
| 46 | + "wp-coding-standards/wpcs": "^3.0" |
| 47 | + }, |
| 48 | + "scripts": { |
| 49 | + "cs": "./vendor/bin/phpcs", |
| 50 | + "cb": "./vendor/bin/phpcbf", |
| 51 | + "psalm": "./vendor/bin/psalm" |
25 | 52 | }, |
26 | | - "platform": { |
27 | | - "php": "8.1" |
| 53 | + "scripts-descriptions": { |
| 54 | + "cs": "Run PHP CodeSniffer on codebase using custom ruleset.", |
| 55 | + "cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.", |
| 56 | + "psalm": "Run psalm on codebase using custom ruleset." |
28 | 57 | } |
29 | | - }, |
30 | | - "require": { |
31 | | - "php": "8.1.*", |
32 | | - "ext-json": "*", |
33 | | - "composer/installers": "^1.0 || ^2.0" |
34 | | - }, |
35 | | - "require-dev": { |
36 | | - "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
37 | | - "humanmade/psalm-plugin-wordpress": "^3.0", |
38 | | - "overtrue/phplint": "^9.1", |
39 | | - "php-parallel-lint/php-parallel-lint": "^1.3", |
40 | | - "php-stubs/wordpress-seo-stubs": "^20.5", |
41 | | - "phpcompatibility/phpcompatibility-wp": "^2.1", |
42 | | - "phpro/grumphp-shim": "^1.5", |
43 | | - "roave/security-advisories": "dev-latest", |
44 | | - "roots/wordpress-no-content": "^6.0", |
45 | | - "vimeo/psalm": "^5.20", |
46 | | - "wp-coding-standards/wpcs": "^3.0" |
47 | | - }, |
48 | | - "scripts": { |
49 | | - "cs": "./vendor/bin/phpcs", |
50 | | - "cb": "./vendor/bin/phpcbf", |
51 | | - "psalm": "./vendor/bin/psalm" |
52 | | - }, |
53 | | - "scripts-descriptions": { |
54 | | - "cs": "Run PHP CodeSniffer on codebase using custom ruleset.", |
55 | | - "cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.", |
56 | | - "psalm": "Run psalm on codebase using custom ruleset." |
57 | | - } |
58 | 58 | } |
0 commit comments