Skip to content

Commit 1093d06

Browse files
authored
Merge pull request #76 from arazgholami/l8installable
Added: Ability to install on Laravel 8.x
2 parents 74ffa0b + b385848 commit 1093d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
},

0 commit comments

Comments
 (0)