Added new files
This commit is contained in:
parent
5a69e2d66d
commit
92e7b17f0e
2 changed files with 202 additions and 0 deletions
22
composer.json
Normal file
22
composer.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "phangoapp/phaview",
|
||||
"description": "A simple class for create views",
|
||||
"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": {
|
||||
"PhaRouter\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue