Skip to content

Commit

Permalink
Merge pull request #5 from Nosto/SW_6.6_update
Browse files Browse the repository at this point in the history
SW 6.6 update
  • Loading branch information
TobiasGraml11 authored May 8, 2024
2 parents b14ef0d + 6a0098e commit ceadf73
Show file tree
Hide file tree
Showing 41 changed files with 1,964 additions and 2,730 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
- name: Setup PHP with Composer 2
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: dom, gd, mbstring, pdo_mysql, zip
coverage: xdebug
tools: composer:v2

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Validate dependencies
working-directory: shopware6-job-scheduler
run: composer validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup PHP with Composer 2
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: dom, gd, mbstring, pdo_mysql, zip
coverage: xdebug
tools: composer:v2
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@
}
},
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"shopware/administration": "^6.5",
"symplify/easy-coding-standard": "^12.0"
"shopware/administration": "^6.6",
"symplify/easy-coding-standard": "^12.0",
"slevomat/coding-standard": "^8.15"
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"allow-plugins": {
"symfony/runtime": true
"symfony/runtime": true,
"dealerdirect/phpcodesniffer-composer-installer": false
}
},
"scripts": {
Expand Down
Loading

0 comments on commit ceadf73

Please sign in to comment.