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

13 lines
284 B
JSON
Raw Permalink Normal View History

2013-09-11 15:27:52 +02:00
{
2013-10-16 09:35:18 +02:00
"require": {
"silex/silex": "~1.0",
"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",
"nikic/php-parser": "~0.9"
2013-10-16 09:35:18 +02:00
}
2013-09-11 15:27:52 +02:00
}