Files
oficial/aldarien/root/composer.json

22 lines
341 B
JSON
Raw Normal View History

2021-03-25 21:23:29 -03:00
{
"name" : "aldarien/root",
"description" : "Find the root path for your proyect",
"authors" : [{
"name" : "Aldarien"
}
],
"license": "MIT",
"require-dev" : {
2023-02-10 06:38:16 +00:00
"phpunit/phpunit" : "*",
"kint-php/kint" : "*"
2021-03-25 21:23:29 -03:00
},
"autoload" : {
"psr-4" : {
"Proyect\\Root\\" : "src"
},
"files": [
"app/Helper/functions.php"
]
}
2023-02-10 06:38:16 +00:00
}