22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"name" : "aldarien/root",
|
|
"description" : "Find the root path for your proyect",
|
|
"authors" : [{
|
|
"name" : "Aldarien"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "*",
|
|
"kint-php/kint" : "*"
|
|
},
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"Proyect\\Root\\" : "src"
|
|
},
|
|
"files": [
|
|
"app/Helper/functions.php"
|
|
]
|
|
}
|
|
}
|