c52ed6a455
Also, fixed tag search by categories
17 lines
242 B
JSON
17 lines
242 B
JSON
{
|
|
"require": {
|
|
"mnapoli/php-di": "~4.0"
|
|
},
|
|
|
|
"require-dev": {
|
|
"jbrooksuk/phpcheckstyle": "dev-master",
|
|
"phpunit/phpunit": "4.2.*"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Szurubooru\\Tests\\": "tests/",
|
|
"Szurubooru\\": "src/"
|
|
}
|
|
}
|
|
}
|