date.chapril.org-framadate/composer.json
Antonin 61f57ee41c While we're at it, updating other components.
All those updates affect only the dev environment.
2016-12-27 17:10:10 +01:00

29 lines
595 B
JSON

{
"name": "framasoft/framadate",
"description": "Application to facilitate the schedule of events or classic polls",
"keywords": [
"poll"
],
"version": "0.9.0",
"license": "CECILL-B",
"type": "project",
"require": {
"smarty/smarty": "3.1.21",
"o80/i18n": "dev-develop",
"phpmailer/phpmailer": "~5.2",
"ircmaxell/password-compat": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^4.5"
},
"autoload": {
"psr-4": {
"Framadate\\": "app/classes/Framadate/"
}
}
}