PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafal Przetakowski   JSON Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JSON Manager
Manipulate data structures loaded from JSON
Author: By
Last change: Licence
Fixes for tests and dependency
Date: 4 years ago
Size: 715 bytes
 

Contents

Class file image Download
{ "name": "beeflow/jsonmanager", "license": "LGPL-3.0-or-later", "description": "Json Manager Util", "keywords": [ "json" ], "homepage": "https://github.com/beeflow/JsonManager", "authors": [ { "name": "Rafal Przetakowski", "email": "rafal.p@beeflow.co.uk" } ], "support": { "issues": "https://github.com/beeflow/JsonManager/issues", "source": "https://github.com/beeflow/JsonManager/" }, "require": { "php": ">5.3.0", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": ">=7.1.5" }, "autoload": { "psr-4": { "Beeflow\\JsonManager\\": "" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }