This commit is contained in:
erwanlr
2021-10-02 13:14:02 +02:00
parent 8353161451
commit 11394eaa9f
21 changed files with 8425 additions and 0 deletions

View 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"
}
}