1
0
Files
test-php/composer.json
2025-08-14 07:55:36 +00:00

21 lines
367 B
JSON

{
"name": "felegy/test",
"type": "project",
"require-dev": {
"heroku/heroku-buildpack-php": "*"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Felegy\\Test\\": "web/"
}
},
"authors": [
{
"name": "felegy",
"email": "felegy@hvg.hu"
}
],
"require": {}
}