D
D
Dmitry Bay2016-04-01 20:03:55
git
Dmitry Bay, 2016-04-01 20:03:55

How to make commits to the Vendor folder?

Over time, I began to notice that I can add some improvements to the composer packages. Question -
what is the order in which commits are added to composer packages?
On the example of https://github.com/dektrium/yii2-user for example?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
BoShurik, 2016-04-01
@BoShurik

Use standard forks and pull requests .
Composer clones repositories for easy updating. You can work with them locally, but nothing will work to push.

M
Maxim Fedorov, 2017-10-12
@Maksclub

  • Need to fork
    if they don’t accept it, but you want to do it with your changes, make your project in the composer on packagist and put it through:
    composer require <свое_имя>/yii2-user

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question