Skip to content

Commit a6c2ac8

Browse files
committed
Release 1.3.0
1 parent 86a03d5 commit a6c2ac8

File tree

3 files changed

+140
-77
lines changed

3 files changed

+140
-77
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to `shopware-php-sdk` will be documented in this file.
44

55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

7+
### 1.3.0
8+
- PHP 8 compatibility
9+
710
### 1.2.2
811
- Added SystemConfigService, MailSendService
912
- Changed ApiService constructor do not require a $context object, using setContext method instead

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A PHP SDK for Shopware 6 Platform",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.2.2",
6+
"version": "1.3.0",
77
"authors": [
88
{
99
"name": "vin",
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "stable",
1414
"require": {
15-
"php": "^7.4",
15+
"php": "^7.4 || ^8.0",
1616
"ext-json": "*",
1717
"guzzlehttp/guzzle": "^7.0"
1818
},

0 commit comments

Comments
 (0)