How I can install propel3?
Hi @marcj how I can install propel3 with slim? I try use this
"repositories": [
{
"type": "vcs",
"url": "[email protected]: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?
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.
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": "[email protected]:propelorm/Propel3.git"
}
],
"require": {
"propel/propel3": "dev-master"
},
@maikg Big thanks
I think this issue should stay open until propel3 is added to packagist. Using the vcs is ugly.
Agreed
https://packagist.org/packages/bradchesney79/propel3 This counts?
Some hints on laravel would be great
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?
Is this even in Beta? There's not a release yet so....