This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

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