24 lines
394 B
JSON
24 lines
394 B
JSON
{
|
|
"name" : "aldarien/format",
|
|
"description" : "Module for formatting data, mostly numbers",
|
|
"type" : "library",
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "*",
|
|
"aldarien/config": "*"
|
|
},
|
|
"license" : "MIT",
|
|
"authors" : [{
|
|
"name" : "Aldarien",
|
|
"email" : "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"App\\" : "app"
|
|
}
|
|
},
|
|
"require": {
|
|
"nesbot/carbon": "^2"
|
|
}
|
|
}
|