The package installed by composer has been modified. how can I manage this package?

Source: Internet
Author: User
A package is installed with composer in the project, but some code is modified for this package according to your own business. how can I manage this package in the future, need I upload the modified code to github? I installed a package with composer in the project, but I modified some code for this package according to my own business. how can I manage this package in the future, do I need to upload the modified code to github?

Reply content:

I installed a package with composer in the project, but modified some code for this package according to my own business. how can I manage this package in the future? do I need to upload the modified code to github?

  1. If you are a lazy person, use it locally.

  2. If you are a little lazy, you can directly publish it to github and modify it.Composer. json
    Add

{"Repositories": [{"type": "vcs", "url": "https://github.com/xxx/xxxx"}]}
  1. If you are a diligent person, directly publishPackagist

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.