Hi guys,
Anybody tried adding the incubator with composer? I tried but i can't install the package.
"require": {
"php": ">=5.3.6",
"phalcon/incubator": "1.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/phalcon/incubator"
}
]
But i get this message:
Problem 1
- The requested package phalcon/incubator could not be found in any version, there may be a typo in the package name.
i can find the package in packagist just fine: https://packagist.org/packages/phalcon/incubator