|
1 | 1 | {
|
2 |
| - "name": "widoz/entities-search", |
3 |
| - "description": "A WordPress package to search Entities including Rest API Endpoints and React Components", |
4 |
| - "type": "library", |
5 |
| - "license": "GPL-v2-or-later", |
6 |
| - "autoload": { |
7 |
| - "psr-4": { |
8 |
| - "Widoz\\EntitiesSearch\\": "sources/php/src/" |
9 |
| - } |
10 |
| - }, |
11 |
| - "authors": [ |
12 |
| - { |
13 |
| - "name": "guido scialfa", |
14 |
| - |
15 |
| - } |
16 |
| - ], |
17 |
| - "minimum-stability": "stable", |
18 |
| - "require": { |
19 |
| - "php": ">=8.0" |
20 |
| - }, |
21 |
| - "require-dev": { |
22 |
| - "roots/wordpress": "^6.2", |
23 |
| - "inpsyde/modularity": "^1.5" |
24 |
| - }, |
25 |
| - "config": { |
26 |
| - "platform": { |
27 |
| - "php": "8.0" |
28 |
| - }, |
29 |
| - "allow-plugins": { |
30 |
| - "roots/wordpress-core-installer": true |
31 |
| - } |
32 |
| - }, |
33 |
| - "extra": { |
34 |
| - "wordpress-install-dir": "vendor/wordpress/wordpress", |
35 |
| - "installer-disable": [ |
36 |
| - "wordpress" |
37 |
| - ] |
38 |
| - } |
| 2 | + "name": "widoz/entities-search", |
| 3 | + "description": "A WordPress package to search Entities including Rest API Endpoints and React Components", |
| 4 | + "type": "library", |
| 5 | + "license": "GPL-v2-or-later", |
| 6 | + "version": "1.0.0", |
| 7 | + "autoload": { |
| 8 | + "psr-4": { |
| 9 | + "Widoz\\EntitiesSearch\\": "sources/php/src/" |
| 10 | + } |
| 11 | + }, |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "guido scialfa", |
| 15 | + |
| 16 | + } |
| 17 | + ], |
| 18 | + "minimum-stability": "stable", |
| 19 | + "require": { |
| 20 | + "php": ">=8.0" |
| 21 | + }, |
| 22 | + "require-dev": { |
| 23 | + "inpsyde/modularity": "^1.5", |
| 24 | + "inpsyde/php-coding-standards": "^1.0", |
| 25 | + "roots/wordpress-no-content": "^6.3" |
| 26 | + }, |
| 27 | + "config": { |
| 28 | + "platform": { |
| 29 | + "php": "8.0" |
| 30 | + }, |
| 31 | + "allow-plugins": { |
| 32 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 33 | + } |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "cs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs", |
| 37 | + "cs:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf" |
| 38 | + } |
39 | 39 | }
|
0 commit comments