PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Julian Finkler   JSON Object Mapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JSON Object Mapper
Create objects of classes mapped from JSON strings
Author: By
Last change:
Date: 7 years ago
Size: 598 bytes
 

Contents

Class file image Download
{ "name": "mintware-de/json-object-mapper", "description": "A JSON to Object Mapper for PHP", "type": "library", "require": { "php": ">=5.6", "doctrine/annotations": "~1.4.0" }, "require-dev": { "phpunit/phpunit": "~5.7" }, "license": "MIT", "authors": [ { "name": "Julian Finkler", "email": "julian@mintware.de" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "MintWare\\JOM\\": "src/", "MintWare\\Tests\\JOM\\": "tests/" } } }