Adds DFs
This commit is contained in:
20
spec/fixtures/dynamic_finders/plugin_version/nofraud-protection/composer_file/composer.json
vendored
Normal file
20
spec/fixtures/dynamic_finders/plugin_version/nofraud-protection/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "nofraud/nofraud-protection",
|
||||
"version": "2.2.5",
|
||||
"description": "NoFraud fraud detection service plugin for WooCommerce",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "GPL-3.0",
|
||||
"prefer-stable": true,
|
||||
"minimum-stability": "dev",
|
||||
"authors": [
|
||||
{
|
||||
"name": "NoFraud Engineering",
|
||||
"email": "engineering@nofraud.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "~1.0",
|
||||
"stripe/stripe-php": "~7.0",
|
||||
"square/square": "10.0.0.20210421"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user