UI Dependencies
This commit is contained in:
31
ui/composer.json
Normal file
31
ui/composer.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "provm/emails_ui",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"berrnd/slim-blade-view": "^1.0",
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user