2014-08-30 15:04:33 +02:00
|
|
|
{
|
|
|
|
"require": {
|
2014-10-19 19:52:27 +02:00
|
|
|
"mnapoli/php-di": "~4.0"
|
2014-10-02 18:54:44 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"require-dev": {
|
2014-09-14 16:16:15 +02:00
|
|
|
"jbrooksuk/phpcheckstyle": "dev-master",
|
2014-09-19 13:31:09 +02:00
|
|
|
"phpunit/phpunit": "4.2.*"
|
2014-10-02 19:19:55 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Szurubooru\\Tests\\": "tests/",
|
|
|
|
"Szurubooru\\": "src/"
|
|
|
|
}
|
2014-08-30 15:04:33 +02:00
|
|
|
}
|
|
|
|
}
|