File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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
22[ ![ Build Status] ( https://travis-ci.org/darryldecode/laravelshoppingcart.svg?branch=master )] ( https://travis-ci.org/darryldecode/laravelshoppingcart )
33[ ![ Total Downloads] ( https://poser.pugx.org/darryldecode/cart/d/total.svg )] ( https://packagist.org/packages/darryldecode/cart )
44[ ![ 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/).
1818For Laravel 5.1~ :
1919` composer require "darryldecode/cart:~2.0" `
2020
21- For Laravel 5.5, 5.6 or 5.7~ :
21+ For Laravel 5.5, 5.6, or 5.7~ :
2222
2323``` composer require "darryldecode/cart:~4.0" ``` or
2424``` composer require "darryldecode/cart" ```
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "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 "
1717 },
1818 "require-dev" : {
1919 "mockery/mockery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments