feat: initial foundation for collaborative canteen ordering system in vanilla PHP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "app/order-system",
|
||||
"description": "Zero-framework Order System Foundation in PHP with Alpine.js and native CSS",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user