Skip to content

Commit

Permalink
Update composer.json to require ^6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKnerd committed May 9, 2022
1 parent dab86bd commit 5ff22c1
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
Empty file modified .github/dependabot.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/pack-plugin.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jinya/matomo-shopware-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "Matomo plugin for shopware 6",
"type": "shopware-platform-plugin",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
}
},
"require": {
"shopware/core": "~6.3.0"
"shopware/core": "^6.3.0"
},
"extra": {
"shopware-plugin-class": "JinyaMatomo\\JinyaMatomo",
Expand Down
Empty file modified src/JinyaMatomo.php
100644 → 100755
Empty file.
Empty file modified src/Resources/app/storefront/src/main.js
100644 → 100755
Empty file.
Empty file.
Empty file modified src/Resources/config/config.xml
100644 → 100755
Empty file.
Empty file modified src/Resources/config/services.xml
100644 → 100755
Empty file.
Empty file modified src/Resources/snippet/messages.de-DE.json
100644 → 100755
Empty file.
Empty file modified src/Resources/snippet/messages.en-GB.json
100644 → 100755
Empty file.
Empty file modified src/Resources/snippet/messages.fr-FR.json
100644 → 100755
Empty file.
Empty file modified src/Resources/snippet/messages.nl-NL.json
100644 → 100755
Empty file.
Empty file modified src/Resources/views/storefront/base.html.twig
100644 → 100755
Empty file.
Empty file modified src/Resources/views/storefront/layout/meta.html.twig
100644 → 100755
Empty file.
Empty file modified src/Service/CustomCookieProvider.php
100644 → 100755
Empty file.

0 comments on commit 5ff22c1

Please sign in to comment.