Skip to content

Commit

Permalink
Add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek committed Mar 22, 2020
1 parent 68d7b82 commit d564b16
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 554 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [2.2.5] - 2020-03-22
### Changed
- Add support for Laravel 7

## [2.2.4] - 2019-09-04
### Changed
- Add support for Laravel 6
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"illuminate/support": "5.*|6.*",
"illuminate/support": "5.*|6.*|7.*",
"mnabialek/laravel-version": "^1.0.2",
"nesbot/carbon": "~1.0 || ^2.0",
"illuminate/filesystem": "5.*|6.*",
"illuminate/container": "5.*|6.*"
"illuminate/filesystem": "5.*|6.*|7.*",
"illuminate/container": "5.*|6.*|7.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.5",
Expand Down
Loading

0 comments on commit d564b16

Please sign in to comment.