diff --git a/composer.json b/composer.json index dc01bb6..f918f72 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Official Inspired Deck interface for Laravel PHP applications.", "keywords": ["inspiredsuite", "inspireddeck", "giftcard", "e-gift", "laravel"], "type": "package", - "license": "MIT", + "license": "proprietary", "authors": [ { "name": "MBL Solutions Ltd.", @@ -13,10 +13,10 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/routing": "^9.0", - "illuminate/support": "^9.0", - "illuminate/session": "^9.0", - "illuminate/pagination": "^9.0", + "illuminate/routing": "^9.0|^10", + "illuminate/support": "^9.0|^10", + "illuminate/session": "^9.0|^10", + "illuminate/pagination": "^9.0|^10", "mblsolutions/inspireddeck-php": "^2.0" }, "require-dev": {