Checkout Guard for WooCommerce 0.1.0 third-party license inventory
==============================================================

This plugin ships first-party PHP, a tiny admin JavaScript IIFE, admin CSS,
templates, and a Composer production autoloader.

Production composer.json require is PHP >=8.2 only. No third-party PHP
libraries are bundled for runtime.

Not bundled (provided by the host site)
---------------------------------------

WordPress
  License: GPL-2.0-or-later
  Notes: Required host.

WooCommerce
  License: GPL-3.0-or-later
  Notes: Required plugin. Cart, checkout, HPOS, and payment APIs come from WooCommerce.

Action Scheduler
  License: GPL-3.0-or-later
  Notes: Used when WooCommerce has initialized it. Not copied into this plugin.

Development and QA only (excluded from the release zip)
-------------------------------------------------------

These packages are require-dev. The zip builder runs composer install --no-dev
and .distignore drops tests/, vendor QA tools, bin/, and Composer metadata.

phpunit/phpunit
  License: BSD-3-Clause
  Purpose: Unit and integration tests

phpstan/phpstan
  License: MIT
  Purpose: Static analysis

squizlabs/php_codesniffer
  License: BSD-3-Clause
  Purpose: Coding standards runner

wp-coding-standards/wpcs
  License: MIT
  Purpose: WordPress Coding Standards

dealerdirect/phpcodesniffer-composer-installer
  License: MIT
  Purpose: PHPCS plugin installer

php-stubs/wordpress-stubs
  License: MIT
  Purpose: PHPStan WordPress stubs

No npm production dependencies. package.json exists only for node --check and
a small Node test of assets/admin/dashboard.js.
