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

19 lines
351 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"
}
}