We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Composer

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

for now it's available from packagist in "dev-master" version only. as i can see by my newly updated composer, so:

{
    "require":{
        "phalcon/incubator": "dev-master"
    }
}

and, may be

composer self-update 

will help?



8.1k

dev-master did the trick :) thnx



8.1k

I've created a pull request to update the README.MD