1
0

+ ADD standard heroku php project

This commit is contained in:
felegy
2025-08-14 07:55:36 +00:00
parent ccfa2a6edb
commit ede188c61b
10 changed files with 179 additions and 0 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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": {}
}