Skip to content

Commit 0880eab

Browse files
committed
Merge branch 'release/0.1.0'
2 parents b0c50a4 + 3ac9d60 commit 0880eab

20 files changed

Lines changed: 4237 additions & 0 deletions

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "pkit/validator",
3+
"description": "a simple validator",
4+
"version": "0.1.0",
5+
"type": "library",
6+
"license": "MIT",
7+
"autoload": {
8+
"psr-4": {
9+
"Pkit\\Validator\\": "src/"
10+
}
11+
},
12+
"authors": [
13+
{
14+
"name": "kau-gusto",
15+
"email": "kauaug.mo@gmail.com"
16+
}
17+
],
18+
"require-dev": {
19+
"pestphp/pest": "^2.33"
20+
},
21+
"config": {
22+
"allow-plugins": {
23+
"pestphp/pest-plugin": true
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)