Files
emails/ui/composer.json
2022-11-29 11:12:06 -03:00

33 lines
747 B
JSON

{
"name": "provm/emails_ui",
"type": "project",
"require": {
"berrnd/slim-blade-view": "^1.0",
"guzzlehttp/guzzle": "^7.5",
"monolog/monolog": "^3.2",
"nyholm/psr7": "^1.5",
"nyholm/psr7-server": "^1.0",
"php-di/slim-bridge": "^3.2",
"thecodingmachine/safe": "^2.4",
"zeuxisoo/slim-whoops": "^0.7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"kint-php/kint": "^4.2"
},
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"autoload": {
"psr-4": {
"ProVM\\Common\\": "common/"
}
},
"config": {
"sort-packages": true
}
}