Skip to content

Commit

Permalink
Removed requirement on magento/csp module, this wasn't strictly neede…
Browse files Browse the repository at this point in the history
…d and it fixes a check Magento does for selfreferencing modules. Fixes #3
  • Loading branch information
baldwinagency-pieter committed Jun 20, 2024
1 parent 3882b98 commit 182ca54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"require": {
"php": "~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"magento/framework": "103.0.4-p9 || 103.0.5-p8 || 103.0.6-p6 || 103.0.7 || 103.0.7-p1",
"magento/module-csp": "100.4.3-p9 || 100.4.4-p8 || 100.4.5-p6 || 100.4.6"
"magento/framework": "103.0.4-p9 || 103.0.5-p8 || 103.0.6-p6 || 103.0.7 || 103.0.7-p1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 182ca54

Please sign in to comment.