PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   PcGen   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PcGen
Generate PHP code from parameters
Author: By
Last change: 1.1.45
Date: 3 years ago
Size: 1,307 bytes
 

Contents

Class file image Download
{ "name": "kigkonsult/pcgen", "description": "PHP Code Generation support package", "keywords": [ "code", "create", "generation", "class", "interface", "trait", "phpdoc", "docblock", "function", "method", "variable", "property", "init", "support" ], "minimum-stability": "stable", "license": "gpl-3.0", "support": { "issues": "https://github.com/iCalcreator/PcGen/issues" }, "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\PcGen\\": ["src/"] } }, "require": { "ext-ctype": "*", "ext-openssl": "*", "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "6.5.14", "phpcompatibility/php-compatibility": "9.3.5", "squizlabs/php_codesniffer": "3.5.5" }, "scripts": { "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", "post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" } }