Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhwebkul authored Nov 23, 2018
1 parent e50d5ef commit 19013ec
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": "*",
Expand Down

0 comments on commit 19013ec

Please sign in to comment.