Skip to content

Commit e1535e6

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 0f67ae1 commit e1535e6

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

composer.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "cache/encryption-cache",
3-
"type": "library",
2+
"name": "cache/encryption-cache",
3+
"type": "library",
44
"description": "Adds encryption support to your PSR-6 cache implementation",
5-
"keywords": [
5+
"keywords": [
66
"cache",
77
"psr6",
88
"encrypted",
99
"encryption"
1010
],
11-
"homepage": "http://www.php-cache.com/en/latest/",
12-
"license": "MIT",
11+
"homepage": "http://www.php-cache.com/en/latest/",
12+
"license": "MIT",
1313
"minimum-stability": "dev",
14-
"prefer-stable": true,
15-
"authors": [
14+
"prefer-stable": true,
15+
"authors": [
1616
{
17-
"name": "Aaron Scherer",
18-
"email": "[email protected]",
17+
"name": "Aaron Scherer",
18+
"email": "[email protected]",
1919
"homepage": "https://github.com/aequasi"
2020
},
2121
{
22-
"name": "Tobias Nyholm",
23-
"email": "[email protected]",
22+
"name": "Tobias Nyholm",
23+
"email": "[email protected]",
2424
"homepage": "https://github.com/nyholm"
2525
},
2626
{
27-
"name": "Daniel Bannert",
28-
"email": "[email protected]",
27+
"name": "Daniel Bannert",
28+
"email": "[email protected]",
2929
"homepage": "https://github.com/prisis"
3030
}
3131
],
32-
"require": {
33-
"php": "^5.6 || ^7.0",
32+
"require": {
33+
"php": "^5.6 || ^7.0",
3434
"defuse/php-encryption": "^2.0",
35-
"cache/tag-interop": "^1.0",
36-
"psr/cache": "^1.0"
35+
"cache/tag-interop": "^1.0",
36+
"psr/cache": "^1.0"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^5.7.21",
39+
"phpunit/phpunit": "^5.7.21",
4040
"cache/integration-tests": "^0.16",
41-
"cache/array-adapter": "^1.0"
41+
"cache/array-adapter": "^1.0"
4242
},
43-
"autoload": {
44-
"psr-4": {
43+
"autoload": {
44+
"psr-4": {
4545
"Cache\\Encryption\\": ""
4646
},
4747
"exclude-from-classmap": [

0 commit comments

Comments
 (0)