21 lines
558 B
JSON
Executable File
21 lines
558 B
JSON
Executable File
{
|
|
"require": {
|
|
"slim/slim": "~2.0",
|
|
"respect/validation": "^1.1",
|
|
"phpmailer/phpmailer": "^5.2",
|
|
"google/recaptcha": "~1.1",
|
|
"gabordemooij/redbean": "^5.4",
|
|
"ifsnop/mysqldump-php": "2.*",
|
|
"ezyang/htmlpurifier": "^4.8",
|
|
"codeguy/upload": "^1.3",
|
|
"php-imap/php-imap": "^3.1",
|
|
"willdurand/email-reply-parser": "^2.8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"autoload":{
|
|
"classmap": ["libs/", "models/", "controllers/", "data/"]
|
|
}
|
|
}
|