Skip to content

Commit 73fbe91

Browse files
add support for laravel 8
1 parent 774dcff commit 73fbe91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghanem/rating",
3-
"description": "Rating syetem for Laravel 5",
3+
"description": "Rating syetem for Laravel",
44
"keywords": ["rating", "Ratable", "laravel"],
55
"license": "MIT",
66
"authors": [
@@ -11,8 +11,8 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"php": ">=5.5.9",
15-
"illuminate/support": "~5.0"
14+
"php": "^7.4|^8.0",
15+
"illuminate/support": "^5.0|^7.0|^8.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)