Files
icehrm/core/lib/composer/composer.json
2018-05-21 00:23:56 +02:00

24 lines
507 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",
"pear/net_smtp": "^1.7",
"pear/mail": "^1.4",
"spomky-labs/base64url": "^1.0",
"cebe/markdown": "^1.2",
"neitanod/forceutf8": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~6"
},
"autoload": {
"psr-4": {
"": "../../src"
}
}
}