Dependencies
This commit is contained in:
23
aldarien/format/composer.json
Normal file
23
aldarien/format/composer.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name" : "aldarien/format",
|
||||
"description" : "Module for formatting data, mostly numbers",
|
||||
"type" : "library",
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "^6",
|
||||
"aldarien/config": "dev-master"
|
||||
},
|
||||
"license" : "MIT",
|
||||
"authors" : [{
|
||||
"name" : "Aldarien",
|
||||
"email" : "aldarien85@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"App\\" : "app"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"nesbot/carbon": "^2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user