Skip to content

Commit 380dc55

Browse files
authored
Merge pull request #3 from codebyray/develop
Updated to allow laravel 5.8
2 parents b851eac + d3062ec commit 380dc55

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CHANGELOG
22
===
33

4-
This changelog contains all notable change of the laravel-review-rateable package
4+
This changelog contains all notable change of the laravel-review-rateable package
5+
6+
6-19-2019 - Added Laravel 5.8 support

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"minimum-stability": "dev",
1313
"require": {
1414
"php" : "^7.1",
15-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
16-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
15+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
16+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^6.3|^7.0",

0 commit comments

Comments
 (0)