composer.json
of the project: https://kopy.io/M38ee
composer.lock
was saved that is now problematic with regard to adding or updating your dependencies.
Hello! Can anyone tell how to replace a fork of the original packege, if the standard methods don't work. Do fork dmstr/yii2-adminlte-asset to prepare Pull Request
When I do composer update I see such picture
Updating dmstr/yii2-adminlte-asset dev-master (572c699 => ddaa6ac): Checking out ddaa6acdee
where 572c699 - my fork, ddaa6ac - last original commit
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/mazurva/yii2-adminlte-asset.git"
}
],
"require": {
"yiisoft/yii2": "2.0.*",
"dmstr/yii2-adminlte-asset": "dev-master"
}
"repositories": {
"wpsa/options": {
"type": "vcs",
"url": "https://my.domain.com/wpsa/options.git"
}
A token will be created and stored in "/home/vagrant/.composer/auth.json", your password will never be stored
vcs
? I have 10 dependencies and even with https://github.com/hirak/prestissimo it is super slow