ytake / psr-container-hhi
Typechecker definitions for PSR-11
Fund package maintenance!
ytake
Installs: 980
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ytake/psr-container-hhi
Requires
- hhvm: >=3.9.0
- container-interop/container-interop: ^1.2.0
- psr/container: ^1.0
This package is auto-updated.
Last update: 2025-10-05 02:56:12 UTC
README
This repository contains .hhi files for the interfaces defined in Container Interop(PSR-11).
It is based on the PHP interface definitions and comments available here:
https://github.com/php-fig/container
install
$ hhvm --php $(which composer) require ytake/psr-container-hhi
or
"require": { "hhvm": ">=3.9.0", "ytake/psr-container-hhi": "~1.0" },
$ hhvm --php $(which composer) update; # or $ hhvm --php $(which composer) install;