diff --git a/composer.json b/composer.json index c6e0c5af..eb97f0a5 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,14 @@ { + "name": "uvdesk/community-skeleton", + "description": "UVDesk Community Helpdesk Project Skeleton", "type": "project", - "license": "proprietary", + "license": "MIT", "require": { "php": "^7.0", - "symfony/flex": "^1.0", - "uvdesk/automation-bundle": "^0.1", "uvdesk/composer-package-manager": "^0.1", + "symfony/flex": "^1.0", "uvdesk/core-framework": "^0.1", + "uvdesk/automation-bundle": "^0.1", "uvdesk/support-center-bundle": "^0.1" }, "require-dev": { @@ -29,22 +31,13 @@ "App\\Tests\\": "tests/" } }, - "extra": { - "branch-alias": { - "dev-master": "0.2.x-dev" - } - }, "scripts": { "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" - ], - "auto-scripts": { - "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" - } + ] }, "conflict": { "symfony/symfony": "*",