{
"name": "net_bazzline/php_component_toolbox",
"description": "free as in freedom free software collection of tools to easy and speed up development with php",
"keywords": [
"bazzline",
"psr",
"psr-4",
"php",
"component",
"toolbox",
"tools",
"utilities",
"array",
"invoke",
"reusable","free as in freedom"
],
"type": "library",
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
},
"license": "LGPL-3.0",
"authors": [
{
"name": "Stev Leibelt",
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.net",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Net\\Bazzline\\Component\\Toolbox\\": "source/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Net\\Bazzline\\Component\\Toolbox\\": "test/"
}
}
}
|