no-framework-tutorial/implementation/03/composer.json
2025-07-08 23:02:50 +02:00

20 lines
383 B
JSON

{
"name": "lubiana/no-framework",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Lubiana\\NoFramework\\": "src/"
}
},
"authors": [
{
"name": "lubiana",
"email": "lubiana@hannover.ccc.de"
}
],
"require": {
"php": "^8.4",
"filp/whoops": "^2.18"
}
}