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

Commit

Permalink
Added laravel 5.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 23, 2018
1 parent 1b756a7 commit f14863d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.5.0 (released 2018-08-23)

- Added laravel 5.7 support
- Removed laravel 5.6 support

## 2.4.1 (released 2018-03-01)

- Added check for nullable variables
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.1.3",
"illuminate/support": "5.6.*",
"illuminate/support": "5.7.*",
"symfony/http-kernel": "^4.0"
},
"require-dev": {
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
"dev-master": "2.5-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit f14863d

Please sign in to comment.