composer.json
{
"name": "errant/tacit",
"description": "A Simple ByteCode VM in PHP",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Tom Morton",
"email": "tom@errant.me.uk"
}
],
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": { "Tacit\\": "src" }
},
"bin": ["bin/tacit"]
}