2014-08-30 15:04:33 +02:00
|
|
|
{
|
|
|
|
"require": {
|
2015-06-28 12:24:46 +02:00
|
|
|
"mnapoli/php-di": "~4.4",
|
|
|
|
"phpmailer/phpmailer": "~5.2"
|
2014-10-02 18:54:44 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"require-dev": {
|
2014-09-14 16:16:15 +02:00
|
|
|
"jbrooksuk/phpcheckstyle": "dev-master",
|
2014-11-09 12:26:53 +01:00
|
|
|
"phpunit/phpunit": "4.3.*"
|
2014-10-02 19:19:55 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Szurubooru\\Tests\\": "tests/",
|
|
|
|
"Szurubooru\\": "src/"
|
|
|
|
}
|
2014-08-30 15:04:33 +02:00
|
|
|
}
|
|
|
|
}
|