Skip to content

Commit

Permalink
Reformat our composer.json file so they look pretty again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 16, 2017
1 parent 76df051 commit 432b00e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "cache/mongodb-adapter",
"description": "A PSR-6 cache implementation using MongoDB. This implementation supports tags",
"type": "library",
"license": "MIT",
"name": "cache/mongodb-adapter",
"description": "A PSR-6 cache implementation using MongoDB. This implementation supports tags",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"keywords": [
"prefer-stable": true,
"keywords": [
"cache",
"psr-6",
"mongodb",
"tag"
],
"homepage": "http://www.php-cache.com/en/latest/",
"authors": [
"homepage": "http://www.php-cache.com/en/latest/",
"authors": [
{
"name": "Aaron Scherer",
"email": "[email protected]",
"name": "Aaron Scherer",
"email": "[email protected]",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "[email protected]",
"name": "Tobias Nyholm",
"email": "[email protected]",
"homepage": "https://github.com/nyholm"
}
],
"require": {
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"require": {
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"cache/adapter-common": "^1.0",
"mongodb/mongodb": "^1.0"
"mongodb/mongodb": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.21",
"require-dev": {
"phpunit/phpunit": "^5.7.21",
"cache/integration-tests": "^0.16"
},
"provide": {
"provide": {
"psr/cache-implementation": "^1.0"
},
"autoload": {
"psr-4": {
"autoload": {
"psr-4": {
"Cache\\Adapter\\MongoDB\\": ""
},
"exclude-from-classmap": [
Expand Down

0 comments on commit 432b00e

Please sign in to comment.