Skip to content

Commit

Permalink
Fix: Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 15, 2018
1 parent c08b9a0 commit d9b4c5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{
"name": "localheinz/json-printer",
"description": "Provides a JSON printer, allowing for flexible indentation.",
"type": "library",
"license": "MIT",
"description": "Provides a JSON printer, allowing for flexible indentation.",
"keywords": [
"json",
"printer",
"formatter"
],
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com"
}
],
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"php": "^7.0"
},
Expand All @@ -28,6 +24,10 @@
"phpbench/phpbench": "~0.14.0",
"phpunit/phpunit": "^6.5.5"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {
"psr-4": {
"Localheinz\\Json\\Printer\\": "src/"
Expand Down

0 comments on commit d9b4c5e

Please sign in to comment.