| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "returnee/dcat-employee-auth",
- "description": "Use an employees table as the authentication source for Dcat Admin.",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Returnee Team",
- "email": "dev@returnee.com"
- }
- ],
- "require": {
- "php": ">=8.1",
- "e282486518/dcat-admin": "2.*",
- "laravel/framework": "^9.0|^10.0|^11.0|^12.0"
- },
- "autoload": {
- "psr-4": {
- "Returnee\\DcatEmployeeAuth\\": "src/"
- }
- },
- "extra": {
- "laravel": {
- "providers": [
- "Returnee\\DcatEmployeeAuth\\EmployeeAuthServiceProvider"
- ]
- }
- },
- "minimum-stability": "stable",
- "prefer-stable": true
- }
|