Skip to content

Commit

Permalink
Merge pull request #3 from Shape-and-Shift/fix-Laravel-9-compability#2
Browse files Browse the repository at this point in the history
Fix/laravel-9-compatibility-#2
  • Loading branch information
hossein-git authored Oct 3, 2022
2 parents 199b057 + d357a58 commit 91b00d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "library",
"version": "1.0.0",
"require": {
"vin-sw/shopware-sdk": "^1.0",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"symfony/psr-http-message-bridge": "*"
"symfony/psr-http-message-bridge": "*",
"vin-sw/shopware-sdk": "1.5.1"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 91b00d2

Please sign in to comment.