2021-03-25 21:23:29 -03:00
|
|
|
{
|
|
|
|
"name" : "aldarien/format",
|
|
|
|
"description" : "Module for formatting data, mostly numbers",
|
|
|
|
"type" : "library",
|
|
|
|
"require-dev" : {
|
2023-02-10 06:38:16 +00:00
|
|
|
"phpunit/phpunit" : "*",
|
2022-03-07 12:07:33 -03:00
|
|
|
"aldarien/config": "*"
|
2021-03-25 21:23:29 -03:00
|
|
|
},
|
|
|
|
"license" : "MIT",
|
|
|
|
"authors" : [{
|
|
|
|
"name" : "Aldarien",
|
|
|
|
"email" : "aldarien85@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload" : {
|
|
|
|
"psr-4" : {
|
|
|
|
"App\\" : "app"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"nesbot/carbon": "^2"
|
|
|
|
}
|
|
|
|
}
|