Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e051f10

Browse files
committed
Laravel 8 Support
1 parent 714580f commit e051f10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `grayloon/magento-laravel-api` will be documented in this file
44

5+
## 0.4.1 - September 8, 2020
6+
- Support for Laravel 8 applications
7+
58
## 0.4.0 - September 2, 2020
69
- Removed Storage System (moved to its own package for less breaking changes)
710
- Added Guest Carts Endpoint

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.3",
2020
"guzzlehttp/guzzle": "^6.0",
21-
"illuminate/support": "^7.0"
21+
"illuminate/support": "^7.0|^8.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)