Files
oficial/aldarien/root/composer.json
2023-02-10 06:38:16 +00:00

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"
]
}
}