File tree 3 files changed +140
-77
lines changed
3 files changed +140
-77
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to `shopware-php-sdk` will be documented in this file.
4
4
5
5
Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
6
6
7
+ ### 1.3.0
8
+ - PHP 8 compatibility
9
+
7
10
### 1.2.2
8
11
- Added SystemConfigService, MailSendService
9
12
- Changed ApiService constructor do not require a $context object, using setContext method instead
Original file line number Diff line number Diff line change 3
3
"description" : " A PHP SDK for Shopware 6 Platform" ,
4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
6
- "version" : " 1.2.2 " ,
6
+ "version" : " 1.3.0 " ,
7
7
"authors" : [
8
8
{
9
9
"name" : " vin" ,
12
12
],
13
13
"minimum-stability" : " stable" ,
14
14
"require" : {
15
- "php" : " ^7.4" ,
15
+ "php" : " ^7.4 || ^8.0 " ,
16
16
"ext-json" : " *" ,
17
17
"guzzlehttp/guzzle" : " ^7.0"
18
18
},
You can’t perform that action at this time.
0 commit comments