We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f3bcd commit d73c93dCopy full SHA for d73c93d
README.md
@@ -9,9 +9,11 @@ A Shopping Cart Implementation for Laravel Framework
9
10
Install the package through [Composer](http://getcomposer.org/). Edit your project's `composer.json` file by adding:
11
12
+### Laravel 5
13
+
14
```php
15
"require": {
- "laravel/framework": "4.2.*",
16
+ "laravel/framework": "5.0.*",
17
"darryldecode/cart": "dev-master"
18
}
19
```
0 commit comments