Skip to content

Commit

Permalink
Merge pull request #5 from /issues/1-update-version-shopware-php-sdk
Browse files Browse the repository at this point in the history
Use any 1.x version of the shopware php sdk
  • Loading branch information
ChristopherDosin authored Oct 26, 2022
2 parents 91b00d2 + 4bbf015 commit acac821
Show file tree
Hide file tree
Showing 4 changed files with 2,725 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
.idea/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.0
- Changed the version of the shopware-sdk to 1.*

### 1.0.0
- Package initial structure
- First release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "sas/shopware-laravel-sdk",
"description": "Shopware SDK for Laravel 8",
"type": "library",
"version": "1.0.0",
"version": "1.1.0",
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"symfony/psr-http-message-bridge": "*",
"vin-sw/shopware-sdk": "1.5.1"
"vin-sw/shopware-sdk": "1.*"
},
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit acac821

Please sign in to comment.