PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Mapache Commons   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mapache Commons
Manipulate text, collections and debug PHP code
Author: By
Last change:
Date: 3 years ago
Size: 705 bytes
 

Contents

Class file image Download
{ "name": "eftec/mapache-commons", "description": "It's a set of useful functions for PHP. The name is a pun.", "version": "1.17", "type": "library", "keywords": [ "collection", "php", "debug", "text" ], "homepage": "https://github.com/EFTEC/mapache-commons", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/mapache-commons" } ], "require-dev": { "phpunit/phpunit": "^5.7 || ^8.0" }, "license": "Apache-2.0", "autoload": { "psr-4": { "mapache_commons\\": "lib/" } }, "require": { "ext-json": "*" } }