cordoval / phpspec-stubs
PhpSpec stubs for IDE.
Installs: 1 004
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 1
Requires
- php: >=5
- phpspec/phpspec: dev-master
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.