I am trying to use propel with composer but I'm getting errors.
My composer.json is:
{
"require": {
"propel/propel" : "*"
}
}
and the error is:
Problem 1
- The requested package propel/propel * could not be found.
Does anyone knows what am I missing? I'm googling it but I don't get it.