29 lines
596 B
JSON
29 lines
596 B
JSON
{
|
|
"name": "aldarien/config",
|
|
"description": "Config module for my apps",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Aldarien",
|
|
"email": "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"aldarien/contract": "dev-master",
|
|
"aldarien/root": "dev-master",
|
|
"symfony/yaml": "^3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app"
|
|
},
|
|
"files": [
|
|
"app/Helper/functions.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.3"
|
|
}
|
|
}
|