respect-validation/composer.json

117 lines
3 KiB
JSON
Raw Normal View History

2012-01-16 19:07:55 +01:00
{
2012-04-08 04:05:22 +02:00
"name": "Respect\/Validation",
"description": "The most awesome validation engine ever created for PHP",
2012-04-10 04:42:56 +02:00
"version": "0.4.2",
2012-01-16 19:07:55 +01:00
"type": "library",
2012-04-10 05:51:55 +02:00
"time": "2012-04-10 00:51:55",
2012-04-08 04:05:22 +02:00
"homepage": "",
"license": "BSD Style",
"authors": [
{
"name": "Alexandre",
"email": "alexandre@gaigalas.net"
},
{
"name": "Alexandre (@alganet)",
"email": "alganet@alganet-laptop.(none)"
},
{
"name": "Alexandre Gaigalas",
"email": "alexandre@gaigalas.net"
},
{
"name": "Alexandre Gaigalas",
"email": "alganet@alganet-workstation.(none)"
},
2012-01-16 19:07:55 +01:00
{
"name": "Alexandre Gomes Gaigalas",
"email": "alexandre@gaigalas.net"
},
{
"name": "Augusto Pascutti",
2012-04-08 04:05:22 +02:00
"email": "contato@augustopascutti.com"
},
{
"name": "Carlos Andr\u00e9 Ferrari",
"email": "andre@andre.(none)"
},
{
"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": "jayson.reis@sabbre.com.br"
},
{
"name": "Jayson Reis",
"email": "santosdosreis@gmail.com"
},
{
"name": "Jean Pimentel",
"email": "jeanfap@gmail.com"
},
{
"name": "Kleber Hamada Sato",
"email": "kleberhs007@yahoo.com"
},
{
"name": "kleberhs007",
"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"
},
{
"name": "unknown",
"email": "kolyshkin@.sqlmaze.local"
2012-01-16 19:07:55 +01:00
}
],
"autoload": {
"psr-0": {
2012-04-08 04:05:22 +02:00
"Respect\\Validation": "library\/Respect\/"
2012-01-16 19:07:55 +01:00
}
2012-04-08 04:05:22 +02:00
},
"target-dir": "Respect\/Validation"
2012-01-16 19:07:55 +01:00
}