Phase 1: API + Frontend Skelett
This commit is contained in:
22
www/api.fahrschuldesk.de/composer.json
Normal file
22
www/api.fahrschuldesk.de/composer.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "fahrschuldesk/api",
|
||||
"description": "fahrschuldesk REST API",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"slim/slim": "^4.12",
|
||||
"slim/psr7": "^1.6",
|
||||
"php-di/php-di": "^7.0",
|
||||
"firebase/php-jwt": "^6.10",
|
||||
"passwordlib/passwordlib": "^1.0",
|
||||
"ramsey/uuid": "^4.7"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"migrate": "php bin/migrate.php"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user