18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|