Skip to content

Commit

Permalink
Added Laravel 6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Oct 2, 2019
1 parent 5af8a45 commit 3e7d4bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ All notable changes to `laravel-reporto` will be documented in this file.
- Added support for Laravel 5.8

## 1.2.1 - 2019-03-09
- Fix for Laravel 5.8 support: Replaced str_is with Str::is
- Fix for Laravel 5.8 support: Replaced str_is with Str::is

## 1.3 - 2019-10-02
- Added support for Laravel 6.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"require": {
"php": "^7.0",
"ext-json": "*",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit" : "^7.0"
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|~4.0.0",
"phpunit/phpunit" : "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3e7d4bd

Please sign in to comment.