Skip to content

Commit e6789a4

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

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "cache/apcu-adapter",
3-
"description": "A PSR-6 cache implementation using apcu. This implementation supports tags",
4-
"type": "library",
5-
"license": "MIT",
2+
"name": "cache/apcu-adapter",
3+
"description": "A PSR-6 cache implementation using apcu. 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
"apcu"
1212
],
13-
"homepage": "http://www.php-cache.com/en/latest/",
14-
"authors": [
13+
"homepage": "http://www.php-cache.com/en/latest/",
14+
"authors": [
1515
{
16-
"name": "Aaron Scherer",
17-
"email": "aequasi@gmail.com",
16+
"name": "Aaron Scherer",
17+
"email": "aequasi@gmail.com",
1818
"homepage": "https://github.com/aequasi"
1919
},
2020
{
21-
"name": "Tobias Nyholm",
22-
"email": "tobias.nyholm@gmail.com",
21+
"name": "Tobias Nyholm",
22+
"email": "tobias.nyholm@gmail.com",
2323
"homepage": "https://github.com/nyholm"
2424
}
2525
],
26-
"require": {
27-
"php": "^5.6 || ^7.0",
28-
"psr/cache": "^1.0",
29-
"psr/simple-cache": "^1.0",
26+
"require": {
27+
"php": "^5.6 || ^7.0",
28+
"psr/cache": "^1.0",
29+
"psr/simple-cache": "^1.0",
3030
"cache/adapter-common": "^1.0"
3131
},
32-
"require-dev": {
33-
"phpunit/phpunit": "^5.7.21",
32+
"require-dev": {
33+
"phpunit/phpunit": "^5.7.21",
3434
"cache/integration-tests": "^0.16"
3535
},
36-
"suggest": {
36+
"suggest": {
3737
"ext-apcu": "The extension required to use this pool."
3838
},
39-
"provide": {
39+
"provide": {
4040
"psr/cache-implementation": "^1.0"
4141
},
42-
"autoload": {
43-
"psr-4": {
42+
"autoload": {
43+
"psr-4": {
4444
"Cache\\Adapter\\Apcu\\": ""
4545
},
4646
"exclude-from-classmap": [

0 commit comments

Comments
 (0)