uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.23k stars 456 forks source link

Issue during installation of project using composer #125

Closed vaishaliwebkul closed 5 years ago

vaishaliwebkul commented 5 years ago

Framework version - 0.1.0 DEV

Install project -> composer create-project uvdesk/community-skeleton helpdesk-project --stability dev

Find below attachment to see full description of error : screenshot

shubhwebkul commented 5 years ago

this issue was arrived because of some updation in Symfony dependencies. To resolve this issue we have added default .gitignore file in community-skeleton repository. Now your could go ahead with the create-project command of UVDesk without getting any error.

vaishaliwebkul commented 5 years ago

Ok Thanks for solving this error..