hookphp/composer.json
Hunter Perrin b338e4c547 Version bump.
2019-12-28 13:24:32 -08:00

44 lines
1 KiB
JSON

{
"name": "sciactive/hookphp",
"description": "Method hooking in PHP.",
"version": "2.1.0",
"time": "2019-12-28",
"type": "library",
"keywords": [
"method hooking",
"hook",
"interception"
],
"homepage": "http://hookphp.org/",
"license": "Apache-2.0",
"authors": [
{
"name": "Hunter Perrin",
"email": "[email protected]",
"homepage": "https://github.com/hperrin",
"role": "Developer"
}
],
"require": {
"php": "~7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.1"
},
"support": {
"issues": "https://github.com/sciactive/hookphp/issues",
"wiki": "https://github.com/sciactive/hookphp/wiki",
"source": "https://github.com/sciactive/hookphp"
},
"archive": {
"exclude": ["testing"]
},
"autoload": {
"psr-0": {
"SciActive\\": "src/"
},
"psr-4": {
"SciActive\\": "src/"
}
}
}