PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
vendor
/
rbdwllr
/
reallysimplejwt
{ "name": "rbdwllr/reallysimplejwt", "type": "library", "description": "A really simple library to generate user authentication JSON Web Tokens.", "keywords": ["jwt", "json", "tokens", "authentication"], "license": "MIT", "authors": [ { "name": "Rob Waller", "email": "rdwaller1984@gmail.com" } ], "require": { "php": ">=7.0.0", "nesbot/carbon": "^1.20" }, "require-dev": { "phpunit/phpunit": "6.5.*", "phpstan/phpstan": "0.9.*", "phpmd/phpmd": "2.6.*", "mockery/mockery": "1.1.*" }, "autoload": { "psr-4": { "ReallySimpleJWT\\": "src", "ReallySimpleJWT\\Helper\\": "src/Helper", "ReallySimpleJWT\\Exception\\": "src/Exception", "Tests\\": "tests" } } }
[+]
..
[-] ruleset.xml
[edit]
[-] .gitignore
[edit]
[-] .styleci.yml
[edit]
[-] .travis.yml
[edit]
[-] readme.md
[edit]
[+]
src
[-] LICENSE
[edit]
[+]
tests
[-] phpunit.xml
[edit]
[-] composer.json
[edit]
[-] phpstan.neon
[edit]