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

Commit 52e9830

Browse files
committed
Add support for Laravel 6.0
1 parent 5103e30 commit 52e9830

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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 `laravel-api-responder` will be documented in this file
44

5+
## 1.2.0 - 2019-09-10
6+
7+
- Add support for Laravel 6.0
58

69
## 1.1.0 - 2019-06-11
710

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^7.1",
15-
"illuminate/contracts": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
16-
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
17-
"illuminate/http": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
18-
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0"
15+
"illuminate/contracts": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
16+
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
17+
"illuminate/http": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
18+
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6.0|^7.0|^8.0",
22-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
21+
"phpunit/phpunit": "^7.0|^8.0",
22+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)