Skip to content

Commit

Permalink
Support Laravel 10 (#88)
Browse files Browse the repository at this point in the history
* Laravel 10 support

* Update README.md
  • Loading branch information
willvincent authored Feb 15, 2023
1 parent ae4c1b5 commit 1942a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

[![Total Downloads](https://poser.pugx.org/willvincent/feeds/downloads.svg)](https://packagist.org/packages/willvincent/feeds) [![Monthly Downloads](https://poser.pugx.org/willvincent/feeds/d/monthly.png)](https://packagist.org/packages/willvincent/feeds) [![Daily Downloads](https://poser.pugx.org/willvincent/feeds/d/daily.png)](https://packagist.org/packages/willvincent/feeds)

A simple [Laravel 5/6/7/8](http://www.laravel.com/) service provider for including the [SimplePie](http://www.simplepie.org) library.
A simple [Laravel 5/6/7/8/9/10](http://www.laravel.com/) service provider for including the [SimplePie](http://www.simplepie.org) library.

## Installation

The Laravel 5/6/7/8 Feeds Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the
The Laravel 5/6/7/8/9/10 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 || ^8.0",
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0",
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0|^10.0",
"simplepie/simplepie": "^1.5",
"ext-curl": "*"
},
Expand Down

0 comments on commit 1942a2c

Please sign in to comment.