├── .php-cs-fixer.dist.php ├── composer.json └── src ├── CartesianProduct.php └── function.php /.php-cs-fixer.dist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/cartesian-product/HEAD/.php-cs-fixer.dist.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/cartesian-product/HEAD/composer.json -------------------------------------------------------------------------------- /src/CartesianProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/cartesian-product/HEAD/src/CartesianProduct.php -------------------------------------------------------------------------------- /src/function.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/cartesian-product/HEAD/src/function.php --------------------------------------------------------------------------------