Skip to content

Commit

Permalink
Merge pull request #26 from findologic/SW_6.6_update
Browse files Browse the repository at this point in the history
SW6.6 Update
  • Loading branch information
TobiasGraml11 authored May 14, 2024
2 parents 25d49e9 + 6b57c12 commit 160723d
Show file tree
Hide file tree
Showing 17 changed files with 710 additions and 716 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP with Composer 2
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2
extensions: json, simple-xml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2' ]
php-versions: [ '8.2', '8.3' ]

name: Test (PHP ${{ matrix.php-versions }})
steps:
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,23 @@
}
],
"require": {
"php": "^8.1",
"findologic/libflexport": "^3.0",
"monolog/monolog": "^3.3.1",
"vin-sw/shopware-sdk": "^1.7.3",
"php": "^8.2",
"findologic/libflexport": "^3.1",
"monolog/monolog": "^3.4",
"vin-sw/shopware-sdk": "^2.0",
"symfony/http-foundation": "*",
"symfony/event-dispatcher": "*"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^11.1",
"symfony/cache": "*",
"symfony/routing": "*",
"symfony/translation": "*",
"symfony/validator": "*",
"doctrine/annotations": "^1.13",
"friendsofphp/php-cs-fixer": "^3.11"
"friendsofphp/php-cs-fixer": "^3.11",
"mockery/mockery": "^1.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 160723d

Please sign in to comment.