We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b89638 commit 9b54346Copy full SHA for 9b54346
1 file changed
README.md
@@ -16,6 +16,8 @@ When an `ApiProblemException` is triggered, this bundle will return the correct
16
composer require phpro/api-problem-bundle
17
```
18
19
+If you are not using the contrib recipes of `symfony/flex`, you'll have to manually add the bundle to your bundles file:
20
+
21
```php
22
// config/bundles.php
23
0 commit comments