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

{
"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"
}
}