Skip to content

Instantly share code, notes, and snippets.

@dimsav
Last active August 29, 2015 13:57
Show Gist options
  • Save dimsav/9686418 to your computer and use it in GitHub Desktop.
Save dimsav/9686418 to your computer and use it in GitHub Desktop.
PHPSpec installation
{
"require-dev": {
"phpspec/phpspec": "2.0.*@dev"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment