Skip to content

Commit f629bfb

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent f0928be commit f629bfb

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
{
2-
"name": "cache/memcache-adapter",
3-
"description": "A PSR-6 cache implementation using memcache. This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/memcache-adapter",
3+
"description": "A PSR-6 cache implementation using memcache. 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
"memcache",
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": "[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-
"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
},
33-
"require-dev": {
34-
"phpunit/phpunit": "^5.7.21",
33+
"require-dev": {
34+
"phpunit/phpunit": "^5.7.21",
3535
"cache/integration-tests": "^0.16"
3636
},
37-
"suggest": {
37+
"suggest": {
3838
"ext-memcache": "The extension required to use this pool."
3939
},
40-
"provide": {
40+
"provide": {
4141
"psr/cache-implementation": "^1.0"
4242
},
43-
"autoload": {
43+
"autoload": {
4444
"psr-4": {
4545
"Cache\\Adapter\\Memcache\\": ""
4646
}
4747
},
48-
"autoload-dev": {
49-
"psr-4": {
48+
"autoload-dev": {
49+
"psr-4": {
5050
"Cache\\Adapter\\Memcache\\Tests\\": "Tests/"
5151
},
5252
"exclude-from-classmap": [

0 commit comments

Comments
 (0)