Spaces:
Running
on
Zero
Running
on
Zero
{ | |
"name": "api", | |
"description": "Backend API for employee profile system", | |
"require": { | |
"php": "^7.2.5", | |
"laravel/framework": "^8.40", | |
"laravel/passport": "^10.3" | |
}, | |
"autoload": { | |
"psr-4": { | |
"App\\": "app/" | |
} | |
}, | |
"autoload-dev": { | |
"psr-4": { | |
"Tests\\": "tests/" | |
} | |
} | |
} |