learning-center/composer.json
2024-09-08 13:48:26 +03:00

15 lines
205 B
JSON

{
"name": "mailbot/forum",
"type": "project",
"description": "Forum",
"require": {
"php": "^7.2",
"ramsey/uuid": "^4.2"
},
"autoload": {
"psr-4": {
"App\\": "app"
}
}
}