2015-10-29 00:47:40 +01:00
|
|
|
{
|
|
|
|
"require": {
|
|
|
|
"slim/slim": "~2.0",
|
2016-07-14 06:45:50 +02:00
|
|
|
"respect/validation": "^1.1",
|
2016-08-20 23:24:22 +02:00
|
|
|
"phpmailer/phpmailer": "^5.2",
|
2016-12-24 20:53:33 +01:00
|
|
|
"google/recaptcha": "~1.1",
|
2017-01-12 20:45:01 +01:00
|
|
|
"gabordemooij/redbean": "^4.3",
|
2017-03-02 06:56:42 +01:00
|
|
|
"ifsnop/mysqldump-php": "2.*",
|
|
|
|
"ezyang/htmlpurifier": "^4.8"
|
2015-10-29 00:47:40 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-11-07 02:44:13 +01:00
|
|
|
"phpunit/phpunit": "^5.7"
|
2015-10-29 00:47:40 +01:00
|
|
|
}
|
|
|
|
}
|