ptest/composer.json
2017-01-23 00:22:31 +03:00

20 строки
293 B
JSON

{
"authors":
[
{
"name": "Igor V Belousov",
"email": "igor@belousovv.ru",
"homepage": "http://belousovv.ru",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"PTEST\\": ["src/"]
}
},
"require": {
"php": ">=5.6.0"
}
}