respect-validation/composer.json

120 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-25 04:52:45 +02:00
"version": "0.4.4",
2012-01-16 19:07:55 +01:00
"type": "library",
2012-11-26 01:27:44 +01:00
"time": "2012-11-25 21:20:18",
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"
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": "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-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
}
2012-01-16 19:07:55 +01:00
}