readd implementation folder
This commit is contained in:
parent
b33f0565c9
commit
1984efef72
80 changed files with 8471 additions and 0 deletions
18
implementation/03/composer.json
Normal file
18
implementation/03/composer.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "lubiana/no-framework",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Lubiana\\NoFramework\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "example",
|
||||
"email": "test@example.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"filp/whoops": "^2.14"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue