Skip to content

Commit

Permalink
fix: add shopware 6.6 compatiblity (#65)
Browse files Browse the repository at this point in the history
* fix: add shopware 6.6 compatiblity

* increase version

* use same version for 6.5 and 6.6

* revert 8.2 syntax
  • Loading branch information
shyim authored Jan 22, 2024
1 parent 62a93d4 commit fa25082
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 54 deletions.
2 changes: 2 additions & 0 deletions .shopware-extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
changelog:
enabled: true
51 changes: 0 additions & 51 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frosh/development-helper",
"version": "1.0.2",
"version": "1.0.3",
"description": "Development Helper",
"type": "shopware-platform-plugin",
"license": "MIT",
Expand All @@ -16,10 +16,10 @@
}
},
"require": {
"shopware/core": "~6.5.0",
"shopware/core": "~6.5.0 || ~6.6.0",
"nikic/php-parser": "*",
"friendsofphp/php-cs-fixer": "*",
"psy/psysh": "^0.11.9"
"psy/psysh": "*"
},
"extra": {
"shopware-plugin-class": "Frosh\\DevelopmentHelper\\FroshDevelopmentHelper",
Expand Down

0 comments on commit fa25082

Please sign in to comment.