EventSaucePHP/EventSauce

Installation Failed

developernaren opened this issue · 4 comments

I just followed the command in installation guide but I get this error

image

I just started with

$ composer init and ran the rest of the command. Are there other steps that I need to do? Also this is the content of my compose.json

{
    "name": "naren/kpaunchha.pv",
    "authors": [
        {
            "name": "Naren",
            "email": "developer.naren@gmail.com"
        }
    ],
    "require": {
        "eventsauce/eventsauce": "^0.2.2"
    },
    "minimum-stability" : "dev"
}

I even changed the minimum stability to dev just to make sure but not working. Looking forward to using this.

Hi @developernaren I recommend going with 0.3.0 as the minimum requirement. This is the latest version.

Btw, you don't need the minimum stability of dev.

Thanks worked with 0.3.0