W12 done
This commit is contained in:
parent
1d087064dd
commit
ee0715c3b2
19 changed files with 1525 additions and 0 deletions
21
w12/composer.json
Normal file
21
w12/composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue