18 lines
280 B
JSON
18 lines
280 B
JSON
{
|
|
"require": {
|
|
"mnapoli/php-di": "~4.0",
|
|
"lichtner/fluentpdo": "dev-master"
|
|
},
|
|
|
|
"require-dev": {
|
|
"jbrooksuk/phpcheckstyle": "dev-master",
|
|
"phpunit/phpunit": "4.2.*"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Szurubooru\\Tests\\": "tests/",
|
|
"Szurubooru\\": "src/"
|
|
}
|
|
}
|
|
}
|