Skip to content

Commit a37144a

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 24d8c4e commit a37144a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

composer.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "cache/array-adapter",
3-
"description": "A PSR-6 cache implementation using a php array. This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/array-adapter",
3+
"description": "A PSR-6 cache implementation using a php array. 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
"array",
1212
"tag"
1313
],
14-
"homepage": "http://www.php-cache.com/en/latest/",
15-
"authors": [
14+
"homepage": "http://www.php-cache.com/en/latest/",
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": "Tobias Nyholm",
23-
"email": "tobias.nyholm@gmail.com",
22+
"name": "Tobias Nyholm",
23+
"email": "tobias.nyholm@gmail.com",
2424
"homepage": "https://github.com/nyholm"
2525
}
2626
],
27-
"require": {
28-
"php": "^5.6 || ^7.0",
29-
"psr/cache": "^1.0",
30-
"psr/simple-cache": "^1.0",
27+
"require": {
28+
"php": "^5.6 || ^7.0",
29+
"psr/cache": "^1.0",
30+
"psr/simple-cache": "^1.0",
3131
"cache/adapter-common": "^1.0",
3232
"cache/hierarchical-cache": "^1.0"
3333
},
34-
"require-dev": {
35-
"phpunit/phpunit": "^5.7.21",
34+
"require-dev": {
35+
"phpunit/phpunit": "^5.7.21",
3636
"cache/integration-tests": "^0.16"
3737
},
38-
"provide": {
38+
"provide": {
3939
"psr/cache-implementation": "^1.0"
4040
},
41-
"autoload": {
42-
"psr-4": {
41+
"autoload": {
42+
"psr-4": {
4343
"Cache\\Adapter\\PHPArray\\": ""
4444
},
4545
"exclude-from-classmap": [

0 commit comments

Comments
 (0)