Fixed laravel/framework 4.1.* requirement in README.md

Updated from laravel/framework 4.0.* to 4.1.*
This commit is contained in:
Niels
2013-12-16 14:30:22 +01:00
parent 9a9de7b0c3
commit d0528b3093

View File

@@ -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"
}
```