Skip to content

Commit 1d027b2

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 2044c74 commit 1d027b2

23 files changed

Lines changed: 499 additions & 499 deletions

File tree

composer.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"name": "cache/cache",
3-
"type": "library",
2+
"name": "cache/cache",
3+
"type": "library",
44
"description": "Library of all the php-cache adapters",
5-
"keywords": [
5+
"keywords": [
66
"cache",
77
"psr6"
88
],
9-
"homepage": "http://www.php-cache.com/en/latest/",
10-
"license": "MIT",
11-
"authors": [
9+
"homepage": "http://www.php-cache.com/en/latest/",
10+
"license": "MIT",
11+
"authors": [
1212
{
13-
"name": "Aaron Scherer",
14-
"email": "aequasi@gmail.com",
13+
"name": "Aaron Scherer",
14+
"email": "aequasi@gmail.com",
1515
"homepage": "https://github.com/aequasi"
1616
},
1717
{
18-
"name": "Tobias Nyholm",
19-
"email": "tobias.nyholm@gmail.com",
18+
"name": "Tobias Nyholm",
19+
"email": "tobias.nyholm@gmail.com",
2020
"homepage": "https://github.com/nyholm"
2121
}
2222
],
23-
"require": {
24-
"php": "^5.6 || ^7.0",
25-
"psr/cache": "^1.0",
26-
"psr/log": "^1.0",
27-
"doctrine/cache": "^1.3",
23+
"require": {
24+
"php": "^5.6 || ^7.0",
25+
"psr/cache": "^1.0",
26+
"psr/log": "^1.0",
27+
"doctrine/cache": "^1.3",
2828
"psr/simple-cache": "^1.0",
2929
"league/flysystem": "^1.0"
3030
},
3131
"require-dev": {
32-
"defuse/php-encryption": "^2.0",
33-
"phpunit/phpunit": "^5.7.21",
34-
"mockery/mockery": "^0.9.9",
32+
"defuse/php-encryption": "^2.0",
33+
"phpunit/phpunit": "^5.7.21",
34+
"mockery/mockery": "^0.9.9",
3535
"cache/integration-tests": "^0.16",
36-
"predis/predis": "^1.1",
37-
"symfony/cache": "^3.1",
38-
"illuminate/cache": "^5.4"
36+
"predis/predis": "^1.1",
37+
"symfony/cache": "^3.1",
38+
"illuminate/cache": "^5.4"
3939
},
40-
"suggest": {
41-
"ext-apc": "APC extension is required to use the APC Adapter",
42-
"ext-apcu": "APCu extension is required to use the APCu Adapter",
43-
"ext-memcache": "Memcache extension is required to use the Memcache Adapter",
44-
"ext-memcached": "Memcached extension is required to use the Memcached Adapter",
45-
"ext-redis": "Redis extension is required to use the Redis adapter",
46-
"ext-mongodb": "Mongodb extension required to use the Mongodb adapter",
40+
"suggest": {
41+
"ext-apc": "APC extension is required to use the APC Adapter",
42+
"ext-apcu": "APCu extension is required to use the APCu Adapter",
43+
"ext-memcache": "Memcache extension is required to use the Memcache Adapter",
44+
"ext-memcached": "Memcached extension is required to use the Memcached Adapter",
45+
"ext-redis": "Redis extension is required to use the Redis adapter",
46+
"ext-mongodb": "Mongodb extension required to use the Mongodb adapter",
4747
"mongodb/mongodb": "Mongodb lib required to use the Mongodb adapter"
4848
},
49-
"conflict": {
50-
"cache/apc-adapter": "*",
51-
"cache/apcu-adapter": "*",
52-
"cache/chain-adapter": "*",
53-
"cache/adapter-common": "*",
54-
"cache/doctrine-adapter": "*",
55-
"cache/filesystem-adapter": "*",
56-
"cache/memcache-adapter": "*",
57-
"cache/memcached-adapter": "*",
58-
"cache/mongodb-adapter": "*",
59-
"cache/array-adapter": "*",
60-
"cache/predis-adapter": "*",
61-
"cache/redis-adapter": "*",
62-
"cache/void-adapter": "*",
49+
"conflict": {
50+
"cache/apc-adapter": "*",
51+
"cache/apcu-adapter": "*",
52+
"cache/chain-adapter": "*",
53+
"cache/adapter-common": "*",
54+
"cache/doctrine-adapter": "*",
55+
"cache/filesystem-adapter": "*",
56+
"cache/memcache-adapter": "*",
57+
"cache/memcached-adapter": "*",
58+
"cache/mongodb-adapter": "*",
59+
"cache/array-adapter": "*",
60+
"cache/predis-adapter": "*",
61+
"cache/redis-adapter": "*",
62+
"cache/void-adapter": "*",
6363
"cache/psr-6-doctrine-bridge": "*",
64-
"cache/hierarchical-cache": "*",
65-
"cache/session-handler": "*",
66-
"cache/taggable-cache": "*",
67-
"cache/illuminate-adapter": "*"
64+
"cache/hierarchical-cache": "*",
65+
"cache/session-handler": "*",
66+
"cache/taggable-cache": "*",
67+
"cache/illuminate-adapter": "*"
6868
},
6969
"minimum-stability": "dev",
70-
"prefer-stable" : true,
71-
"autoload": {
72-
"psr-4": {
70+
"prefer-stable": true,
71+
"autoload": {
72+
"psr-4": {
7373
"Cache\\": "src/"
7474
},
7575
"exclude-from-classmap": [

src/Adapter/Apc/composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "cache/apc-adapter",
3-
"description": "A PSR-6 cache implementation using apc. This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/apc-adapter",
3+
"description": "A PSR-6 cache implementation using apc. This implementation supports tags",
4+
"type": "library",
5+
"license": "MIT",
66
"minimum-stability": "dev",
7-
"prefer-stable": true,
8-
"keywords": [
7+
"prefer-stable": true,
8+
"keywords": [
99
"cache",
1010
"psr-6",
1111
"apc"
1212
],
13-
"homepage": "http://www.php-cache.com/en/latest/",
14-
"authors": [
13+
"homepage": "http://www.php-cache.com/en/latest/",
14+
"authors": [
1515
{
16-
"name": "Aaron Scherer",
17-
"email": "aequasi@gmail.com",
16+
"name": "Aaron Scherer",
17+
"email": "aequasi@gmail.com",
1818
"homepage": "https://github.com/aequasi"
1919
},
2020
{
21-
"name": "Tobias Nyholm",
22-
"email": "tobias.nyholm@gmail.com",
21+
"name": "Tobias Nyholm",
22+
"email": "tobias.nyholm@gmail.com",
2323
"homepage": "https://github.com/nyholm"
2424
}
2525
],
26-
"require": {
27-
"php": "^5.6 || ^7.0",
28-
"psr/cache": "^1.0",
29-
"psr/simple-cache": "^1.0",
26+
"require": {
27+
"php": "^5.6 || ^7.0",
28+
"psr/cache": "^1.0",
29+
"psr/simple-cache": "^1.0",
3030
"cache/adapter-common": "^1.0"
3131
},
32-
"suggest": {
32+
"suggest": {
3333
"ext-apc": "The extension required to use this pool."
3434
},
35-
"require-dev": {
36-
"phpunit/phpunit": "^5.7.21",
35+
"require-dev": {
36+
"phpunit/phpunit": "^5.7.21",
3737
"cache/integration-tests": "^0.16"
3838
},
39-
"provide": {
39+
"provide": {
4040
"psr/cache-implementation": "^1.0"
4141
},
42-
"autoload": {
43-
"psr-4": {
42+
"autoload": {
43+
"psr-4": {
4444
"Cache\\Adapter\\Apc\\": ""
4545
},
4646
"exclude-from-classmap": [

src/Adapter/Apcu/composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "cache/apcu-adapter",
3-
"description": "A PSR-6 cache implementation using apcu. This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/apcu-adapter",
3+
"description": "A PSR-6 cache implementation using apcu. This implementation supports tags",
4+
"type": "library",
5+
"license": "MIT",
66
"minimum-stability": "dev",
7-
"prefer-stable": true,
8-
"keywords": [
7+
"prefer-stable": true,
8+
"keywords": [
99
"cache",
1010
"psr-6",
1111
"apcu"
1212
],
13-
"homepage": "http://www.php-cache.com/en/latest/",
14-
"authors": [
13+
"homepage": "http://www.php-cache.com/en/latest/",
14+
"authors": [
1515
{
16-
"name": "Aaron Scherer",
17-
"email": "aequasi@gmail.com",
16+
"name": "Aaron Scherer",
17+
"email": "aequasi@gmail.com",
1818
"homepage": "https://github.com/aequasi"
1919
},
2020
{
21-
"name": "Tobias Nyholm",
22-
"email": "tobias.nyholm@gmail.com",
21+
"name": "Tobias Nyholm",
22+
"email": "tobias.nyholm@gmail.com",
2323
"homepage": "https://github.com/nyholm"
2424
}
2525
],
26-
"require": {
27-
"php": "^5.6 || ^7.0",
28-
"psr/cache": "^1.0",
29-
"psr/simple-cache": "^1.0",
26+
"require": {
27+
"php": "^5.6 || ^7.0",
28+
"psr/cache": "^1.0",
29+
"psr/simple-cache": "^1.0",
3030
"cache/adapter-common": "^1.0"
3131
},
32-
"require-dev": {
33-
"phpunit/phpunit": "^5.7.21",
32+
"require-dev": {
33+
"phpunit/phpunit": "^5.7.21",
3434
"cache/integration-tests": "^0.16"
3535
},
36-
"suggest": {
36+
"suggest": {
3737
"ext-apcu": "The extension required to use this pool."
3838
},
39-
"provide": {
39+
"provide": {
4040
"psr/cache-implementation": "^1.0"
4141
},
42-
"autoload": {
43-
"psr-4": {
42+
"autoload": {
43+
"psr-4": {
4444
"Cache\\Adapter\\Apcu\\": ""
4545
},
4646
"exclude-from-classmap": [

src/Adapter/Chain/composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "cache/chain-adapter",
3-
"description": "A PSR-6 cache implementation using chain. This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/chain-adapter",
3+
"description": "A PSR-6 cache implementation using chain. This implementation supports tags",
4+
"type": "library",
5+
"license": "MIT",
66
"minimum-stability": "dev",
7-
"prefer-stable": true,
8-
"keywords": [
7+
"prefer-stable": true,
8+
"keywords": [
99
"cache",
1010
"psr-6",
1111
"chain",
1212
"tag"
1313
],
14-
"homepage": "http://www.php-cache.com/en/latest/",
15-
"authors": [
14+
"homepage": "http://www.php-cache.com/en/latest/",
15+
"authors": [
1616
{
17-
"name": "Aaron Scherer",
18-
"email": "aequasi@gmail.com",
17+
"name": "Aaron Scherer",
18+
"email": "aequasi@gmail.com",
1919
"homepage": "https://github.com/aequasi"
2020
},
2121
{
22-
"name": "Tobias Nyholm",
23-
"email": "tobias.nyholm@gmail.com",
22+
"name": "Tobias Nyholm",
23+
"email": "tobias.nyholm@gmail.com",
2424
"homepage": "https://github.com/nyholm"
2525
}
2626
],
27-
"require": {
28-
"php": "^5.6 || ^7.0",
29-
"psr/cache": "^1.0",
30-
"psr/log": "^1.0",
27+
"require": {
28+
"php": "^5.6 || ^7.0",
29+
"psr/cache": "^1.0",
30+
"psr/log": "^1.0",
3131
"cache/adapter-common": "^1.0",
32-
"cache/tag-interop": "^1.0"
32+
"cache/tag-interop": "^1.0"
3333
},
34-
"require-dev": {
35-
"phpunit/phpunit": "^5.7.21",
34+
"require-dev": {
35+
"phpunit/phpunit": "^5.7.21",
3636
"cache/filesystem-adapter": "^1.0",
37-
"cache/array-adapter": "^1.0",
37+
"cache/array-adapter": "^1.0",
3838
"cache/integration-tests": "^0.16"
3939
},
40-
"provide": {
40+
"provide": {
4141
"psr/cache-implementation": "^1.0"
4242
},
43-
"autoload": {
44-
"psr-4": {
43+
"autoload": {
44+
"psr-4": {
4545
"Cache\\Adapter\\Chain\\": ""
4646
},
4747
"exclude-from-classmap": [

0 commit comments

Comments
 (0)