PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Service Locator Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Service Locator Generator
Generate locator classes from configuration files
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 1,459 bytes
 

Contents

Class file image Download
{ "description": "Free as in freedom php component that generates configuration based hard coded locator", "keywords": [ "php", "bazzline", "psr", "psr-4", "locator", "configuration", "generator", "propel", "schema.xml", "array", "lgpl", "free as in freedom" ], "license": "LGPL-3.0", "name": "net_bazzline/php_component_locator_generator", "bin": [ "bin/net_bazzline_generate_locator" ], "type": "library", "authors": [ { "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.et", "name": "Stev Leibelt", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.3", "net_bazzline/php_component_cli_arguments": "1.3.*", "net_bazzline/php_component_code_generator": "1.1.*", "net_bazzline/php_component_command": "1.2.*", "net_bazzline/php_component_process_pipe": "1.1.*" }, "require-dev": { "mikey179/vfsstream": "1.6.*", "mockery/mockery": "0.9.4", "phpunit/phpunit": "~4.8||~5.1" }, "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Locator\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\Locator\\": "test/" } } }