Skip to content

Commit

Permalink
Add a conflict for composer/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Feb 4, 2022
1 parent 9181366 commit 3c319a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "contao/monorepo-tools",
"type": "library",
"description": "Contao Monorepo Tools",
"license": "LGPL-3.0-or-later",
"type": "library",
"authors": [
{
"name": "Martin Auswöger",
Expand Down Expand Up @@ -32,6 +32,9 @@
"slam/phpstan-extensions": "^5.1",
"vimeo/psalm": "^4.7.2"
},
"conflict": {
"composer/semver": "3.2.8"
},
"autoload": {
"psr-4": {
"Contao\\MonorepoTools\\": "src/"
Expand Down

0 comments on commit 3c319a2

Please sign in to comment.