Initial commit
This commit is contained in:
14
composer.json
Normal file
14
composer.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "click-mobile/mse-api",
|
||||
"description": "Api service for the main application",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"vlucas/phpdotenv": "^5.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user