|
|
|
@ -840,6 +840,85 @@ |
|
|
|
|
}, |
|
|
|
|
"time": "2024-09-10T14:09:25+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "composer/pcre", |
|
|
|
|
"version": "3.3.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/composer/pcre.git", |
|
|
|
|
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", |
|
|
|
|
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.4 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"phpstan/phpstan": "<1.11.10" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpstan/phpstan": "^1.12 || ^2", |
|
|
|
|
"phpstan/phpstan-strict-rules": "^1 || ^2", |
|
|
|
|
"phpunit/phpunit": "^8 || ^9" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"phpstan": { |
|
|
|
|
"includes": [ |
|
|
|
|
"extension.neon" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-main": "3.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Composer\\Pcre\\": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Jordi Boggiano", |
|
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
|
"homepage": "http://seld.be" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.", |
|
|
|
|
"keywords": [ |
|
|
|
|
"PCRE", |
|
|
|
|
"preg", |
|
|
|
|
"regex", |
|
|
|
|
"regular expression" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/composer/pcre/issues", |
|
|
|
|
"source": "https://github.com/composer/pcre/tree/3.3.2" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://packagist.com", |
|
|
|
|
"type": "custom" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/composer", |
|
|
|
|
"type": "github" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-12T16:29:46+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "dasprid/enum", |
|
|
|
|
"version": "1.0.6", |
|
|
|
@ -6716,16 +6795,16 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "myclabs/php-enum", |
|
|
|
|
"version": "1.8.4", |
|
|
|
|
"version": "1.8.5", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/myclabs/php-enum.git", |
|
|
|
|
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483" |
|
|
|
|
"reference": "e7be26966b7398204a234f8673fdad5ac6277802" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483", |
|
|
|
|
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483", |
|
|
|
|
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/e7be26966b7398204a234f8673fdad5ac6277802", |
|
|
|
|
"reference": "e7be26966b7398204a234f8673fdad5ac6277802", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -6735,7 +6814,7 @@ |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "^9.5", |
|
|
|
|
"squizlabs/php_codesniffer": "1.*", |
|
|
|
|
"vimeo/psalm": "^4.6.2" |
|
|
|
|
"vimeo/psalm": "^4.6.2 || ^5.2" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
@ -6757,13 +6836,13 @@ |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "PHP Enum implementation", |
|
|
|
|
"homepage": "http://github.com/myclabs/php-enum", |
|
|
|
|
"homepage": "https://github.com/myclabs/php-enum", |
|
|
|
|
"keywords": [ |
|
|
|
|
"enum" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/myclabs/php-enum/issues", |
|
|
|
|
"source": "https://github.com/myclabs/php-enum/tree/1.8.4" |
|
|
|
|
"source": "https://github.com/myclabs/php-enum/tree/1.8.5" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -6775,7 +6854,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2022-08-04T09:53:51+00:00" |
|
|
|
|
"time": "2025-01-14T11:49:03+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "namshi/jose", |
|
|
|
@ -7750,19 +7829,20 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phpoffice/phpspreadsheet", |
|
|
|
|
"version": "1.29.7", |
|
|
|
|
"version": "1.29.9", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git", |
|
|
|
|
"reference": "02c8625411dcb96e1f63d58c47460284e15b2e80" |
|
|
|
|
"reference": "ffb47b639649fc9c8a6fa67977a27b756592ed85" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/02c8625411dcb96e1f63d58c47460284e15b2e80", |
|
|
|
|
"reference": "02c8625411dcb96e1f63d58c47460284e15b2e80", |
|
|
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/ffb47b639649fc9c8a6fa67977a27b756592ed85", |
|
|
|
|
"reference": "ffb47b639649fc9c8a6fa67977a27b756592ed85", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"composer/pcre": "^3.3", |
|
|
|
|
"ext-ctype": "*", |
|
|
|
|
"ext-dom": "*", |
|
|
|
|
"ext-fileinfo": "*", |
|
|
|
@ -7849,9 +7929,9 @@ |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", |
|
|
|
|
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.7" |
|
|
|
|
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.9" |
|
|
|
|
}, |
|
|
|
|
"time": "2024-12-27T05:10:37+00:00" |
|
|
|
|
"time": "2025-01-26T04:55:00+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phpoffice/phpword", |
|
|
|
@ -10649,25 +10729,25 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/filesystem", |
|
|
|
|
"version": "v6.4.13", |
|
|
|
|
"version": "v7.2.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/filesystem.git", |
|
|
|
|
"reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" |
|
|
|
|
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", |
|
|
|
|
"reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb", |
|
|
|
|
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.1", |
|
|
|
|
"php": ">=8.2", |
|
|
|
|
"symfony/polyfill-ctype": "~1.8", |
|
|
|
|
"symfony/polyfill-mbstring": "~1.8" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"symfony/process": "^5.4|^6.4|^7.0" |
|
|
|
|
"symfony/process": "^6.4|^7.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
@ -10695,7 +10775,7 @@ |
|
|
|
|
"description": "Provides basic utilities for the filesystem", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v6.4.13" |
|
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v7.2.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -10711,7 +10791,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-10-25T15:07:50+00:00" |
|
|
|
|
"time": "2024-10-25T15:15:23+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/finder", |
|
|
|
@ -12766,20 +12846,20 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/process", |
|
|
|
|
"version": "v6.4.15", |
|
|
|
|
"version": "v7.2.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/process.git", |
|
|
|
|
"reference": "3cb242f059c14ae08591c5c4087d1fe443564392" |
|
|
|
|
"reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", |
|
|
|
|
"reference": "3cb242f059c14ae08591c5c4087d1fe443564392", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", |
|
|
|
|
"reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.1" |
|
|
|
|
"php": ">=8.2" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
@ -12807,7 +12887,7 @@ |
|
|
|
|
"description": "Executes commands in sub-processes", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/process/tree/v6.4.15" |
|
|
|
|
"source": "https://github.com/symfony/process/tree/v7.2.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -12823,7 +12903,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-06T14:19:14+00:00" |
|
|
|
|
"time": "2024-11-06T14:24:19+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/property-access", |
|
|
|
@ -16505,85 +16585,6 @@ |
|
|
|
|
}, |
|
|
|
|
"time": "2023-12-09T11:58:45+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "composer/pcre", |
|
|
|
|
"version": "3.3.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/composer/pcre.git", |
|
|
|
|
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", |
|
|
|
|
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.4 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"phpstan/phpstan": "<1.11.10" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpstan/phpstan": "^1.12 || ^2", |
|
|
|
|
"phpstan/phpstan-strict-rules": "^1 || ^2", |
|
|
|
|
"phpunit/phpunit": "^8 || ^9" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"phpstan": { |
|
|
|
|
"includes": [ |
|
|
|
|
"extension.neon" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-main": "3.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Composer\\Pcre\\": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Jordi Boggiano", |
|
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
|
"homepage": "http://seld.be" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.", |
|
|
|
|
"keywords": [ |
|
|
|
|
"PCRE", |
|
|
|
|
"preg", |
|
|
|
|
"regex", |
|
|
|
|
"regular expression" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/composer/pcre/issues", |
|
|
|
|
"source": "https://github.com/composer/pcre/tree/3.3.2" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://packagist.com", |
|
|
|
|
"type": "custom" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/composer", |
|
|
|
|
"type": "github" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-12T16:29:46+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "composer/semver", |
|
|
|
|
"version": "3.4.3", |
|
|
|
@ -20476,5 +20477,5 @@ |
|
|
|
|
"platform-overrides": { |
|
|
|
|
"php": "8.2" |
|
|
|
|
}, |
|
|
|
|
"plugin-api-version": "2.6.0" |
|
|
|
|
"plugin-api-version": "2.3.0" |
|
|
|
|
} |
|
|
|
|