PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Niko   PHP JSON to Object Mapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON to Object Mapper
Map JSON decoded data into entity objects
Author: By
Last change:
Date: 5 years ago
Size: 1,367 bytes
 

Contents

Class file image Download
{ "name": "niko9911/json-to-entity", "description": "Map JSON into entity.", "type": "library", "license": "MIT", "authors": [ { "name": "Niko Grano", "email": "niko9911@ironlions.fi", "homepage": "https://xn--gran-8qa.fi", "role": "Maintainer" } ], "scripts": { "cs": "vendor/bin/php-cs-fixer fix -vvvv", "cs:validate": "vendor/bin/php-cs-fixer fix --dry-run -v --show-progress=dots --diff-format=udiff", "test": "vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Niko9911\\JsonToEntity\\": "src/" } }, "autoload-dev": { "psr-4": { "Niko9911\\JsonToEntity\\Tests\\": "tests/" } }, "require": { "php": "^7.2", "symfony/property-info": "^4.2" }, "require-dev": { "phpunit/phpunit": "^7 || ^8", "friendsofphp/php-cs-fixer": "^2" }, "archive": { "exclude": [ "docs", "build", "node_modules", "*.md", "*.lock", "*.txt", "*.xml", "*.cache", "*.dist", "*.cache", "Makefile", ".textlintrc", ".editorconfig", ".php_cs.dist", ".gitignore" ] } }