+ ADD standard heroku php project
This commit is contained in:
20
composer.json
Normal file
20
composer.json
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user