PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Murilo Gomes Julio   MGTOON   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MGTOON
Perform operations with values in TOON format
Author: By
Last change: Update version
Date: 3 months ago
Size: 541 bytes
 

Contents

Class file image Download
{ "name": "mugomes/mgtoon", "type": "library", "version": "2.0.0", "description": "Biblioteca para trabalhar com Token-Oriented Object Notation.", "authors": [ { "name": "Murilo Gomes Julio", "email": "mugomesoficial@gmail.com", "homepage": "https://mugomes.github.io" } ], "license": "LGPL-2.1-only", "_comment": [ "Copyright (C) 2025 Murilo Gomes Julio" ], "autoload": { "psr-4": { "MGTOON\\": "src/" } } }