Skip to content

Commit

Permalink
Merge pull request #76 from arazgholami/l8installable
Browse files Browse the repository at this point in the history
Added: Ability to install on Laravel 8.x
  • Loading branch information
willvincent authored Sep 14, 2020
2 parents 74ffa0b + b385848 commit 1093d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A simple [Laravel 5/6/7](http://www.laravel.com/) service provider for including

## Installation

The Laravel 5/6/7 Feeds Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the
The Laravel 5/6/7/8 Feeds Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the
`willvincent/feeds` package in your project's `composer.json`.

```json
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.4.0 || ^7.2",
"illuminate/support": "~5.0 || ^6.0 || ^7.0",
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0",
"simplepie/simplepie": "1.5.*",
"ext-curl": "*"
},
Expand Down

0 comments on commit 1093d06

Please sign in to comment.