Skip to content

Commit

Permalink
Merge pull request #91 from htuscher/master
Browse files Browse the repository at this point in the history
fix: php8.3 compatibility
  • Loading branch information
vienthuong authored Sep 25, 2024
2 parents 92e56e0 + a65cee1 commit f4e59e8
Show file tree
Hide file tree
Showing 225 changed files with 348 additions and 216 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A PHP SDK for Shopware 6 Platform",
"type": "library",
"license": "MIT",
"version": "2.0.0",
"version": "2.1.0",
"authors": [
{
"name": "vin",
Expand All @@ -12,7 +12,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"psr/http-client": "^1.0"
Expand Down
Loading

0 comments on commit f4e59e8

Please sign in to comment.