This commit is contained in:
Andrew 2022-05-16 01:28:21 +07:00
parent 1d087064dd
commit ee0715c3b2
19 changed files with 1525 additions and 0 deletions

21
w12/composer.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "nuark/w12",
"description": "Work 12 app",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Nuark\\W12\\": "src/"
}
},
"authors": [
{
"name": "Andrew",
"email": "me@nuark.xyz"
}
],
"require": {
"pecee/simple-router": "4.3.7.2",
"twig/twig": "^3.3"
}
}