Skip to content

Commit d1f42e1

Browse files
authored
Merge pull request #179 from Nyholm/json-pretty
Reformat our composer.json file so they look pretty again.
2 parents 9e01b29 + 7d21f5f commit d1f42e1

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "cache/taggable-cache",
3-
"type": "library",
2+
"name": "cache/taggable-cache",
3+
"type": "library",
44
"description": "Add tag support to your PSR-6 cache implementation",
5-
"keywords": [
5+
"keywords": [
66
"cache",
77
"psr6",
88
"tag",
99
"taggable"
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": "aequasi@gmail.com",
17+
"name": "Aaron Scherer",
18+
"email": "aequasi@gmail.com",
1919
"homepage": "https://github.com/aequasi"
2020
},
2121
{
22-
"name": "Magnus Nordlander",
23-
"email": "magnus@fervo.se",
22+
"name": "Magnus Nordlander",
23+
"email": "magnus@fervo.se",
2424
"homepage": "https://github.com/magnusnordlander"
2525
},
2626
{
27-
"name": "Tobias Nyholm",
28-
"email": "tobias.nyholm@gmail.com",
27+
"name": "Tobias Nyholm",
28+
"email": "tobias.nyholm@gmail.com",
2929
"homepage": "https://github.com/nyholm"
3030
}
3131
],
32-
"require": {
33-
"php": "^5.6 || ^7.0",
32+
"require": {
33+
"php": "^5.6 || ^7.0",
3434
"psr/cache": "^1.0",
3535
"cache/adapter-common": "^1.0",
3636
"cache/tag-interop": "^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-
"symfony/cache": "^3.1"
41+
"symfony/cache": "^3.1"
4242
},
43-
"autoload": {
44-
"psr-4": {
43+
"autoload": {
44+
"psr-4": {
4545
"Cache\\Taggable\\": ""
4646
},
4747
"exclude-from-classmap": [

0 commit comments

Comments
 (0)