Files
icehrm/lib/composer/composer.json
2017-11-26 18:20:25 +01:00

19 lines
369 B
JSON

{
"require": {
"monolog/monolog": "1.13.1",
"twig/twig": "1.23.*",
"gettext/gettext": "4.0.0",
"consolidation/robo": "~1",
"filp/whoops": "~2.1",
"swiftmailer/swiftmailer": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
},
"autoload": {
"psr-4": {
"": "../../src"
}
}
}