You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
991 B
38 lines
991 B
{
|
|
"name": "alchemy/binary-driver",
|
|
"type": "library",
|
|
"description": "A set of tools to build binary drivers",
|
|
"keywords": ["binary", "driver"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Le Goff",
|
|
"email": "legoff.n@gmail.com"
|
|
},
|
|
{
|
|
"name": "Romain Neutron",
|
|
"email": "imprec@gmail.com",
|
|
"homepage": "http://www.lickmychip.com/"
|
|
},
|
|
{
|
|
"name": "Phraseanet Team",
|
|
"email": "info@alchemy.fr",
|
|
"homepage": "http://www.phraseanet.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php" : ">=5.3.3",
|
|
"evenement/evenement" : "~1.0",
|
|
"monolog/monolog" : "~1.3",
|
|
"psr/log" : "~1.0",
|
|
"symfony/process" : "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit" : "~3.7"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Alchemy": "src"
|
|
}
|
|
}
|
|
}
|
|
|