Skip to content

Commit 91b00d2

Browse files
authored
Merge pull request #3 from Shape-and-Shift/fix-Laravel-9-compability#2
Fix/laravel-9-compatibility-#2
2 parents 199b057 + d357a58 commit 91b00d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "library",
55
"version": "1.0.0",
66
"require": {
7-
"vin-sw/shopware-sdk": "^1.0",
87
"php": "^7.4 || ^8.0",
98
"ext-json": "*",
10-
"symfony/psr-http-message-bridge": "*"
9+
"symfony/psr-http-message-bridge": "*",
10+
"vin-sw/shopware-sdk": "1.5.1"
1111
},
1212
"license": "MIT",
1313
"autoload": {

0 commit comments

Comments
 (0)