init: React frontend + PHP/Slim backend chat app
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "chat-app/server",
|
||||
"description": "Chat App PHP Backend",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"slim/slim": "^4.11",
|
||||
"slim/psr7": "^1.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user