cordoval/phpspec-stubs

This package is abandoned and no longer maintained. No replacement package was suggested.

PhpSpec stubs for IDE.

dev-master 2013-08-24 05:30 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:26:43 UTC


README

PhpSpec magic method stubs for IDE autocomplete

Add in your composer.json the require entry for this library.

{
    "require-dev": {
        "cordoval/phpspec-stubs": "dev-master"
    }
}

and run composer install (or update) to download all files.