Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit c2f0aaf

Browse files
committed
chore: add support for laravel 8
1 parent 1fdffc7 commit c2f0aaf

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

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

5+
## 1.3.1 - 2020-09-11
6+
7+
- Add support for Laravel 8.0
8+
59
## 1.3.0 - 2020-03-03
610

711
- Add support for Laravel 7.0

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5",
15-
"illuminate/contracts": "^6.0|^7.0",
16-
"illuminate/database": "^6.0|^7.0",
17-
"illuminate/http": "^6.0|^7.0",
18-
"illuminate/support": "^6.0|^7.0"
15+
"illuminate/contracts": "^6.0|^7.0|^8.0",
16+
"illuminate/database": "^6.0|^7.0|^8.0",
17+
"illuminate/http": "^6.0|^7.0|^8.0",
18+
"illuminate/support": "^6.0|^7.0|^8.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^7.0|^8.0|^9.0",
22-
"orchestra/testbench": "^4.0|^5.0"
22+
"orchestra/testbench": "^4.0|^5.0|^6.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)