{
"name": "net_bazzline/php_component_event",
"description": "This free as in freedom project aims to deliver a generic, clean and immutable php event component.",
"keywords": [
"php",
"php56",
"php7",
"psr",
"psr-4",
"event",
"immutable",
"lgpl",
"free as in freedom"
],
"type": "library",
"minimum-stability": "dev",
"require": {
"php": "^5.6||^7.0"
},
"license": "LGPLv3",
"authors": [
{
"name": "Stev Leibelt",
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.net",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Net\\Bazzline\\Component\\Event\\": "source/"
}
}
}
|