Updates DFs

This commit is contained in:
erwanlr
2023-07-11 15:24:31 +02:00
parent ea020aa8a5
commit cb7cd9aac2
47 changed files with 16322 additions and 5 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "terminalafrica/terminal-africa",
"description": "Terminal Africa WooCommerce Shipping Plugin",
"version": "1.10.11",
"type": "wordpress-plugin",
"keywords": [
"terminal",
"woocommerce shipping",
"shipping method",
"africa shipping",
"nigeria shipping",
"terminalafrica"
],
"homepage": "https://wordpress.org/plugins/terminal-africa/",
"authors": [
{
"name": "Terminal",
"homepage": "http://www.terminal.africa"
},
{
"name": "Adeleye Ayodeji",
"homepage": "http://www.adeleyeayodeji.com"
}
],
"license": "GPL-2.0+",
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/Helpers/helpers.php"
]
}
}