|
@@ -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": "2044f9fbb6f4fbe7457e500096b791e9",
|
|
|
+ "content-hash": "f4ad5af9e2f6e862a4e08d7f545dadea",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "aliyuncs/oss-sdk-php",
|
|
@@ -1047,6 +1047,59 @@
|
|
|
],
|
|
|
"time": "2023-10-06T06:47:41+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "evenement/evenement",
|
|
|
+ "version": "v3.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/igorw/evenement.git",
|
|
|
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
|
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9 || ^6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Evenement\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Igor Wiedler",
|
|
|
+ "email": "igor@wiedler.ch"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Événement is a very simple event dispatching library for PHP",
|
|
|
+ "keywords": [
|
|
|
+ "event-dispatcher",
|
|
|
+ "event-emitter"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/igorw/evenement/issues",
|
|
|
+ "source": "https://github.com/igorw/evenement/tree/v3.0.2"
|
|
|
+ },
|
|
|
+ "time": "2023-08-08T05:53:35+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "fguillot/json-rpc",
|
|
|
"version": "v1.3.0",
|
|
@@ -2909,6 +2962,101 @@
|
|
|
],
|
|
|
"time": "2024-10-15T15:27:12+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "php-ffmpeg/php-ffmpeg",
|
|
|
+ "version": "v1.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
|
|
|
+ "reference": "0fbbc4c6a6336155679adc800616001ae3328c7a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/0fbbc4c6a6336155679adc800616001ae3328c7a",
|
|
|
+ "reference": "0fbbc4c6a6336155679adc800616001ae3328c7a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "evenement/evenement": "^3.0",
|
|
|
+ "php": "^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
|
|
|
+ "psr/log": "^1.0 || ^2.0 || ^3.0",
|
|
|
+ "spatie/temporary-directory": "^2.0",
|
|
|
+ "symfony/cache": "^5.4 || ^6.0 || ^7.0",
|
|
|
+ "symfony/process": "^5.4 || ^6.0 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.5",
|
|
|
+ "phpunit/phpunit": "^9.5.10 || ^10.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "FFMpeg\\": "src/FFMpeg",
|
|
|
+ "Alchemy\\BinaryDriver\\": "src/Alchemy/BinaryDriver"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Romain Neutron",
|
|
|
+ "email": "imprec@gmail.com",
|
|
|
+ "homepage": "http://www.lickmychip.com/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Phraseanet Team",
|
|
|
+ "email": "info@alchemy.fr",
|
|
|
+ "homepage": "http://www.phraseanet.com/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Patrik Karisch",
|
|
|
+ "email": "patrik@karisch.guru",
|
|
|
+ "homepage": "http://www.karisch.guru"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Romain Biard",
|
|
|
+ "email": "romain.biard@gmail.com",
|
|
|
+ "homepage": "https://www.strime.io/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jens Hausdorf",
|
|
|
+ "email": "hello@jens-hausdorf.de",
|
|
|
+ "homepage": "https://jens-hausdorf.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Pascal Baljet",
|
|
|
+ "email": "pascal@protone.media",
|
|
|
+ "homepage": "https://protone.media"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
|
|
|
+ "keywords": [
|
|
|
+ "audio",
|
|
|
+ "audio processing",
|
|
|
+ "avconv",
|
|
|
+ "avprobe",
|
|
|
+ "ffmpeg",
|
|
|
+ "ffprobe",
|
|
|
+ "video",
|
|
|
+ "video processing"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues",
|
|
|
+ "source": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/tree/v1.3.1"
|
|
|
+ },
|
|
|
+ "time": "2025-01-10T20:23:57+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpoption/phpoption",
|
|
|
"version": "1.9.3",
|
|
@@ -3883,6 +4031,259 @@
|
|
|
],
|
|
|
"time": "2024-08-27T18:56:10+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "spatie/temporary-directory",
|
|
|
+ "version": "2.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/spatie/temporary-directory.git",
|
|
|
+ "reference": "580eddfe9a0a41a902cac6eeb8f066b42e65a32b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/580eddfe9a0a41a902cac6eeb8f066b42e65a32b",
|
|
|
+ "reference": "580eddfe9a0a41a902cac6eeb8f066b42e65a32b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Spatie\\TemporaryDirectory\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alex Vanderbist",
|
|
|
+ "email": "alex@spatie.be",
|
|
|
+ "homepage": "https://spatie.be",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Easily create, use and destroy temporary directories",
|
|
|
+ "homepage": "https://github.com/spatie/temporary-directory",
|
|
|
+ "keywords": [
|
|
|
+ "php",
|
|
|
+ "spatie",
|
|
|
+ "temporary-directory"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/spatie/temporary-directory/issues",
|
|
|
+ "source": "https://github.com/spatie/temporary-directory/tree/2.3.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://spatie.be/open-source/support-us",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/spatie",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2025-01-13T13:04:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/cache",
|
|
|
+ "version": "v7.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/cache.git",
|
|
|
+ "reference": "2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache/zipball/2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a",
|
|
|
+ "reference": "2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.2",
|
|
|
+ "psr/cache": "^2.0|^3.0",
|
|
|
+ "psr/log": "^1.1|^2|^3",
|
|
|
+ "symfony/cache-contracts": "^2.5|^3",
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3.0",
|
|
|
+ "symfony/service-contracts": "^2.5|^3",
|
|
|
+ "symfony/var-exporter": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/dbal": "<3.6",
|
|
|
+ "symfony/dependency-injection": "<6.4",
|
|
|
+ "symfony/http-kernel": "<6.4",
|
|
|
+ "symfony/var-dumper": "<6.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/cache-implementation": "2.0|3.0",
|
|
|
+ "psr/simple-cache-implementation": "1.0|2.0|3.0",
|
|
|
+ "symfony/cache-implementation": "1.1|2.0|3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cache/integration-tests": "dev-master",
|
|
|
+ "doctrine/dbal": "^3.6|^4",
|
|
|
+ "predis/predis": "^1.1|^2.0",
|
|
|
+ "psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
+ "symfony/clock": "^6.4|^7.0",
|
|
|
+ "symfony/config": "^6.4|^7.0",
|
|
|
+ "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
+ "symfony/filesystem": "^6.4|^7.0",
|
|
|
+ "symfony/http-kernel": "^6.4|^7.0",
|
|
|
+ "symfony/messenger": "^6.4|^7.0",
|
|
|
+ "symfony/var-dumper": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Cache\\": ""
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "Traits/ValueWrapper.php"
|
|
|
+ ],
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "caching",
|
|
|
+ "psr6"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/cache/tree/v7.2.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-11-25T15:21:05+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/cache-contracts",
|
|
|
+ "version": "v3.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/cache-contracts.git",
|
|
|
+ "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
|
|
|
+ "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.1",
|
|
|
+ "psr/cache": "^3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "thanks": {
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
+ "name": "symfony/contracts"
|
|
|
+ },
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "3.5-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Cache\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Generic abstractions related to caching",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-09-25T14:20:29+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
"version": "v6.4.12",
|
|
@@ -6042,6 +6443,88 @@
|
|
|
],
|
|
|
"time": "2024-08-30T16:03:21+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/var-exporter",
|
|
|
+ "version": "v7.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/var-exporter.git",
|
|
|
+ "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d",
|
|
|
+ "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/property-access": "^6.4|^7.0",
|
|
|
+ "symfony/serializer": "^6.4|^7.0",
|
|
|
+ "symfony/var-dumper": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarExporter\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "clone",
|
|
|
+ "construct",
|
|
|
+ "export",
|
|
|
+ "hydrate",
|
|
|
+ "instantiate",
|
|
|
+ "lazy-loading",
|
|
|
+ "proxy",
|
|
|
+ "serialize"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/var-exporter/tree/v7.2.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-10-18T07:58:17+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "tijsverkoyen/css-to-inline-styles",
|
|
|
"version": "v2.2.7",
|
|
@@ -8860,12 +9343,12 @@
|
|
|
],
|
|
|
"aliases": [],
|
|
|
"minimum-stability": "stable",
|
|
|
- "stability-flags": {},
|
|
|
+ "stability-flags": [],
|
|
|
"prefer-stable": true,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
"php": "^8.0.2"
|
|
|
},
|
|
|
- "platform-dev": {},
|
|
|
+ "platform-dev": [],
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
}
|