Skip to content

Commit

Permalink
Merge pull request #10 from tinect/feat/support6.6
Browse files Browse the repository at this point in the history
feat: add support for shopware 6.6
  • Loading branch information
vienthuong authored Mar 4, 2024
2 parents df870ec + 5af257d commit c071d3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vienthuong/impersonation",
"description": "A Shopware 6 Impersonation plugin",
"version": "2.0.0",
"version": "3.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand All @@ -16,7 +16,7 @@
}
},
"require": {
"shopware/core": "~6.5.0"
"shopware/core": "~6.5.0||~6.6.0"
},
"extra": {
"shopware-plugin-class": "VienThuong\\Impersonation\\Impersonation",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/css/impersonation.css

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

Loading

0 comments on commit c071d3d

Please sign in to comment.