Skip to content

Commit ce082b6

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 1063bd6 commit ce082b6

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
{
2-
"name": "cache/redis-adapter",
3-
"description": "A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/redis-adapter",
3+
"description": "A PSR-6 cache implementation using Redis (PhpRedis). 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
"phpredis",
1212
"redis",
1313
"tag"
1414
],
15-
"homepage": "http://www.php-cache.com/en/latest/",
16-
"authors": [
15+
"homepage": "http://www.php-cache.com/en/latest/",
16+
"authors": [
1717
{
18-
"name": "Aaron Scherer",
19-
"email": "[email protected]",
18+
"name": "Aaron Scherer",
19+
"email": "[email protected]",
2020
"homepage": "https://github.com/aequasi"
2121
},
2222
{
23-
"name": "Tobias Nyholm",
24-
"email": "[email protected]",
23+
"name": "Tobias Nyholm",
24+
"email": "[email protected]",
2525
"homepage": "https://github.com/nyholm"
2626
}
2727
],
28-
"require": {
29-
"php": "^5.6 || ^7.0",
30-
"psr/cache": "^1.0",
31-
"psr/simple-cache": "^1.0",
28+
"require": {
29+
"php": "^5.6 || ^7.0",
30+
"psr/cache": "^1.0",
31+
"psr/simple-cache": "^1.0",
3232
"cache/adapter-common": "^1.0",
3333
"cache/hierarchical-cache": "^1.0"
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-
"suggest": {
39+
"suggest": {
4040
"ext-redis": "The extension required to use this pool."
4141
},
42-
"provide": {
42+
"provide": {
4343
"psr/cache-implementation": "^1.0"
4444
},
45-
"autoload": {
46-
"psr-4": {
45+
"autoload": {
46+
"psr-4": {
4747
"Cache\\Adapter\\Redis\\": ""
4848
},
4949
"exclude-from-classmap": [

0 commit comments

Comments
 (0)