Skip to content

Commit 68c4a50

Browse files
committed
chore: license string updated. Previously was an invalid string.
1 parent 6418f23 commit 68c4a50

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

composer.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "bitapps/wp-kit",
3-
"version": "1.0.0",
3+
"version": "1.0",
44
"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",
611
"archive": {
712
"exclude": [
813
".gitattributes",
@@ -12,6 +17,17 @@
1217
"composer.lock"
1318
]
1419
},
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+
},
1531
"autoload": {
1632
"psr-4": {
1733
"BitApps\\WPKit\\": "./src"
@@ -21,20 +37,16 @@
2137
"lint": "./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
2238
"compat": "./vendor/bin/phpcs -p ./src --standard=PHPCompatibilityWP --runtime-set testVersion 7.4-"
2339
},
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+
}
3144
},
3245
"config": {
3346
"allow-plugins": {
3447
"dealerdirect/phpcodesniffer-composer-installer": true
3548
}
3649
},
37-
"require": {
38-
"bitapps/wp-validator": "dev-mazed-dev"
39-
}
50+
"minimum-stability": "stable",
51+
"prefer-stable": true
4052
}

0 commit comments

Comments
 (0)