Skip to content

Commit 3505df4

Browse files
authored
Update heroku.md
1 parent 1354bf2 commit 3505df4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

deployment/heroku.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ Create a new file named `Procfile` in the `api/` directory with the following co
5757
```yaml
5858
web: vendor/bin/heroku-php-apache2 public/
5959
```
60-
Be sure to add the symfony/apache-pack in your dependencies :
61-
```php
62-
composer require symfony/apache-pack
63-
```
64-
As Heroku doesn't support Varnish out of the box, let's remove it's integration:
60+
61+
Be sure to add the Apache Pack in your dependencies:
62+
63+
composer require symfony/apache-pack
64+
65+
As Heroku doesn't support Varnish out of the box, let's disable its integration:
6566
6667
```patch
6768
# api/config/packages/api_platform.yaml

0 commit comments

Comments
 (0)