HEX
Server: nginx/1.27.0
System: Linux 20d173156d2c 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/attribute-stock-for-woocommerce/composer.json
{
  "name": "mewz/woocommerce-attribute-stock",
  "description": "Take your stock to the next level. Set up complex stock configurations with ease. Shared stock, variable quantities, the possibilities are endless.",
  "type": "wordpress-plugin",
  "license": "GPL-3.0",
  "authors": [
    {
      "name": "Saul Fautley",
      "email": "saul@mewz.dev"
    }
  ],
  "autoload": {
    "psr-4": {
      "Mewz\\WCAS\\": "src/"
    }
  },
  "repositories": [
    {"type": "path", "url": "./packages/framework"},
    {"type": "path", "url": "./packages/query-builder"}
  ],
  "require": {
    "php": ">=7.4",
    "mewz/framework": "dev-master",
    "mewz/query-builder": "dev-master"
  }
}