Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yireo/magento2-replace-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Feb 24, 2024
2 parents aad1b85 + 907a924 commit 9454705
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Through a series commands, this composer plugin aims to help you manage your `re
"extra": {
"replace": {
"bulk": {
"yireo/magento2-replace-graph-ql": true
"yireo/magento2-replace-graph-ql"
},
"exclude": {
"magento/module-graph-ql": true
Expand Down Expand Up @@ -77,7 +77,7 @@ This adds all replacements from this meta-package `yireo/magento2-replace-invent
"extra": {
"replace": {
"bulk": {
"yireo/magento2-replace-inventory": true
"yireo/magento2-replace-inventory"
}
}
},
Expand Down Expand Up @@ -108,13 +108,13 @@ This adds all replacements from this meta-package `yireo/magento2-replace-graphq
"extra": {
"replace": {
"bulk": {
"yireo/magento2-replace-graph-ql": true
"yireo/magento2-replace-graph-ql"
},
"exclude": {
"magento/module-graph-ql": true
"magento/module-graph-ql": "*"
},
"include": {
"yireo/example-graph-ql": true
"yireo/example-graph-ql": "*"
}
}
}
Expand Down

0 comments on commit 9454705

Please sign in to comment.