Added files to the project
This commit is contained in:
commit
b6c5d3594c
4 changed files with 3555 additions and 0 deletions
22
composer.json
Normal file
22
composer.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "phangoapp/phamodel",
|
||||
"description": "A simple class for create models",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8@dev",
|
||||
"phautils/utils": "dev-master"
|
||||
},
|
||||
"license": "GPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antonio de la Rosa",
|
||||
"email": "webmaster@web-t-sys.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev-master",
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhangoApp\\PhaRouter\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue