| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "jzh/webman-auth",
- "description": "webman auth",
- "keywords": ["webman", "auth"],
- "type": "library",
- "require": {
- "php": ">=7.2",
- "firebase/php-jwt": ">=5.4|^6.0",
- "webman/console": "^1.0 || ^2.0 || dev-master"
- },
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "Shopwwi\\WebmanAuth\\": "src/"
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "minimum-stability": "dev",
- "authors": [
- {
- "name": "Tycoon Song",
- "email": "8988354@qq.com"
- }
- ]
- }
|