respect-validation/composer.json

100 lines
2.5 KiB
JSON
Raw Normal View History

2012-01-16 19:07:55 +01:00
{
"name": "Respect/Validation",
2012-04-08 04:05:22 +02:00
"description": "The most awesome validation engine ever created for PHP",
"keywords": ["respect", "validation", "validator"],
2012-01-16 19:07:55 +01:00
"type": "library",
"homepage": "http://respect.li",
2012-04-08 04:05:22 +02:00
"license": "BSD Style",
"authors": [
{
"name": "Alexandre Gaigalas",
"email": "alexandre@gaigalas.net"
},
2012-01-16 19:07:55 +01:00
{
"name": "Augusto Pascutti",
"email": "augusto@phpsp.org.br"
2012-04-08 04:05:22 +02:00
},
{
"name": "Carlos Andr\u00e9 Ferrari",
"email": "caferrari@gmail.com"
},
{
"name": "Devin Torres",
"email": "devin@devintorres.com"
},
{
"name": "Emerson Carvalho",
"email": "emerson.broga@gmail.com"
},
{
"name": "Fa\u0301bio da Silva Ribeiro",
"email": "fabiorphp@gmail.com"
},
{
"name": "Henrique Moody",
"email": "henriquemoody@gmail.com"
},
{
"name": "Jair Henrique",
"email": "jair.henrique@gmail.com"
},
{
"name": "Jayson Reis",
"email": "santosdosreis@gmail.com"
},
{
"name": "Jean Pimentel",
"email": "jeanfap@gmail.com"
2012-11-26 01:27:44 +01:00
},
{
"name": "Kinn Coelho Juli\u00e3o",
"email": "kinncj@gmail.com"
2012-04-08 04:05:22 +02:00
},
{
"name": "Kleber Hamada Sato",
"email": "kleberhs007@yahoo.com"
},
{
"name": "Leandro",
"email": "lleitep3@gmail.com"
},
{
"name": "Marcelo Araujo",
"email": "msaraujo@php.net"
},
{
"name": "Michael Klishin",
"email": "michaelklishin@me.com"
},
{
"name": "Morf",
"email": "i@morfi.ru"
},
{
"name": "Rogerio Prado de Jesus",
"email": "rogeriopradoj@gmail.com"
},
{
"name": "Torben Brodt",
"email": "t.brodt@gmail.com"
2012-01-16 19:07:55 +01:00
}
],
"repositories": [{
"type": "composer",
"url": "https://packages.zendframework.com/"
}],
"require-dev": {
"zendframework/zend-validator": "2.*",
"symfony/validator": "2.*"
},
"suggest": {
"ext-bcmath": "*",
"ext-mbstring": "*"
},
2012-01-16 19:07:55 +01:00
"autoload": {
"psr-0": {
2012-04-10 06:16:24 +02:00
"Respect\\Validation": "library\/"
2012-01-16 19:07:55 +01:00
}
2012-04-10 06:16:24 +02:00
}
}