diff --git a/README.md b/README.md index b021f6a..5c9e2e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Install the package through [Composer](http://getcomposer.org/). Edit your proje ```php "require": { - "laravel/framework": "4.0.*", + "laravel/framework": "4.1.*", "gloudemans/shoppingcart": "dev-master" } ``` @@ -282,4 +282,4 @@ Cart::add('1239ad0', 'Product 2', 2, 5.95, array('size' => 'large')); -``` \ No newline at end of file +```