Skip to content

How I can install propel3? #62

@Big-Shark

Description

@Big-Shark

Hi @marcj how I can install propel3 with slim?
I try use this

"repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:propelorm/Propel3.git"
        }
    ],    
    "require": {
        "propel/propel": "dev-master"
    },

and this

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/propelorm/Propel3"
        }
    ],
    "require": {
        "propel/propel": "dev-master"
    },

But every time I gotten a second version.
Maybe you can register propel 3 in packagist?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions