Skip to content

Commit

Permalink
Merge pull request #27 from shopware/add-php-8.4-support
Browse files Browse the repository at this point in the history
chore(deps): add php 8.4 support
  • Loading branch information
shyim authored Dec 3, 2024
2 parents 47939ad + 448f1a8 commit 509ce6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies:
- lowest
- highest
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chat": "https://slack.shopware.com"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^8.1",
"lcobucci/clock": "^3",
"lcobucci/jwt": "^4.0 || ^5.0",
"php-http/discovery": "^1.17",
Expand All @@ -36,9 +36,10 @@
"nyholm/psr7-server": "^1.0",
"php-http/curl-client": "^2.2",
"phpstan/phpstan": "^1.10.14",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.5",
"async-aws/dynamo-db": "~3.2",
"symfony/polyfill-uuid": "^1.31"
"symfony/polyfill-uuid": "^1.31",
"symfony/http-client": ">=6.4.16"
},
"suggest": {
"async-aws/dynamo-db": "For using the DynamoDBRepository"
Expand Down

0 comments on commit 509ce6f

Please sign in to comment.