1
0

+ ADD standard heroku php project

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

29
composer.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "felegy/test",
"type": "project",
"require": {
"php": ">=7.4 <8.4",
"ext-gd": "*",
"ext-redis": "*",
"ext-mbstring": "*",
"ext-soap": "*",
"ext-exif": "*",
"ext-imagick": "*",
"ext-intl": "*"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Felegy\\Test\\": "web/"
}
},
"authors": [
{
"name": "felegy",
"email": "felegy@hvg.hu"
}
]
}