Skip to content

Commit b638f49

Browse files
committed
Changed composer.json
1 parent fc85b8e commit b638f49

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

composer.json

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
{
2-
"name": "byjg/jwt-session",
3-
"description": "JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.",
4-
"authors": [
5-
{
6-
"name": "João Gilberto Magalhães",
7-
"email": "[email protected]"
8-
}
9-
],
10-
"autoload": {
11-
"psr-4": {
12-
"ByJG\\Session\\": "src/"
13-
}
14-
},
15-
"minimum-stability": "dev",
16-
"prefer-stable": true,
17-
"require": {
18-
"php": ">=5.6.0",
19-
"byjg/jwt-wrapper": "2.0.*"
20-
},
21-
"require-dev": {
22-
"phpunit/phpunit": "5.7.*|7.4.*"
23-
},
24-
"license": "MIT"
2+
"name": "byjg/jwt-session",
3+
"description": "JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.",
4+
"autoload": {
5+
"psr-4": {
6+
"ByJG\\Session\\": "src/"
7+
}
8+
},
9+
"minimum-stability": "dev",
10+
"prefer-stable": true,
11+
"require": {
12+
"php": ">=5.6.0",
13+
"byjg/jwt-wrapper": "2.0.*"
14+
},
15+
"require-dev": {
16+
"phpunit/phpunit": "5.7.*|7.4.*"
17+
},
18+
"license": "MIT"
2519
}

0 commit comments

Comments
 (0)