We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1354bf2 commit 3505df4Copy full SHA for 3505df4
deployment/heroku.md
@@ -57,11 +57,12 @@ Create a new file named `Procfile` in the `api/` directory with the following co
57
```yaml
58
web: vendor/bin/heroku-php-apache2 public/
59
```
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:
+
+Be sure to add the Apache Pack in your dependencies:
+ composer require symfony/apache-pack
65
+As Heroku doesn't support Varnish out of the box, let's disable its integration:
66
67
```patch
68
# api/config/packages/api_platform.yaml
0 commit comments