Adds DFs
This commit is contained in:
28
spec/fixtures/dynamic_finders/plugin_version/rtm-mail-wp-mail-logger/composer_file/composer.json
vendored
Normal file
28
spec/fixtures/dynamic_finders/plugin_version/rtm-mail-wp-mail-logger/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "rtmbusiness/rtm-mail",
|
||||
"version": "1.0.4",
|
||||
"description": "WP Mail Logger is a mail catcher that saves mails send from your WordPress site.",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "Proprietary",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"RtmMail\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "RTM Business",
|
||||
"email": "apps@rtmbusiness.nl"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"inpsyde/wonolog": "^1.0",
|
||||
"ddtraceweb/monolog-parser": "^1.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user