Skip to content

Commit 60eb7f9

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 1b49e25 commit 60eb7f9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "cache/hierarchical-cache",
3-
"description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
4-
"type": "library",
5-
"license": "MIT",
6-
"keywords": [
2+
"name": "cache/hierarchical-cache",
3+
"description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
4+
"type": "library",
5+
"license": "MIT",
6+
"keywords": [
77
"cache",
88
"psr-6",
99
"hierarchy",
1010
"hierarchical"
1111
],
12-
"homepage": "http://www.php-cache.com/en/latest/",
13-
"authors": [
12+
"homepage": "http://www.php-cache.com/en/latest/",
13+
"authors": [
1414
{
15-
"name": "Aaron Scherer",
16-
"email": "[email protected]",
15+
"name": "Aaron Scherer",
16+
"email": "[email protected]",
1717
"homepage": "https://github.com/aequasi"
1818
},
1919
{
20-
"name": "Tobias Nyholm",
21-
"email": "[email protected]",
20+
"name": "Tobias Nyholm",
21+
"email": "[email protected]",
2222
"homepage": "https://github.com/nyholm"
2323
}
2424
],
25-
"require": {
26-
"php": "^5.6 || ^7.0",
27-
"psr/cache": "^1.0",
25+
"require": {
26+
"php": "^5.6 || ^7.0",
27+
"psr/cache": "^1.0",
2828
"cache/adapter-common": "^1.0"
2929
},
30-
"require-dev": {
31-
"phpunit/phpunit": "^5.7.21"
30+
"require-dev": {
31+
"phpunit/phpunit": "^5.7.21"
3232
},
33-
"autoload": {
34-
"psr-4": {
33+
"autoload": {
34+
"psr-4": {
3535
"Cache\\Hierarchy\\": ""
3636
},
3737
"exclude-from-classmap": [
3838
"/Tests/"
3939
]
4040
},
4141
"minimum-stability": "dev",
42-
"prefer-stable": true,
42+
"prefer-stable": true,
4343
"extra": {
4444
"branch-alias": {
4545
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)