| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "michel/michel-auth",
- "description": "A PSR-15 compliant authentication library providing form and token-based authentication handlers.",
- "type": "library",
- "require": {
- "php": ">=7.4",
- "michel/michel-package-starter": "^1.0",
- "michel/options-resolver": "^1.0",
- "michel/session": "^1.0",
- "michel/console": "^1.0",
- "psr/http-message": "~1.0|^2.0",
- "psr/http-server-middleware": "^1.0",
- "psr/http-factory": "^1.0",
- "psr/log": "^1.1|^2.0",
- "ext-json": "*"
- },
- "license": "MPL-2.0",
- "authors": [
- {
- "name": "F. Michel"
- }
- ],
- "autoload": {
- "psr-4": {
- "Michel\\Auth\\": "src",
- "Test\\Michel\\Auth\\": "tests"
- }
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- }
- }
|