PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andre Roque Filipe   MASNathan Super Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MASNathan Super Object
Set and get variables, call objects in many ways
Author: By
Last change: Reverted php version, kept class name change
Incremented php version
Date: 5 years ago
Size: 772 bytes
 

Contents

Class file image Download
{ "name": "masnathan/object", "description": "Super Object that can handle everything you throw at him... or almost everything.", "keywords": [ "object", "data", "handler" ], "homepage": "https://github.com/masnathan/object", "license": "MIT", "authors": [ { "name": "André Filipe", "email": "andre.r.flip@gmail.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.*" }, "autoload": { "psr-4": { "MASNathan\\": "src" } }, "autoload-dev": { "psr-4": { "MASNathan\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } } }