From 3313fa20b0b8d95a0b8bcc11ee7b3417679e991b Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 8 Feb 2024 10:34:10 +0100 Subject: [PATCH] remove enterprise subscription tools --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aa46df9bc..9245728cc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pimcore/studio-api-bundle", - "license": "Pimcore Enterprise License (PEL)", + "license": "proprietary", "type": "pimcore-bundle", "description": "Pimcore Studio Api Bundle", "config": { @@ -18,7 +18,6 @@ "minimum-stability": "dev", "require": { "php": "~8.1.0 || ~8.2.0", - "pimcore/enterprise-subscription-tools": "^1.3", "pimcore/pimcore": "^11.0", "api-platform/core": "^3.2" },