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

Commit

Permalink
Add support for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Sep 10, 2019
1 parent 5103e30 commit 52e9830
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 1.2.0 - 2019-09-10

- Add support for Laravel 6.0

## 1.1.0 - 2019-06-11

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
],
"require": {
"php": "^7.1",
"illuminate/contracts": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
"illuminate/http": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0"
"illuminate/contracts": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/http": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
"phpunit/phpunit": "^7.0|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 52e9830

Please sign in to comment.