File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Laravel 5 & 6 Shopping Cart
1
+ # Laravel 5 & 6 & 7 Shopping Cart
2
2
[ ![ Build Status] ( https://travis-ci.org/darryldecode/laravelshoppingcart.svg?branch=master )] ( https://travis-ci.org/darryldecode/laravelshoppingcart )
3
3
[ ![ Total Downloads] ( https://poser.pugx.org/darryldecode/cart/d/total.svg )] ( https://packagist.org/packages/darryldecode/cart )
4
4
[ ![ License] ( https://poser.pugx.org/darryldecode/cart/license.svg )] ( https://packagist.org/packages/darryldecode/cart )
@@ -18,7 +18,7 @@ Install the package through [Composer](http://getcomposer.org/).
18
18
For Laravel 5.1~ :
19
19
` composer require "darryldecode/cart:~2.0" `
20
20
21
- For Laravel 5.5, 5.6 or 5.7~ :
21
+ For Laravel 5.5, 5.6, or 5.7~ :
22
22
23
23
``` composer require "darryldecode/cart:~4.0" ``` or
24
24
``` composer require "darryldecode/cart" ```
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " >=7.1" ,
14
- "illuminate/support" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0" ,
15
- "illuminate/validation" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0" ,
16
- "illuminate/translation" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
14
+ "illuminate/support" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0 " ,
15
+ "illuminate/validation" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0 " ,
16
+ "illuminate/translation" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0 "
17
17
},
18
18
"require-dev" : {
19
19
"mockery/mockery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments