Updates DFs

This commit is contained in:
erwanlr
2023-12-01 17:25:49 +01:00
parent 96b6b81d78
commit 44da286d5d
59 changed files with 16252 additions and 8 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "pennyblack/woocommerce-pennyblack",
"type": "wordpress-plugin",
"description": "Woocommerce plugin to integrate Penny Black for transmitting orders and triggering personalise prints",
"version": "1.2.3",
"license": "MIT",
"authors": [
{
"name": "Penny Black",
"email": "engineers@pennyblack.io"
}
],
"require": {
"php": ">=7.4.0",
"guzzlehttp/guzzle": "^7.5",
"pennyblack/php-sdk": "^1.4.0"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:pennyblack-io/php-sdk.git"
}
],
"autoload": {
"psr-4": {
"PennyBlackWoo\\": "src/"
}
},
"config": {
"platform": {
"php": "7.4.0"
},
"preferred-install": "dist",
"optimize-autoloader": true,
"prepend-autoloader": false
}
}