Skip to content

Commit

Permalink
fix: Remove conflict to OXID Connect module (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoya-de authored Sep 19, 2022
1 parent e9e8271 commit c5d0786
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@
}
],
"minimum-stability": "dev",
"conflict": {
"makaira/oxid-connect": "*",
"makaira/oxid-connect-compat": "*"
},
"require": {
"php": ">=7.4",
"ext-curl": "*",
"ext-json": "*",
"makaira/shared-libs": "^2021.11 | ^2022.1",
"makaira/shared-libs": "^2022.1",
"symfony/http-foundation": "^5.4"
},
"require-dev": {
Expand Down

0 comments on commit c5d0786

Please sign in to comment.