Skip to content

Commit

Permalink
Format composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored and realityking committed Mar 28, 2017
1 parent 082cddd commit a486851
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "contentful/contentful",
"description": "SDK for the Contentful Content Delivery API",
"type": "library",
"license": "MIT",
"require": {
"php": "^5.5.9|^7.0",
"guzzlehttp/guzzle": "^6.2.1",
"symfony/console": "~2.7|~3.0",
"guzzlehttp/psr7": "~1.1",
"psr/http-message": "~1.0"
},
"require-dev": {
"php-vcr/phpunit-testlistener-vcr": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2"
},
"autoload": {
"psr-4": {
"Contentful\\": "src/"
"name": "contentful/contentful",
"description": "SDK for the Contentful Content Delivery API",
"type": "library",
"license": "MIT",
"require": {
"php": "^5.5.9|^7.0",
"guzzlehttp/guzzle": "^6.2.1",
"symfony/console": "~2.7|~3.0",
"guzzlehttp/psr7": "~1.1",
"psr/http-message": "~1.0"
},
"require-dev": {
"php-vcr/phpunit-testlistener-vcr": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2"
},
"autoload": {
"psr-4": {
"Contentful\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
}
},
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
}
}

0 comments on commit a486851

Please sign in to comment.