| 123456789101112131415161718192021 |
- {
- "name": "wolfcode/authenticator",
- "description": "authenticator",
- "type": "library",
- "require": {
- "php": ">=8.0",
- "wolfcode/bacon-qr-code": "2.0.11"
- },
- "license": "BSD-2-Clause",
- "autoload": {
- "psr-4": {
- "Wolfcode\\Authenticator\\": "src/"
- }
- },
- "authors": [
- {
- "name": "wolfcode"
- }
- ],
- "minimum-stability": "dev"
- }
|