Added files

This commit is contained in:
absurdo 2023-10-27 14:41:39 +02:00
commit bdab68afd3
5 changed files with 230 additions and 0 deletions

20
composer.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "phangoapp/WPDO",
"description": "A simple class for create models",
"require-dev": {
"phpunit/phpunit": "~4.8@dev"
},
"license": "GPL3",
"authors": [
{
"name": "Antonio de la Rosa",
"email": "webmaster@web-t-sys.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"PhangoApp\\PhaModels\\": "src"
}
}
}