|
1 | 1 | { |
2 | | - "name": "beapi/acf-palette", |
3 | | - "description": "Add a new theme color palette selector field for Advanced Custom Fields.", |
4 | | - "type": "wordpress-plugin", |
5 | | - "keywords": ["wordpress", "plugin", "acf", "fse", "theme.json", "color", "palette", "gutenberg", "editor"], |
6 | | - "license": "GPL-2.0-or-later", |
| 2 | + "name": "beapi/acf-palette", |
| 3 | + "description": "Add a new theme color palette selector field for Advanced Custom Fields.", |
| 4 | + "type": "wordpress-plugin", |
| 5 | + "keywords": ["wordpress", "plugin", "acf", "fse", "theme.json", "color", "palette", "gutenberg", "editor"], |
| 6 | + "license": "GPL-2.0-or-later", |
7 | 7 | "authors": [ |
8 | 8 | { |
9 | 9 | "name": "BeAPI", |
|
12 | 12 | "role":"Company" |
13 | 13 | } |
14 | 14 | ], |
15 | | - "config": { |
16 | | - "optimize-autoloader": true, |
17 | | - "preferred-install": "dist", |
18 | | - "sort-packages": true, |
19 | | - "allow-plugins": { |
20 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
21 | | - "composer/installers": true, |
22 | | - "phpro/grumphp-shim": true |
23 | | - }, |
24 | | - "platform": { |
25 | | - "php": "8.1.25" |
26 | | - } |
27 | | - }, |
28 | | - "require": { |
29 | | - "php": "^8", |
30 | | - "ext-json": "*", |
31 | | - "composer/installers": "^1.0 || ^2.0" |
32 | | - }, |
33 | | - "require-dev": { |
34 | | - "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
35 | | - "humanmade/psalm-plugin-wordpress": "^3.0", |
36 | | - "overtrue/phplint": "^3.4", |
37 | | - "php-parallel-lint/php-parallel-lint": "^1.3", |
38 | | - "phpcompatibility/phpcompatibility-wp": "^2.1", |
39 | | - "phpro/grumphp-shim": "^1.5", |
40 | | - "roave/security-advisories": "dev-latest", |
41 | | - "vimeo/psalm": "^5.20", |
42 | | - "wp-coding-standards/wpcs": "^3.0", |
43 | | - "wp-phpunit/wp-phpunit": "^6.0", |
44 | | - "yoast/phpunit-polyfills": "^1.0" |
45 | | - }, |
46 | | - "autoload": { |
| 15 | + "config": { |
| 16 | + "optimize-autoloader": true, |
| 17 | + "preferred-install": "dist", |
| 18 | + "sort-packages": true, |
| 19 | + "allow-plugins": { |
| 20 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 21 | + "composer/installers": true, |
| 22 | + "phpro/grumphp-shim": true |
| 23 | + }, |
| 24 | + "platform": { |
| 25 | + "php": "8.3.28" |
| 26 | + } |
| 27 | + }, |
| 28 | + "require": { |
| 29 | + "php": "8.3.*", |
| 30 | + "ext-json": "*", |
| 31 | + "composer/installers": "^1.0 || ^2.0" |
| 32 | + }, |
| 33 | + "require-dev": { |
| 34 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
| 35 | + "humanmade/psalm-plugin-wordpress": "^2.0", |
| 36 | + "php-parallel-lint/php-parallel-lint": "^1.3", |
| 37 | + "phpcompatibility/php-compatibility": "^9.3", |
| 38 | + "phpro/grumphp-shim": "^1.5", |
| 39 | + "roave/security-advisories": "dev-latest", |
| 40 | + "roots/wordpress-no-content": "^6.0", |
| 41 | + "squizlabs/php_codesniffer": "^3.7", |
| 42 | + "vimeo/psalm": "~4.23.0", |
| 43 | + "wp-cli/wp-cli": "^2.6", |
| 44 | + "wp-coding-standards/wpcs": "^3.0" |
| 45 | + }, |
| 46 | + "autoload": { |
47 | 47 | "psr-4": { |
48 | 48 | "BEAPI\\Acf_Palette\\": "classes/" |
49 | 49 | } |
50 | | - }, |
51 | | - "autoload-dev": { |
52 | | - }, |
53 | | - "scripts": { |
54 | | - "cs": "./vendor/bin/phpcs", |
55 | | - "cb": "./vendor/bin/phpcbf", |
56 | | - "psalm": "./vendor/bin/psalm", |
57 | | - "phpunit": "phpunit" |
58 | | - }, |
59 | | - "scripts-descriptions": { |
60 | | - "cs": "Run PHP CodeSniffer on codebase using custom ruleset.", |
61 | | - "cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.", |
62 | | - "psalm": "Run psalm on codebase using custom ruleset.", |
63 | | - "phpunit": "Run PHP unit tests." |
64 | | - } |
65 | | - |
| 50 | + }, |
| 51 | + "autoload-dev": { |
| 52 | + }, |
| 53 | + "scripts": { |
| 54 | + "cs": "./vendor/bin/phpcs", |
| 55 | + "cb": "./vendor/bin/phpcbf", |
| 56 | + "psalm": "./vendor/bin/psalm", |
| 57 | + "phpunit": "phpunit" |
| 58 | + }, |
| 59 | + "scripts-descriptions": { |
| 60 | + "cs": "Run PHP CodeSniffer on codebase using custom ruleset.", |
| 61 | + "cb": "Run PHP Code Beautifier and Fixer on codebase using custom ruleset.", |
| 62 | + "psalm": "Run psalm on codebase using custom ruleset.", |
| 63 | + "phpunit": "Run PHP unit tests." |
| 64 | + } |
66 | 65 | } |
0 commit comments