Skip to content

Commit a870bfc

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent a133699 commit a870bfc

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,47 +1,47 @@
11
{
2-
"name": "cache/predis-adapter",
3-
"description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/predis-adapter",
3+
"description": "A PSR-6 cache implementation using Redis (Predis). 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
"redis",
1212
"predis",
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",
34-
"predis/predis": "^1.1"
34+
"predis/predis": "^1.1"
3535
},
36-
"require-dev": {
37-
"phpunit/phpunit": "^5.7.21",
36+
"require-dev": {
37+
"phpunit/phpunit": "^5.7.21",
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\\Predis\\": ""
4646
},
4747
"exclude-from-classmap": [

0 commit comments

Comments
 (0)