We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b851eac + d3062ec commit 380dc55Copy full SHA for 380dc55
CHANGELOG.md
@@ -1,4 +1,6 @@
1
CHANGELOG
2
===
3
4
-This changelog contains all notable change of the laravel-review-rateable package
+This changelog contains all notable change of the laravel-review-rateable package
5
+
6
+6-19-2019 - Added Laravel 5.8 support
composer.json
@@ -12,8 +12,8 @@
12
"minimum-stability": "dev",
13
"require": {
14
"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"
+ "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
+ "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^6.3|^7.0",
0 commit comments