Skip to content

Commit

Permalink
Bump min version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Apr 2, 2024
1 parent ee088c2 commit b36eaa1
Show file tree
Hide file tree
Showing 4 changed files with 3,086 additions and 4,400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.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
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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
},
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"shopware/administration": "^6.5",
"shopware/administration": "^6.6",
"symplify/easy-coding-standard": "^12.0"
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"allow-plugins": {
"symfony/runtime": true
Expand Down
Loading

0 comments on commit b36eaa1

Please sign in to comment.