Updates DFs
This commit is contained in:
37
spec/fixtures/dynamic_finders/plugin_version/terminal-africa/composer_file/composer.json
vendored
Normal file
37
spec/fixtures/dynamic_finders/plugin_version/terminal-africa/composer_file/composer.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user