PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Corey Sewell   GDM Types   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GDM Types
Manipulate scalar data types as objects
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 607 bytes
 

Contents

Class file image Download
{ "name": "gdm/framework-types", "description": "GDM Framework - Types", "homepage": "https://github.com/guru-digital/framework-types/", "keywords": [ "types" ], "license": "BSD-3-Clause", "authors": [ { "name": "Corey Sewell - Guru Digital Media", "email": "corey@gurudigital.nz" } ], "support": { "issues": "https://github.com/guru-digital/framework-types/issues" }, "autoload": { "psr-0": { "GDM": "./" } }, "require-dev": { "phpunit/phpunit": "4.1.*" } }