diff --git a/composer.json b/composer.json index 41f7b92a..a6cd8692 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "gloudemans/shoppingcart", + "name": "codise/laravelcart", "description": "Laravel Shoppingcart", "keywords": ["laravel", "shoppingcart"], "license": "MIT", @@ -10,9 +10,9 @@ } ], "require": { - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*", - "illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*", - "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*" + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* || 5.8.* || 6.0 || 7.0 || 8.0", + "illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* || 5.8.* || 6.0 || 7.0 || 8.0", + "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* || 5.8.* || 6.0 || 7.0 || 8.0" }, "require-dev": { "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0",