Skip to content

Commit

Permalink
give up whitelist filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kaluzki committed Apr 8, 2020
1 parent b48f8f3 commit 0a51bb0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"enhanced commerce"
],
"require": {
"oxidio/oxidio": "^6.1",
"oxidio/oxidio": "^6.5",
"ext-json": "*"
},
"require-dev": {
Expand Down Expand Up @@ -50,8 +50,19 @@
"dev-master": "1.x-dev"
},
"oxideshop": {
"whitelist-filter": [
"metadata.php"
"blacklist-filter": [
"bin/**/*",
"config/**/*",
"dev-vendor/**/*",
"source/**/*",
"src/**/*",
"tests/**/*",
"var/**/*",
"vendor/**/*",
"*.json",
"*.lock",
"*.md",
"LICENSE"
],
"target-directory": "oxidio/module-seo"
},
Expand Down

0 comments on commit 0a51bb0

Please sign in to comment.