|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "3045e05484968b64f93c2d8b74a6adb2",
|
|
|
+ "content-hash": "a021d08d1957c8e8852276f05206aa32",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "brick/math",
|
|
@@ -5995,6 +5995,65 @@
|
|
|
"time": "2023-01-20T17:44:14+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "th3n3rd/cartesian-product",
|
|
|
+ "version": "v0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/th3n3rd/cartesian-product.git",
|
|
|
+ "reference": "78b22f4feb4ef3efc1e99dfe5d932e17024b035d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/th3n3rd/cartesian-product/zipball/78b22f4feb4ef3efc1e99dfe5d932e17024b035d",
|
|
|
+ "reference": "78b22f4feb4ef3efc1e99dfe5d932e17024b035d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "devster/ubench": "~1.1",
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "0.3-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Nerd\\CartesianProduct\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Marco Garofalo",
|
|
|
+ "email": "marcogarofalo.personal@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Memory efficient Cartesian Product implementation",
|
|
|
+ "keywords": [
|
|
|
+ "cartesian",
|
|
|
+ "product"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/th3n3rd/cartesian-product/issues",
|
|
|
+ "source": "https://github.com/th3n3rd/cartesian-product/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2015-05-30T08:42:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "tijsverkoyen/css-to-inline-styles",
|
|
|
"version": "2.2.6",
|
|
|
"source": {
|