From 1fd410a282b489c94ebc6b993f161a9447fda172 Mon Sep 17 00:00:00 2001 From: Roumen Damianoff Date: Wed, 7 Feb 2018 22:50:19 +0200 Subject: [PATCH] corrected wrong version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65916d5..dc269db 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ or add the following to your `composer.json` file : #### For Laravel 5.4 and lower ```json -"roumen/feed": "2.6.*" +"roumen/feed": "2.10.*" ``` If you are using laravel 5.5 or higher you can skip the service provider registration!