Skip to content

Commit

Permalink
refactor: Increase minimum Shopware version to 6.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aragon999 committed Oct 5, 2024
1 parent 564596a commit cc39ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: docker://oskarstark/php-cs-fixer-ga

- name: phpstan
uses: docker://aragon999/phpstan-shopware:v6.5.0
uses: docker://aragon999/phpstan-shopware:v6.5.8
with:
args: analyse .
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
}
},
"require": {
"shopware/core": "~6.5.0 || ~6.6.0"
"shopware/core": "~6.5.8 || ~6.6.0"
}
}

0 comments on commit cc39ee2

Please sign in to comment.