Skip to content

Commit acac821

Browse files
Merge pull request #5 from /issues/1-update-version-shopware-php-sdk
Use any 1.x version of the shopware php sdk
2 parents 91b00d2 + 4bbf015 commit acac821

File tree

4 files changed

+2725
-2
lines changed

4 files changed

+2725
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor
2+
.idea/

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.1.0
2+
- Changed the version of the shopware-sdk to 1.*
3+
14
### 1.0.0
25
- Package initial structure
36
- First release

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "sas/shopware-laravel-sdk",
33
"description": "Shopware SDK for Laravel 8",
44
"type": "library",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"require": {
77
"php": "^7.4 || ^8.0",
88
"ext-json": "*",
99
"symfony/psr-http-message-bridge": "*",
10-
"vin-sw/shopware-sdk": "1.5.1"
10+
"vin-sw/shopware-sdk": "1.*"
1111
},
1212
"license": "MIT",
1313
"autoload": {

0 commit comments

Comments
 (0)