Skip to content

Commit

Permalink
Declare conflict against nelmio/api-doc-bundle <2.13.5 || >=4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Mar 25, 2021
1 parent a36f0d7 commit 26a2443
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"friendsofsymfony/rest-bundle": "<2.6",
"jms/serializer": "<0.13",
"liip/imagine-bundle": "<1.9",
"nelmio/api-doc-bundle": "<2.13.5 || >=4.0",
"rackspace/php-opencloud": "<1.6",
"sonata-project/block-bundle": "<3.17 || >=4.0",
"sonata-project/classification-bundle": "<3.0 || >= 5.0",
Expand Down Expand Up @@ -101,16 +102,18 @@
"symfony/security-csrf": "^4.4 || ^5.2"
},
"suggest": {
"liip/imagine-bundle": "If you want on-the-fly thumbnail generation or image filtering (scale, crop, watermark...)",
"rackspace/php-opencloud": "If you want to use OpenStack/Rackspace APIs",
"friendsofsymfony/rest-bundle": "If you want to expose a ReST API.",
"liip/imagine-bundle": "If you want on-the-fly thumbnail generation or image filtering (scale, crop, watermark...).",
"nelmio/api-doc-bundle": "If you want to provide OAS documentation for the ReST API.",
"rackspace/php-opencloud": "If you want to use OpenStack/Rackspace APIs.",
"sonata-project/classification-bundle": "If you want to categorize your media items.",
"sonata-project/doctrine-orm-admin-bundle": "If you want to persist entities",
"sonata-project/doctrine-orm-admin-bundle": "If you want to persist entities.",
"sonata-project/notification-bundle": "If you want to generate thumbnails asynchronously.",
"sonata-project/seo-bundle": "If you're sensible to SEO",
"symfony/http-client": "If you want to load external content",
"sonata-project/seo-bundle": "If you're sensible to SEO.",
"symfony/http-client": "If you want to load external content.",
"symfony/monolog-bundle": "If you want to log exceptions produced when dealing with images.",
"tilleuls/ckeditor-sonata-media-bundle": "If you want to use CKEditor",
"twig/extra-bundle": "Auto configures the Twig Intl extension"
"tilleuls/ckeditor-sonata-media-bundle": "If you want to use CKEditor.",
"twig/extra-bundle": "Auto configures the Twig Intl extension."
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 26a2443

Please sign in to comment.