Skip to content

Commit d9bfb0b

Browse files
committed
Reformat our composer.json file so they look pretty again.
1 parent 766058c commit d9bfb0b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "cache/session-handler",
3-
"type": "library",
2+
"name": "cache/session-handler",
3+
"type": "library",
44
"description": "An implementation of PHP's SessionHandlerInterface that allows PSR-6",
5-
"keywords": [
5+
"keywords": [
66
"cache",
77
"psr-6",
88
"session handler"
99
],
10-
"homepage": "http://www.php-cache.com/en/latest/",
11-
"license": "MIT",
10+
"homepage": "http://www.php-cache.com/en/latest/",
11+
"license": "MIT",
1212
"minimum-stability": "dev",
13-
"prefer-stable": true,
14-
"authors": [
13+
"prefer-stable": true,
14+
"authors": [
1515
{
16-
"name": "Aaron Scherer",
17-
"email": "[email protected]",
16+
"name": "Aaron Scherer",
17+
"email": "[email protected]",
1818
"homepage": "https://github.com/aequasi"
1919
},
2020
{
21-
"name": "Tobias Nyholm",
22-
"email": "[email protected]",
21+
"name": "Tobias Nyholm",
22+
"email": "[email protected]",
2323
"homepage": "https://github.com/nyholm"
2424
}
2525
],
26-
"require": {
27-
"php": "^5.6 || ^7.0",
26+
"require": {
27+
"php": "^5.6 || ^7.0",
2828
"psr/cache": "^1.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^5.7.21",
32-
"mockery/mockery": "^0.9",
33-
"cache/array-adapter": "^1.0"
31+
"phpunit/phpunit": "^5.7.21",
32+
"mockery/mockery": "^0.9",
33+
"cache/array-adapter": "^1.0"
3434
},
35-
"autoload": {
36-
"psr-4": {
35+
"autoload": {
36+
"psr-4": {
3737
"Cache\\SessionHandler\\": ""
3838
},
3939
"exclude-from-classmap": [

0 commit comments

Comments
 (0)