19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "aldarien/contract",
|
|
"description": "Contract trait for my apps",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Aldarien",
|
|
"email": "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app"
|
|
}
|
|
}
|
|
}
|