Card + Products

This commit is contained in:
Kevin Adametz 2018-12-12 14:33:52 +01:00
parent 5ff57a21a7
commit c129a44383
38 changed files with 4489 additions and 1789 deletions

62
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7f8a962781fe580335d945e8225b01a5",
"content-hash": "412db16529e0d589f01459505bfbbef2",
"packages": [
{
"name": "cocur/slugify",
@ -722,6 +722,66 @@
],
"time": "2018-02-07T20:20:57+00:00"
},
{
"name": "gloudemans/shoppingcart",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/Crinsane/LaravelShoppingcart.git",
"reference": "7ff157b7e1ef10d27cd2759d5151aae2cc6b1b9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Crinsane/LaravelShoppingcart/zipball/7ff157b7e1ef10d27cd2759d5151aae2cc6b1b9a",
"reference": "7ff157b7e1ef10d27cd2759d5151aae2cc6b1b9a",
"shasum": ""
},
"require": {
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"require-dev": {
"mockery/mockery": "~0.9.0",
"orchestra/testbench": "~3.1",
"phpunit/phpunit": "~5.0|~6.0|~7.0"
},
"suggest": {
"gloudemans/notify": "Simple flash notifications for Laravel"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Gloudemans\\Shoppingcart\\ShoppingcartServiceProvider"
],
"aliases": {
"Cart": "Gloudemans\\Shoppingcart\\Facades\\Cart"
}
}
},
"autoload": {
"psr-4": {
"Gloudemans\\Shoppingcart\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rob Gloudemans",
"email": "info@robgloudemans.nl"
}
],
"description": "Laravel Shoppingcart",
"keywords": [
"laravel",
"shoppingcart"
],
"time": "2018-02-17T09:34:00+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.3.3",