Skip to content

Commit

Permalink
Remove magento/composer-dependency-version-audit-plugin
Browse files Browse the repository at this point in the history
If we have two packages replacing this they cannot coexist due to this error

```
They both replace magento/composer-dependency-version-audit-plugin and thus cannot coexist.
```

We can make all our projects/packages require this module in instead and ensure this package is removed everywhere

magento/composer-dependency-version-audit-plugin#6
  • Loading branch information
convenient committed Jul 28, 2022
1 parent 3c4b1c5 commit 06376e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ampersand/replace-magento-composer-dependency-version-audit-plugin",
"description": "Replace magento/composer-dependency-version-audit-plugin",
"replace": {
"magento/composer-dependency-version-audit-plugin": "*"
}
}

0 comments on commit 06376e0

Please sign in to comment.