Skip to content

Commit 451f7ff

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 39cfd7d commit 451f7ff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "cache/simple-cache-bridge",
3-
"description": "A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/simple-cache-bridge",
3+
"description": "A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.",
4+
"type": "library",
5+
"license": "MIT",
66
"minimum-stability": "dev",
7-
"prefer-stable": true,
7+
"prefer-stable": true,
88
"keywords": [
99
"cache",
1010
"psr-6",
@@ -14,8 +14,8 @@
1414
"homepage": "http://www.php-cache.com/en/latest/",
1515
"authors": [
1616
{
17-
"name": "Magnus Nordlander",
18-
"email": "[email protected]",
17+
"name": "Magnus Nordlander",
18+
"email": "[email protected]",
1919
"homepage": "https://github.com/magnusnordlander"
2020
}
2121
],
@@ -34,7 +34,7 @@
3434
"psr/simple-cache-implementation": "^1.0"
3535
},
3636
"autoload": {
37-
"psr-4": {
37+
"psr-4": {
3838
"Cache\\Bridge\\SimpleCache\\": ""
3939
},
4040
"exclude-from-classmap": [

0 commit comments

Comments
 (0)