Skip to content

ytake/psr-container-hhi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HHI Definitions For Container Interop (PSR11), Container Interface

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;