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?
Hi @marcj how I can install propel3 with slim?
I try use this
and this
But every time I gotten a second version.
Maybe you can register propel 3 in packagist?