Dependencies
This commit is contained in:
21
aldarien/root/composer.json
Normal file
21
aldarien/root/composer.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name" : "aldarien/root",
|
||||
"description" : "Find the root path for your proyect",
|
||||
"authors" : [{
|
||||
"name" : "Aldarien"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "~6",
|
||||
"kint-php/kint" : "~2"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"Proyect\\Root\\" : "src"
|
||||
},
|
||||
"files": [
|
||||
"app/Helper/functions.php"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user