Login   Register  
PHP Classes
elePHPant
Icontem

File: composer.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcelo Santos  >  Melody Validation  >  composer.json  >  Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melody Validation
Validate values according to many types of rules
Author: By
Last change:
Date: 2013-10-17 20:23
Size: 514 bytes
 

Contents

Class file image Download
{
    "name": "marcelsud\/melody-validation",
    "description": "Set of Validation Rules",
    "type": "library",
    "license": "BSD Style",
    "homepage": "https://github.com/marcelsud/melody-validation",
    "require": {
        "php": ">=5.3.3",
        "symfony/yaml": "v2.3.4"
    },
    "authors": [
        {
            "name": "Marcelo Santos",
            "email": "marcelsud@gmail.com"
        }
    ],
    "autoload": {
        "psr-0": {
            "Melody\\Validation": "src\/"
        }
    }
}