Skip to content

Commit

Permalink
Merge pull request #24 from bim-g/v2
Browse files Browse the repository at this point in the history
feat: add composer
  • Loading branch information
bim-g authored Oct 17, 2021
2 parents eb67ab8 + 42dcb32 commit 8db303e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/nbproject/private/
/.idea
/vendor/
4 changes: 4 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "wepesi/validation",
"description": "this module has been design to validate input data values",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Boss Ibrahim Mussa Gregoire",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Wepesi\\app\\":"class/"
}
},
"require": {}
}

0 comments on commit 8db303e

Please sign in to comment.