├── .editorconfig ├── LICENSE ├── README.md ├── composer.json ├── finder-packages.php ├── finder.php ├── generate.sh ├── release-latest-versions.sh ├── woocommerce-packages-stubs.php └── woocommerce-stubs.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/.editorconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/composer.json -------------------------------------------------------------------------------- /finder-packages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/finder-packages.php -------------------------------------------------------------------------------- /finder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/finder.php -------------------------------------------------------------------------------- /generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/generate.sh -------------------------------------------------------------------------------- /release-latest-versions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/release-latest-versions.sh -------------------------------------------------------------------------------- /woocommerce-packages-stubs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/woocommerce-packages-stubs.php -------------------------------------------------------------------------------- /woocommerce-stubs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-stubs/woocommerce-stubs/HEAD/woocommerce-stubs.php --------------------------------------------------------------------------------