no-framework-tutorial/implementation/02-composer/composer.json

18 lines
296 B
JSON
Raw Normal View History

2022-03-29 18:35:06 +00:00
{
"name": "lubian/no-framework",
"require": {
"php": "^8.1"
},
"autoload": {
"psr-4": {
"Lubian\\NoFramework\\": "src/"
}
},
"authors": [
{
"name": "lubian",
"email": "test@example.com"
}
]
}