PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vasily Blinkov   \Xmtk\Parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer package configuration.
Class: \Xmtk\Parser
Restructure the XML parsing results conveniently
Author: By
Last change: increase package minimum stability
Date: 6 years ago
Size: 475 bytes
 

Contents

Class file image Download
{ "name": "xmtk/xmtk", "description": "XML parser and writer which work with understandable hierarchical structures of arrays.", "type": "library", "license": "MIT", "authors": [ { "name": "Vasily Blinkov", "email": "vasily.blinkov@gmail.com" } ], "minimum-stability": "beta", "require": { "php": "^7.0" }, "autoload": { "psr-4": { "Xmtk\\": "src/" } } }