PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Toolbox   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Toolbox
General purpose classes to use in PHP projects
Author: By
Last change:
Date: 3 years ago
Size: 1,061 bytes
 

Contents

Class file image Download
{ "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/" } } }