Format JSON in composer.json for improved readability
This commit is contained in:
parent
def50fb6ab
commit
39768ef271
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "projects/boxxo",
|
||||
"description": "a fun box in xo",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Projects\\Boxxo\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jack",
|
||||
"email": "contact@chipperfluff.at"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {}
|
||||
"name": "projects/boxxo",
|
||||
"description": "a fun box in xo",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Projects\\Boxxo\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jack",
|
||||
"email": "contact@chipperfluff.at"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user