composer.json
{
"name": "squeaky-minds/squeaky-minds-php-helper",
"type": "library",
"license": "MIT",
"description": "A collection of missing php functions.",
"homepage": "http://btafoya.github.io/SqueakyMindsPhpHelper/",
"authors": [
{
"name": "Brian Tafoya",
"email": "btafoya@briantafoya.com",
"homepage": "https://www.briantafoya.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.0",
"misd/linkify": "^1.1"
},
"autoload": {
"classmap": [
"src/"
]
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpdocumentor/phpdocumentor": "2.*",
"squizlabs/php_codesniffer": "2.*",
"pdepend/pdepend": "2.5.0",
"phing/phing": "2.*",
"codeclimate/php-test-reporter": "dev-master"
}
}