Adds DFs
This commit is contained in:
32
spec/fixtures/dynamic_finders/plugin_version/bpost-shipping/composer_file/composer.json
vendored
Normal file
32
spec/fixtures/dynamic_finders/plugin_version/bpost-shipping/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "antidot/woocommerce-bpost-shipping",
|
||||
"description": "WooCommerce plugin for bpost shipping",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "2.2.12",
|
||||
|
||||
"require": {
|
||||
"psr/log": "~1.0.0",
|
||||
"antidot-be/bpost-api-library": "dev-master",
|
||||
"monolog/monolog": "^1.17",
|
||||
"ext-zip": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.*",
|
||||
"phpunit/phpunit-selenium": "^3.0",
|
||||
"facebook/webdriver": "^1.1"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Raphaël Pommier",
|
||||
"email": "rpommier@antidot.com"
|
||||
},
|
||||
{
|
||||
"name": "Gaël Lebrun",
|
||||
"email": "glebrun@antidot.com"
|
||||
},
|
||||
{
|
||||
"name": "Jérémy Tonneau",
|
||||
"email": "jtonneau@antidot.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user