update
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "lcobucci\/jwt",
|
||||
"name": "lcobucci/jwt",
|
||||
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
||||
"type": "library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Lu\u00eds Ot\u00e1vio Cobucci Oblonczyk",
|
||||
"name": "Luís Otávio Cobucci Oblonczyk",
|
||||
"email": "lcobucci@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
@@ -22,36 +22,36 @@
|
||||
"ext-openssl": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit\/phpunit": "^5.7 || ^7.3",
|
||||
"squizlabs\/php_codesniffer": "~2.3",
|
||||
"phpmd\/phpmd": "~2.2",
|
||||
"phpunit\/php-invoker": "~1.1",
|
||||
"mikey179\/vfsstream": "~1.5"
|
||||
"phpunit/phpunit": "^5.7 || ^7.3",
|
||||
"squizlabs/php_codesniffer": "~2.3",
|
||||
"phpmd/phpmd": "~2.2",
|
||||
"phpunit/php-invoker": "~1.1",
|
||||
"mikey179/vfsstream": "~1.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pshowsso\\Scope68f5e85e9608b\\Lcobucci\\JWT\\": "src"
|
||||
"Lcobucci\\JWT\\": "src"
|
||||
},
|
||||
"files": [
|
||||
"compat\/class-aliases.php",
|
||||
"compat\/json-exception-polyfill.php",
|
||||
"compat\/lcobucci-clock-polyfill.php"
|
||||
"compat/class-aliases.php",
|
||||
"compat/json-exception-polyfill.php",
|
||||
"compat/lcobucci-clock-polyfill.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Pshowsso\\Scope68f5e85e9608b\\Lcobucci\\JWT\\": [
|
||||
"test\/unit",
|
||||
"test\/functional"
|
||||
"Lcobucci\\JWT\\": [
|
||||
"test/unit",
|
||||
"test/functional"
|
||||
]
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"lcobucci\/clock": "*"
|
||||
"lcobucci/clock": "*"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.1-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user