Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Marcelo Santos | > | Melody Validation | > | composer.json | > | Download | ||
|
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\/" } } } |