Skip to content

Commit 247ae37

Browse files
authored
Merge pull request #5 from djoudi/master
Add 6.0 support
2 parents 17b50a2 + 0df2fbb commit 247ae37

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

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

44
This changelog contains all notable change of the laravel-review-rateable package
55

6-
6-19-2019 - Added Laravel 5.8 support
6+
6-19-2019 - Added Laravel 5.8 support
7+
8+
9-05-2019 - Added Laravel 6.0 support
9+

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"php" : "^7.1",
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"
14+
"php" : "^7.2",
15+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
16+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.3|^7.0",
20-
"orchestra/testbench": "~3.5.0|~3.6.0"
19+
"phpunit/phpunit": "^6.3|^7.0|^8.0",
20+
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)