Skip to content

Commit 8db303e

Browse files
authored
Merge pull request #24 from bim-g/v2
feat: add composer
2 parents eb67ab8 + 42dcb32 commit 8db303e

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/nbproject/private/
2+
/.idea
3+
/vendor/

.idea/php.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "wepesi/validation",
3+
"description": "this module has been design to validate input data values",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Boss Ibrahim Mussa Gregoire",
9+
"email": "ibmussafb@gmail.com"
10+
}
11+
],
12+
"autoload": {
13+
"psr-4": {
14+
"Wepesi\\app\\":"class/"
15+
}
16+
},
17+
"require": {}
18+
}

0 commit comments

Comments
 (0)