mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 574 forks source link

InvalidRepositoryException github.com/DmitryBaranovskiy/eve.git #353

Open vv12131415 opened 7 years ago

vv12131415 commented 7 years ago

Hi! I'm developing legacy yii2 project (https://github.com/adam2314/linet3) that uses your dependency (see this) when I've installed the app (I mean git clone and the composer update) it caused the InvalidRepositoryException github.com/DmitryBaranovskiy/eve.git, I don't know how is that possible, but I got it. I found it out, this way - first I've tried to install all of the dependencies and then after I got error, I started to delete dependencies line by line and got errors, but when I've deleted yours I got fully working app

makaronnik commented 6 years ago

Faced with the same problem. There is a solution?

vv12131415 commented 6 years ago

@makaronnik yes, I've set my composer.json to have special commit like this

    "require": {
        "mdmsoft/yii2-admin" : "dev-master#1c0887eff2fe5eac924c413219d20e761d5e1d9a"
    }

may be there is newer commit that has special changes that you need, but this one works for me.

mdmunir commented 6 years ago
"require": {
        "mdmsoft/yii2-admin" : "~2.0"
    }
vv12131415 commented 6 years ago

@mdmunir this doesn't work (at least when I've check), it give the error that I have described

schmunk42 commented 6 years ago

Related: