Skip to content

Commit 732821d

Browse files
committed
Add buildpack config
1 parent e7c165e commit 732821d

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: heroku-php-apache2 public/

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,18 @@
3131
"preferred-install": "dist"
3232
},
3333
"scripts": {
34-
"lint": "parallel-lint . --exclude vendor",
35-
"phpcs": "phpcs",
36-
"fix": "phpcbf",
37-
"phpunit": "phpunit",
34+
"lint": [
35+
"parallel-lint . --exclude vendor"
36+
],
37+
"phpcs": [
38+
"phpcs"
39+
],
40+
"fix": [
41+
"phpcbf"
42+
],
43+
"phpunit": [
44+
"phpunit"
45+
],
3846
"test": [
3947
"composer lint",
4048
"composer phpunit",

0 commit comments

Comments
 (0)