PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   Asit PHP Collection Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Asit PHP Collection Class
Manages collections of elements stored in arrays
Author: By
Last change: 1.4.10
Date: 3 years ago
Size: 1,159 bytes
 

Contents

Class file image Download
{ "name": "kigkonsult/asit", "description": "Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods", "keywords": [ "array", "assoc", "primary", "key", "tag", "Iterator", "list" ], "minimum-stability": "stable", "license": "lgpl-3.0", "support": { "issues": "https://github.com/iCalcreator/Asit/issues" }, "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\Asit\\": ["src/"] } }, "require": { "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" }}