{
"name": "wepesi/validation",
"description": "This module has been design to help you validate data values",
"type": "library",
"license": "Apache-2.0",
"minimum-stability": "beta",
"support":{
"email": "ibmussafb@gmail.com"
} ,
"authors": [
{
"name": "Boss Ibrahim Mussa Gregoire",
"email": "ibmussafb@gmail.com",
"role": "Develloper"
},
{
"name": "Masikilizano Emanuel Domeshow",
"email": "domeshowemmanuel@gmail.com",
"role": "Develloper"
}
],
"autoload": {
"psr-4": {
"Wepesi\\App\\":"src/",
"Test\\": "test/"
}
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"spatie/phpunit-watcher": "^1.23"
}
}
|