File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A simple [Laravel 5/6/7](http://www.laravel.com/) service provider for including
1010
1111## Installation
1212
13- The Laravel 5/6/7 Feeds Service Provider can be installed via [ Composer] ( http://getcomposer.org ) by requiring the
13+ The Laravel 5/6/7/8 Feeds Service Provider can be installed via [ Composer] ( http://getcomposer.org ) by requiring the
1414` willvincent/feeds ` package in your project's ` composer.json ` .
1515
1616``` json
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " >=5.4.0 || ^7.2" ,
13- "illuminate/support" : " ~5.0 || ^6.0 || ^7.0" ,
13+ "illuminate/support" : " ~5.0 || ^6.0 || ^7.0 || ^8.0 " ,
1414 "simplepie/simplepie" : " 1.5.*" ,
1515 "ext-curl" : " *"
1616 },
You can’t perform that action at this time.
0 commit comments