Skip to content

Commit cad9c3f

Browse files
committed
add support for laravel 5.8
1 parent 819f04e commit cad9c3f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2121
### Security
2222
- Nothing
2323

24+
## 3.3.3 - 2018-03-16
25+
26+
### Added
27+
28+
- support for Laravel 5.8
29+
2430
## 3.3.0 - 2018-11-16
2531

2632
### Added

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@
1616
"email": "[email protected]",
1717
"homepage": "http://webfactor.de",
1818
"role": "Developer"
19+
},
20+
{
21+
"name": "Oliver Ziegler",
22+
"email": "[email protected]",
23+
"homepage": "http://webfactor.de",
24+
"role": "Developer"
1925
}
2026
],
2127
"require": {
22-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
23-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
28+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
29+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2430
"php": "~7.1"
2531
},
2632
"require-dev": {

0 commit comments

Comments
 (0)