Skip to content

Commit 22d7dc2

Browse files
committed
chore: version bumped
1 parent 83275ff commit 22d7dc2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ lefthook.yml export-ignore
88
composer.lock export-ignore
99
.vscode export-ignore
1010
.php-cs-fixer.cache export-ignore
11-
.phpcs.xml export-ignore
11+
phpcs.xml export-ignore

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "bitapps/wp-kit",
3-
"version": "1.0",
43
"description": "A simple plugin framework",
54
"keywords": [
65
"framework",
@@ -21,7 +20,7 @@
2120
]
2221
},
2322
"require": {
24-
"bitapps/wp-validator": "dev-mazed-dev"
23+
"bitapps/wp-validator": "^1.0"
2524
},
2625
"require-dev": {
2726
"friendsofphp/php-cs-fixer": "^3.10",

0 commit comments

Comments
 (0)