opensupports/server/composer.json

13 lines
269 B
JSON
Raw Normal View History

{
"require": {
"slim/slim": "~2.0",
2016-07-04 09:09:32 +02:00
"gabordemooij/redbean": "~4.2",
"respect/validation": "^1.1",
"phpmailer/phpmailer": "^5.2",
"google/recaptcha": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "5.0.*"
}
}