Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Update constraint for "nelmio/api-doc-bundle"
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys authored and jordisala1991 committed Mar 24, 2021
1 parent b6dfb05 commit 982a35c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"friendsofsymfony/rest-bundle": "<2.3",
"jms/serializer": "<0.13",
"liip/monitor-bundle": "<1.0",
"nelmio/api-doc-bundle": "<2.13 || >=4.0",
"nelmio/api-doc-bundle": "<2.13.5 || >=4.0",
"sonata-project/admin-bundle": "<3.1",
"sonata-project/core-bundle": "<3.20",
"sonata-project/doctrine-orm-admin-bundle": "<3.0"
Expand All @@ -56,7 +56,7 @@
"liip/monitor-bundle": "^2.6",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"nelmio/api-doc-bundle": "^2.13.4 || ^3.6",
"nelmio/api-doc-bundle": "^2.13.5 || ^3.6",
"sonata-project/doctrine-orm-admin-bundle": "^3.19",
"swiftmailer/swiftmailer": "^5.0 || ^6.0",
"symfony/browser-kit": "^4.4 || ^5.2",
Expand All @@ -66,8 +66,10 @@
"symfony/yaml": "^4.4 || ^5.2"
},
"suggest": {
"friendsofsymfony/rest-bundle": "If you want to expose a ReST API.",
"guzzlehttp/guzzle": "If you want to get a status report when using the rabbitMQ backend.",
"liip/monitor-bundle": "Integrates the LiipMonitor library into Symfony",
"nelmio/api-doc-bundle": "If you want to provide OAS documentation for the ReST API.",
"queue-interop/amqp-interop": "Install any amqp-interop compatible transport if you want use RabbitMQ. For example enqueue/amqp-lib:^0.8",
"sonata-project/admin-bundle": "To be able to use MessageAdmin.",
"sonata-project/doctrine-orm-admin-bundle": "If you want to persist entities"
Expand Down

0 comments on commit 982a35c

Please sign in to comment.