Skip to content

Commit

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

## 1.1 - 2018-12-26
- Added config option `exclude_source_files`
- Dropped active support for PHP 7.1 (EOL)
- Dropped active support for PHP 7.1 (EOL)

## 1.2 - 2019-03-08
- Added support for Laravel 5.8
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"require": {
"php": "^7.0",
"ext-json": "*",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit" : "^7.0"
},
"autoload": {
Expand Down

0 comments on commit dd3abe2

Please sign in to comment.