Skip to content

Commit

Permalink
Changed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jun 15, 2022
1 parent fc85b8e commit b638f49
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"name": "byjg/jwt-session",
"description": "JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.",
"authors": [
{
"name": "João Gilberto Magalhães",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"ByJG\\Session\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"byjg/jwt-wrapper": "2.0.*"
},
"require-dev": {
"phpunit/phpunit": "5.7.*|7.4.*"
},
"license": "MIT"
"name": "byjg/jwt-session",
"description": "JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.",
"autoload": {
"psr-4": {
"ByJG\\Session\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"byjg/jwt-wrapper": "2.0.*"
},
"require-dev": {
"phpunit/phpunit": "5.7.*|7.4.*"
},
"license": "MIT"
}

0 comments on commit b638f49

Please sign in to comment.