Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 219 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 219 Bytes

php-Pit

Install using composer

composer.json

{
    "repositories": [{
        "type": "vcs",
        "url": "https://github.com/ha1t/php-Pit"
    }],
    "require": {
        "pit/pit": "*"
    }
}