This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_registration_form/composer.json

12 lines
277 B
JSON
Raw Normal View History

2013-09-11 15:27:52 +02:00
{
"require": {
"silex/silex": "~1.0",
2013-09-19 12:24:47 +02:00
"twig/twig": ">=1.8,<2.0-dev",
"symfony/twig-bridge": "~2.3",
"symfony/translation": "~2.3",
"symfony/config": "~2.3",
"swiftmailer/swiftmailer": "~5.0",
"guzzle/guzzle": "~3.7"
2013-09-11 15:27:52 +02:00
}
}