Skip to content

Commit ee02ebe

Browse files
committed
Testing
1 parent 54f13de commit ee02ebe

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "cache/session-handler",
3-
"type": "library",
4-
"description": "An implementation of PHP's SessionHandlerInterface that allows PSR-6",
5-
"keywords": [
2+
"name": "cache/session-handler",
3+
"type": "library",
4+
"description": "An implementation of PHP's SessionHandlerInterface that allows PSR-6",
5+
"keywords": [
66
"cache",
77
"psr-6",
88
"session handler"
99
],
10-
"homepage": "https://github.com/php-cache/session-handler",
11-
"license": "MIT",
12-
"authors": [
10+
"homepage": "https://github.com/php-cache/session-handler",
11+
"license": "MIT",
12+
"authors": [
1313
{
1414
"name": "Aaron Scherer",
1515
"email": "[email protected]",
@@ -21,18 +21,18 @@
2121
"homepage": "https://github.com/nyholm"
2222
}
2323
],
24-
"require": {
24+
"require": {
2525
"php": "^5.5|^7.0",
2626
"psr/cache": "^1.0"
2727
},
28-
"require-dev": {
29-
"phpunit/phpunit": "^4.0|^5.1",
30-
"mockery/mockery": "^0.9",
31-
"cache/array-adapter": "@stable",
32-
"cache/integration-test": "0.7.0"
28+
"require-dev": {
29+
"phpunit/phpunit": "^4.0|^5.1",
30+
"mockery/mockery": "^0.9",
31+
"cache/array-adapter": "@stable",
32+
"cache/integration-tests": "^0.7"
3333
},
34-
"autoload": {
35-
"psr-4": {
34+
"autoload": {
35+
"psr-4": {
3636
"Cache\\SessionHandler\\": ""
3737
},
3838
"exclude-from-classmap": [

0 commit comments

Comments
 (0)