Skip to content

Commit

Permalink
Fix composer lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 22, 2023
1 parent 2bd6663 commit a6af63f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
"symfony/security-bundle": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"conflict": {
"guzzlehttp/ringphp": "<1.1.1",
"sulu/automation-bundle": "<2.0, >=3.0",
"sulu/headless-bundle": "<0.8, >=0.11"
},
"conflict": {
"doctrine/doctrine-bundle": "2.3.0",
"elasticsearch/elasticsearch": "<5.0 || >=8.0",
"guzzlehttp/ringphp": "<1.1.1",
"handcraftedinthealps/elasticsearch-bundle": "<5.2.6.4 || >=6.0",
"handcraftedinthealps/elasticsearch-dsl": "<5.0.7.1 || 6.0 - 6.2.0 || 7.0 - 7.2.0 || >=8.0"
"handcraftedinthealps/elasticsearch-dsl": "<5.0.7.1 || 6.0 - 6.2.0 || 7.0 - 7.2.0 || >=8.0",
"sulu/automation-bundle": "<2.0, >=3.0",
"sulu/content-bundle": "<0.7, >=0.8",
"sulu/headless-bundle": "<0.8, >=0.11",
"sulu/messenger": "<0.1, >=0.3"
},
"suggest": {
"elasticsearch/elasticsearch": "Required for the default article phpcr storage.",
Expand Down

0 comments on commit a6af63f

Please sign in to comment.