|
1 | 1 | { |
2 | 2 | "name": "bitapps/wp-kit", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.0", |
4 | 4 | "description": "A simple plugin framework", |
5 | | - "license": "gpl-2", |
| 5 | + "keywords": [ |
| 6 | + "framework", |
| 7 | + "WordPress", |
| 8 | + "wp" |
| 9 | + ], |
| 10 | + "license": "GPL-2.0-or-later", |
6 | 11 | "archive": { |
7 | 12 | "exclude": [ |
8 | 13 | ".gitattributes", |
|
12 | 17 | "composer.lock" |
13 | 18 | ] |
14 | 19 | }, |
| 20 | + "require": { |
| 21 | + "bitapps/wp-validator": "dev-mazed-dev" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "friendsofphp/php-cs-fixer": "^3.10", |
| 25 | + "sirbrillig/phpcs-variable-analysis": "*", |
| 26 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7", |
| 27 | + "phpunit/phpunit": "^9.3.0", |
| 28 | + "yoast/phpunit-polyfills": "^1.0", |
| 29 | + "phpcompatibility/phpcompatibility-wp": "*" |
| 30 | + }, |
15 | 31 | "autoload": { |
16 | 32 | "psr-4": { |
17 | 33 | "BitApps\\WPKit\\": "./src" |
|
21 | 37 | "lint": "./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php", |
22 | 38 | "compat": "./vendor/bin/phpcs -p ./src --standard=PHPCompatibilityWP --runtime-set testVersion 7.4-" |
23 | 39 | }, |
24 | | - "require-dev": { |
25 | | - "friendsofphp/php-cs-fixer": "^3.10", |
26 | | - "sirbrillig/phpcs-variable-analysis": "*", |
27 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", |
28 | | - "phpunit/phpunit": "^9.3.0", |
29 | | - "yoast/phpunit-polyfills": "^1.0", |
30 | | - "phpcompatibility/phpcompatibility-wp": "*" |
| 40 | + "extra": { |
| 41 | + "branch-alias": { |
| 42 | + "dev-main": "1.0" |
| 43 | + } |
31 | 44 | }, |
32 | 45 | "config": { |
33 | 46 | "allow-plugins": { |
34 | 47 | "dealerdirect/phpcodesniffer-composer-installer": true |
35 | 48 | } |
36 | 49 | }, |
37 | | - "require": { |
38 | | - "bitapps/wp-validator": "dev-mazed-dev" |
39 | | - } |
| 50 | + "minimum-stability": "stable", |
| 51 | + "prefer-stable": true |
40 | 52 | } |
0 commit comments