Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can install propel3? #62

Open
Big-Shark opened this issue Jun 17, 2017 · 8 comments
Open

How I can install propel3? #62

Big-Shark opened this issue Jun 17, 2017 · 8 comments

Comments

@Big-Shark
Copy link
Member

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?

@gossi
Copy link
Contributor

gossi commented Jun 17, 2017

What's the plan here in general? Merge propelorm/Propel3 repo into propelorm/Propel and release it as propel/propel@v3 package? I'd welcome that.

@marcj
Copy link
Member

marcj commented Jul 24, 2017

Based on the fact that v2 is heavily in use, we need to create a new package. @Big-Shark You should be able to install it now using

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

@Big-Shark
Copy link
Member Author

@maikg Big thanks

@angelk
Copy link
Contributor

angelk commented Jul 24, 2017

I think this issue should stay open until propel3 is added to packagist.
Using the vcs is ugly.

@marcj
Copy link
Member

marcj commented Jul 24, 2017

Agreed

@marcj marcj reopened this Jul 24, 2017
@gattytto
Copy link

https://packagist.org/packages/bradchesney79/propel3
This counts?

Some hints on laravel would be great

@drychlik76
Copy link

Very interested in using Propel 3 for a very large project coming down the pipe. I am wandering when this will move out of Beta and into a release. Any comments about a timeframe?

@Tsaukpaetra
Copy link

Is this even in Beta? There's not a release yet so....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants