8644 lines
309 KiB
JSON
8644 lines
309 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "e03a16f8e2a40763a5f23ed78d44729f",
|
|
"packages": [
|
|
{
|
|
"name": "b13/container",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/b13/container.git",
|
|
"reference": "625ad7c08074ba8846954cc64061ce5bca1fb52e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/b13/container/zipball/625ad7c08074ba8846954cc64061ce5bca1fb52e",
|
|
"reference": "625ad7c08074ba8846954cc64061ce5bca1fb52e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-backend": "^9.5 || ^10.4 || ^11.5"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/container": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"b13/container-example": "dev-feature/content_defender",
|
|
"codeception/codeception": "^4.1",
|
|
"codeception/module-asserts": "^1.0",
|
|
"codeception/module-db": "^1.0",
|
|
"codeception/module-webdriver": "^1.0",
|
|
"friendsofphp/php-cs-fixer": "^3.4",
|
|
"ichhabrecht/content-defender": "^3.2",
|
|
"phpstan/phpstan": "^0.12.11",
|
|
"phpunit/phpunit": "^8.4",
|
|
"typo3/cms-fluid-styled-content": "^10.4",
|
|
"typo3/cms-info": "^10.4",
|
|
"typo3/cms-install": "^10.4",
|
|
"typo3/cms-workspaces": "^10.4",
|
|
"typo3/coding-standards": "^0.5",
|
|
"typo3/testing-framework": "^6"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": ".Build/Web",
|
|
"extension-key": "container"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"B13\\Container\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Create Custom Container Content Elements for TYPO3",
|
|
"homepage": "https://b13.com",
|
|
"support": {
|
|
"issues": "https://github.com/b13/container/issues",
|
|
"source": "https://github.com/b13/container/tree/1.6.1"
|
|
},
|
|
"time": "2022-05-18T08:20:38+00:00"
|
|
},
|
|
{
|
|
"name": "christophlehmann/imageoptimizer",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/christophlehmann/imageoptimizer.git",
|
|
"reference": "f4db545d345e6cfd709d16ba86f00dcf3c0efc5c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/christophlehmann/imageoptimizer/zipball/f4db545d345e6cfd709d16ba86f00dcf3c0efc5c",
|
|
"reference": "f4db545d345e6cfd709d16ba86f00dcf3c0efc5c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "^10.4 || ^11.5"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/imageoptimizer": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"friendsoftypo3/phpstan-typo3": "^0.8.1",
|
|
"typo3/cms-reports": "^10.4 || ^11.5"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "imageoptimizer",
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"app-dir": ".Build",
|
|
"web-dir": ".Build/public"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lemming\\Imageoptimizer\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Optimize uploaded/processed images with binaries of your choice",
|
|
"keywords": [
|
|
"extension",
|
|
"jpegoptim",
|
|
"lossless",
|
|
"optipng",
|
|
"progressive",
|
|
"typo3"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/christophlehmann/imageoptimizer/issues",
|
|
"source": "https://github.com/christophlehmann/imageoptimizer/tree/3.1.0"
|
|
},
|
|
"time": "2021-12-21T21:18:02+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "1.13.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
|
|
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1 || ^8.0",
|
|
"psr/cache": "^1 || ^2 || ^3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "^1.11 || ^2.0",
|
|
"doctrine/coding-standard": "^6.0 || ^8.1",
|
|
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
|
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
|
"symfony/cache": "^4.4 || ^5.2",
|
|
"vimeo/psalm": "^4.10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/annotations/issues",
|
|
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
|
|
},
|
|
"time": "2022-07-02T10:48:51+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"cache/integration-tests": "dev-master",
|
|
"doctrine/coding-standard": "^9",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
|
"symfony/cache": "^4.4 || ^5.4 || ^6",
|
|
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
|
"homepage": "https://www.doctrine-project.org/projects/cache.html",
|
|
"keywords": [
|
|
"abstraction",
|
|
"apcu",
|
|
"cache",
|
|
"caching",
|
|
"couchdb",
|
|
"memcached",
|
|
"php",
|
|
"redis",
|
|
"xcache"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/cache/issues",
|
|
"source": "https://github.com/doctrine/cache/tree/2.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-20T20:07:39+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "2.13.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8",
|
|
"reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "^1.0|^2.0",
|
|
"doctrine/deprecations": "^0.5.3|^1",
|
|
"doctrine/event-manager": "^1.0",
|
|
"ext-pdo": "*",
|
|
"php": "^7.1 || ^8"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "9.0.0",
|
|
"jetbrains/phpstorm-stubs": "2021.1",
|
|
"phpstan/phpstan": "1.4.6",
|
|
"phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
|
|
"psalm/plugin-phpunit": "0.16.1",
|
|
"squizlabs/php_codesniffer": "3.6.2",
|
|
"symfony/cache": "^4.4",
|
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
|
|
"vimeo/psalm": "4.22.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-dbal"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
|
|
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
|
|
"keywords": [
|
|
"abstraction",
|
|
"database",
|
|
"db2",
|
|
"dbal",
|
|
"mariadb",
|
|
"mssql",
|
|
"mysql",
|
|
"oci8",
|
|
"oracle",
|
|
"pdo",
|
|
"pgsql",
|
|
"postgresql",
|
|
"queryobject",
|
|
"sasql",
|
|
"sql",
|
|
"sqlanywhere",
|
|
"sqlite",
|
|
"sqlserver",
|
|
"sqlsrv"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/dbal/issues",
|
|
"source": "https://github.com/doctrine/dbal/tree/2.13.9"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-02T20:28:55+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/deprecations",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/deprecations.git",
|
|
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9",
|
|
"phpunit/phpunit": "^7.5|^8.5|^9.5",
|
|
"psr/log": "^1|^2|^3"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
|
"homepage": "https://www.doctrine-project.org/",
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/deprecations/issues",
|
|
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
|
|
},
|
|
"time": "2022-05-02T15:47:09+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/event-manager",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/event-manager.git",
|
|
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": "<2.9@dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
|
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
|
|
"keywords": [
|
|
"event",
|
|
"event dispatcher",
|
|
"event manager",
|
|
"event system",
|
|
"events"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/event-manager/issues",
|
|
"source": "https://github.com/doctrine/event-manager/tree/1.1.x"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-05-29T18:28:51+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpbench/phpbench": "^0.16 || ^1",
|
|
"phpstan/phpstan": "^1.4",
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"vimeo/psalm": "^4.22"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "[email protected]",
|
|
"homepage": "https://ocramius.github.io/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-03T08:28:38+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "1.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0",
|
|
"phpstan/phpstan": "^1.3",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"vimeo/psalm": "^4.11"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"lexer",
|
|
"parser",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/lexer/issues",
|
|
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-02-28T11:07:21+00:00"
|
|
},
|
|
{
|
|
"name": "egulias/email-validator",
|
|
"version": "2.1.25",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
|
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
|
|
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "^1.0.1",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "^1.10"
|
|
},
|
|
"require-dev": {
|
|
"dominicsayers/isemail": "^3.0.7",
|
|
"phpunit/phpunit": "^4.8.36|^7.5.15",
|
|
"satooshi/php-coveralls": "^1.0.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Egulias\\EmailValidator\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Eduardo Gulias Davis"
|
|
}
|
|
],
|
|
"description": "A library for validating emails against several RFCs",
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
"keywords": [
|
|
"email",
|
|
"emailvalidation",
|
|
"emailvalidator",
|
|
"validation",
|
|
"validator"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/egulias/EmailValidator/issues",
|
|
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/egulias",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-12-29T14:50:06+00:00"
|
|
},
|
|
{
|
|
"name": "enshrined/svg-sanitize",
|
|
"version": "0.15.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
|
|
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
|
|
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"php": "^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5 || ^8.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"enshrined\\svgSanitize\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daryll Doyle",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "An SVG sanitizer for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
|
|
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
|
|
},
|
|
"time": "2022-02-21T09:13:59+00:00"
|
|
},
|
|
{
|
|
"name": "fluidtypo3/vhs",
|
|
"version": "6.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FluidTYPO3/vhs.git",
|
|
"reference": "007d141c78ef34f8bf2a6b325c89918c51fae592"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/007d141c78ef34f8bf2a6b325c89918c51fae592",
|
|
"reference": "007d141c78ef34f8bf2a6b325c89918c51fae592",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4.0 || ^8",
|
|
"typo3/cms-backend": "^8.7 || ^9 || ^10 || ^11 || dev-master",
|
|
"typo3/cms-core": "^8.7 || ^9 || ^10 || ^11 || dev-master",
|
|
"typo3/cms-extbase": "^8.7 || ^9 || ^10 || ^11 || dev-master",
|
|
"typo3/cms-fluid": "^8.7 || ^9 || ^10 || ^11 || dev-master",
|
|
"typo3/cms-frontend": "^8.7 || ^9 || ^10 || ^11 || dev-master"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/vhs": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"fluidtypo3/development": "^4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-tidy": "Allows to make use of the tidy ViewHelper"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"extension-key": "vhs",
|
|
"web-dir": "build/web"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FluidTYPO3\\Vhs\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.",
|
|
"homepage": "https://fluidtypo3.org",
|
|
"keywords": [
|
|
"TYPO3 CMS",
|
|
"fedext",
|
|
"fluid",
|
|
"templating",
|
|
"utility",
|
|
"viewhelper"
|
|
],
|
|
"support": {
|
|
"chat": "https://typo3.slack.com/archives/C79562JES",
|
|
"docs": "https://viewhelpers.fluidtypo3.org/fluidtypo3/vhs/",
|
|
"issues": "https://github.com/FluidTYPO3/vhs/issues",
|
|
"source": "https://github.com/FluidTYPO3/vhs"
|
|
},
|
|
"time": "2022-06-16T12:00:28+00:00"
|
|
},
|
|
{
|
|
"name": "georgringer/news",
|
|
"version": "8.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/georgringer/news.git",
|
|
"reference": "9d9e944a47f727e43e9169bbd2fe59692105416a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/georgringer/news/zipball/9d9e944a47f727e43e9169bbd2fe59692105416a",
|
|
"reference": "9d9e944a47f727e43e9169bbd2fe59692105416a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "^9.5.17 || ^10.4.12"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/news": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1"
|
|
},
|
|
"suggest": {
|
|
"reelworx/rx-shariff": "^12 || ^13"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "news",
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": ".Build/Web"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GeorgRinger\\News\\": "Classes"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Georg Ringer",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Versatile news extension, based on extbase & fluid for TYPO3 CMS",
|
|
"homepage": "https://ringer.it",
|
|
"keywords": [
|
|
"article",
|
|
"extension",
|
|
"news",
|
|
"typo3"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/georgringer/news/issues",
|
|
"source": "https://github.com/georgringer/news/tree/8.6.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/GeorgRinger/10",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/georgringer",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2021-07-22T09:55:52+00:00"
|
|
},
|
|
{
|
|
"name": "gridelementsteam/gridelements",
|
|
"version": "10.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/coderscare/gridelements.git",
|
|
"reference": "4e05b529cc07bbb81447fb6b6b0d6a840a060de3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=4e05b529cc07bbb81447fb6b6b0d6a840a060de3",
|
|
"reference": "4e05b529cc07bbb81447fb6b6b0d6a840a060de3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-backend": "^10",
|
|
"typo3/cms-core": "^10",
|
|
"typo3/cms-frontend": "^10",
|
|
"typo3/cms-recordlist": "^10"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/gridelements": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.1.0",
|
|
"friendsoftypo3/phpstan-typo3": "^0.8.1",
|
|
"phpstan/phpstan": "^0.12.99"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "gridelements"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GridElementsTeam\\Gridelements\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "This extension integrates the grid layout concept also to regular content elements - the grid elements. It offers a lot of new features like advanced drag & drop or real references, that improve the usability of the page and list module to speed up the daily work with the backend.",
|
|
"homepage": "https://forge.typo3.org/projects/extension-gridelements2",
|
|
"keywords": [
|
|
"Gridelements",
|
|
"TYPO3 CMS",
|
|
"grids"
|
|
],
|
|
"support": {
|
|
"issues": "https://forge.typo3.org/projects/extension-gridelements2/issues",
|
|
"source": "https://gitlab.com/coderscare/gridelements/-/tree/10.4.3"
|
|
},
|
|
"time": "2022-04-27T12:16:37+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.5.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.9",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Jeremy Lindblom",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/jeremeamia"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
"source": "https://github.com/guzzle/guzzle/tree/6.5.8"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-06-20T22:16:07+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-10-22T20:56:57+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
|
|
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0",
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zlib": "*",
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/1.9.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-06-20T21:43:03+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/config-loader",
|
|
"version": "v0.12.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/helhum/config-loader.git",
|
|
"reference": "f761ab3fcf888b9d17d679d94b14aca24fe6bfab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/helhum/config-loader/zipball/f761ab3fcf888b9d17d679d94b14aca24fe6bfab",
|
|
"reference": "f761ab3fcf888b9d17d679d94b14aca24fe6bfab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpunit/phpunit": "^8.5",
|
|
"symfony/yaml": "^2.8 || ^3.3 || ^4.0 || ^5.0"
|
|
},
|
|
"suggest": {
|
|
"ext-yaml": "For improved performance when parsing yaml files you should use the PECL YAML Parser php extension",
|
|
"symfony/yaml": "To be able to parse yaml files, you will need symfony/yaml"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\ConfigLoader\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Generic config loader with context and environment support.",
|
|
"support": {
|
|
"issues": "https://github.com/helhum/config-loader/issues",
|
|
"source": "https://github.com/helhum/config-loader/tree/v0.12.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/helhum/19.99",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/helhum",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-02-21T15:32:39+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-console",
|
|
"version": "v6.7.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/TYPO3-Console.git",
|
|
"reference": "be0b33687a370530655de0c8f9580c306bd16c78"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/be0b33687a370530655de0c8f9580c306bd16c78",
|
|
"reference": "be0b33687a370530655de0c8f9580c306bd16c78",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"helhum/config-loader": ">=0.9 <0.13",
|
|
"php": ">=7.2",
|
|
"symfony/console": "^4.4 || ^5.0",
|
|
"symfony/process": "^4.4 || ^5.0",
|
|
"typo3/cms-backend": "^10.4.22",
|
|
"typo3/cms-core": "^10.4.22",
|
|
"typo3/cms-extbase": "^10.4.22",
|
|
"typo3/cms-extensionmanager": "^10.4.22",
|
|
"typo3/cms-fluid": "^10.4.22",
|
|
"typo3/cms-frontend": "^10.4.22",
|
|
"typo3/cms-install": "^10.4.22"
|
|
},
|
|
"conflict": {
|
|
"doctrine/dbal": "2.13.0 || 2.13.1"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/typo3-console": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"nimut/testing-framework": "^6.0.1",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpunit/phpunit": "^8.5.18",
|
|
"symfony/expression-language": "^4.4 || ^5.0",
|
|
"symfony/filesystem": "^4.4 || ^5.0",
|
|
"typo3-console/create-reference-command": "@dev",
|
|
"typo3-console/php-server-command": "@dev",
|
|
"typo3/cms-filemetadata": "^10.4.22",
|
|
"typo3/cms-reports": "^10.4.22"
|
|
},
|
|
"bin": [
|
|
"typo3cms"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-latest": "6.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"app-dir": ".Build",
|
|
"web-dir": ".Build/public"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3Console\\": [
|
|
"Classes/Console/",
|
|
"Classes/Compatibility/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "[email protected]",
|
|
"homepage": "https://helhum.io",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A reliable and powerful command line interface for TYPO3 CMS",
|
|
"homepage": "https://insight.helhum.io/post/104528981610/about-the-beauty-and-power-of-typo3-console",
|
|
"keywords": [
|
|
"cli",
|
|
"command",
|
|
"commandline",
|
|
"console",
|
|
"typo3"
|
|
],
|
|
"support": {
|
|
"docs": "https://docs.typo3.org/p/helhum/typo3-console/main/en-us/",
|
|
"issues": "https://github.com/TYPO3-Console/TYPO3-Console/issues",
|
|
"source": "https://github.com/TYPO3-Console/TYPO3-Console"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/helhum/19.99",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/helhum",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-05-31T06:52:52+00:00"
|
|
},
|
|
{
|
|
"name": "kigkonsult/icalcreator",
|
|
"version": "v2.39.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/iCalcreator/iCalcreator.git",
|
|
"reference": "722e161d1a25c3ceec1692642d64a7f2cf5faee9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/722e161d1a25c3ceec1692642d64a7f2cf5faee9",
|
|
"reference": "722e161d1a25c3ceec1692642d64a7f2cf5faee9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-zlib": "*",
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpcompatibility/php-compatibility": ">=9.3.5",
|
|
"phpstan/phpstan": ">=0.9.3",
|
|
"phpunit/phpunit": ">=6.5.13",
|
|
"squizlabs/php_codesniffer": ">=3.5.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
],
|
|
"psr-4": {
|
|
"Kigkonsult\\Icalcreator\\": [
|
|
"src/",
|
|
"src/Util/",
|
|
"src/Traits/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kjell-Inge Gustafsson",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of calendar information",
|
|
"keywords": [
|
|
"alarm",
|
|
"calendar",
|
|
"daylight",
|
|
"event",
|
|
"management",
|
|
"rfc2445",
|
|
"rfc5545",
|
|
"rfc6321",
|
|
"rfc7986",
|
|
"standard",
|
|
"todo",
|
|
"vCalendar",
|
|
"valarm",
|
|
"vevent",
|
|
"vfreebusy",
|
|
"vjournal",
|
|
"vtimezone",
|
|
"vtodo"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/iCalcreator/iCalcreator/issues",
|
|
"source": "https://github.com/iCalcreator/iCalcreator/tree/v2.39.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/kigkonsult",
|
|
"type": "other"
|
|
}
|
|
],
|
|
"time": "2021-06-28T09:19:24+00:00"
|
|
},
|
|
{
|
|
"name": "league/csv",
|
|
"version": "9.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/csv.git",
|
|
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
|
|
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"ext-dom": "*",
|
|
"friendsofphp/php-cs-fixer": "^v3.4.0",
|
|
"phpstan/phpstan": "^1.3.0",
|
|
"phpstan/phpstan-phpunit": "^1.0.0",
|
|
"phpstan/phpstan-strict-rules": "^1.1.0",
|
|
"phpunit/phpunit": "^9.5.11"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
|
|
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"League\\Csv\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ignace Nyamagana Butera",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/nyamsprod/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "CSV data manipulation made easy in PHP",
|
|
"homepage": "https://csv.thephpleague.com",
|
|
"keywords": [
|
|
"convert",
|
|
"csv",
|
|
"export",
|
|
"filter",
|
|
"import",
|
|
"read",
|
|
"transform",
|
|
"write"
|
|
],
|
|
"support": {
|
|
"docs": "https://csv.thephpleague.com",
|
|
"issues": "https://github.com/thephpleague/csv/issues",
|
|
"rss": "https://github.com/thephpleague/csv/releases.atom",
|
|
"source": "https://github.com/thephpleague/csv"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/nyamsprod",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-01-04T00:13:07+00:00"
|
|
},
|
|
{
|
|
"name": "league/period",
|
|
"version": "4.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/period.git",
|
|
"reference": "766e9dddabbbef7d9655efd857ce977f8541b596"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/period/zipball/766e9dddabbbef7d9655efd857ce977f8541b596",
|
|
"reference": "766e9dddabbbef7d9655efd857ce977f8541b596",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.2.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^v2.19 || ~v3.4.0",
|
|
"phpstan/phpstan": "^1.0.0",
|
|
"phpstan/phpstan-phpunit": "^1.0.0",
|
|
"phpstan/phpstan-strict-rules": "^1.0.0",
|
|
"phpunit/phpunit": "^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"League\\Period\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ignace Nyamagana Butera",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/nyamsprod/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Time range API for PHP",
|
|
"homepage": "http://period.thephpleague.com",
|
|
"keywords": [
|
|
"boundaries",
|
|
"calendar",
|
|
"collection",
|
|
"date",
|
|
"dateinterval",
|
|
"dateperiod",
|
|
"datetime",
|
|
"gap",
|
|
"intersections",
|
|
"interval",
|
|
"period",
|
|
"range",
|
|
"schedule",
|
|
"sequence",
|
|
"time",
|
|
"timeline",
|
|
"unions"
|
|
],
|
|
"support": {
|
|
"docs": "https://period.thephpleague.com",
|
|
"issues": "https://github.com/thephpleague/period/issues",
|
|
"source": "https://github.com/thephpleague/period"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/nyamsprod",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-02-21T08:41:21+00:00"
|
|
},
|
|
{
|
|
"name": "lolli42/finediff",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lolli42/FineDiff.git",
|
|
"reference": "f72cd968b663fc09bc73ef0ab5a3288583d0d59d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lolli42/FineDiff/zipball/f72cd968b663fc09bc73ef0ab5a3288583d0d59d",
|
|
"reference": "f72cd968b663fc09bc73ef0ab5a3288583d0d59d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"symfony/polyfill-mbstring": "^1.23"
|
|
},
|
|
"replace": {
|
|
"cogpowered/finediff": "*"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.4",
|
|
"phpstan/phpstan": "^1.6",
|
|
"phpunit/phpunit": "^8 || ^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"cogpowered\\FineDiff\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Raymond Hill"
|
|
},
|
|
{
|
|
"name": "Rob Crowe",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Christian Kuhn",
|
|
"email": "[email protected]",
|
|
"role": "maintainer"
|
|
}
|
|
],
|
|
"description": "PHP implementation of a Fine granularity Diff engine",
|
|
"homepage": "https://github.com/lolli42/FineDiff",
|
|
"keywords": [
|
|
"diff",
|
|
"finediff",
|
|
"opcode",
|
|
"string",
|
|
"text"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/lolli42/FineDiff/issues",
|
|
"source": "https://github.com/lolli42/FineDiff/tree/1.0.2"
|
|
},
|
|
"time": "2022-05-23T07:44:28+00:00"
|
|
},
|
|
{
|
|
"name": "masterminds/html5",
|
|
"version": "2.7.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Masterminds/html5-php.git",
|
|
"reference": "f640ac1bdddff06ea333a920c95bbad8872429ab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab",
|
|
"reference": "f640ac1bdddff06ea333a920c95bbad8872429ab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Masterminds\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matt Butcher",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Matt Farina",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Asmir Mustafic",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "An HTML5 parser and serializer.",
|
|
"homepage": "http://masterminds.github.io/html5-php",
|
|
"keywords": [
|
|
"HTML5",
|
|
"dom",
|
|
"html",
|
|
"parser",
|
|
"querypath",
|
|
"serializer",
|
|
"xml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Masterminds/html5-php/issues",
|
|
"source": "https://github.com/Masterminds/html5-php/tree/2.7.5"
|
|
},
|
|
"time": "2021-07-01T14:25:37+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v4.14.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
|
|
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"bin": [
|
|
"bin/php-parse"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpParser\\": "lib/PhpParser"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"parser",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
|
|
},
|
|
"time": "2022-05-31T20:59:12+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"homepage": "http://www.phpdoc.org",
|
|
"keywords": [
|
|
"FQSEN",
|
|
"phpDocumentor",
|
|
"phpdoc",
|
|
"reflection",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
|
},
|
|
"time": "2020-06-27T09:03:43+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "5.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.2",
|
|
"phpdocumentor/type-resolver": "^1.3",
|
|
"webmozart/assert": "^1.9.1"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~1.3.2",
|
|
"psalm/phar": "^4.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
|
},
|
|
"time": "2021-10-19T17:43:47+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "77a32518733312af16a44300404e945338981de3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
|
|
"reference": "77a32518733312af16a44300404e945338981de3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-tokenizer": "*",
|
|
"psalm/phar": "^4.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-1.x": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
|
|
},
|
|
"time": "2022-03-15T21:29:03+00:00"
|
|
},
|
|
{
|
|
"name": "psr/cache",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/cache.git",
|
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Cache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for caching libraries",
|
|
"keywords": [
|
|
"cache",
|
|
"psr",
|
|
"psr-6"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/cache/tree/master"
|
|
},
|
|
"time": "2016-08-06T20:24:11+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
|
},
|
|
"time": "2021-11-05T16:50:12+00:00"
|
|
},
|
|
{
|
|
"name": "psr/event-dispatcher",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\EventDispatcher\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Standard interfaces for event handling.",
|
|
"keywords": [
|
|
"events",
|
|
"psr",
|
|
"psr-14"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
},
|
|
"time": "2019-01-08T18:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-client",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0 || ^8.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Client\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP clients",
|
|
"homepage": "https://github.com/php-fig/http-client",
|
|
"keywords": [
|
|
"http",
|
|
"http-client",
|
|
"psr",
|
|
"psr-18"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-client/tree/master"
|
|
},
|
|
"time": "2020-06-29T06:28:15+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"psr",
|
|
"psr-17",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-factory/tree/master"
|
|
},
|
|
"time": "2019-04-30T12:38:16+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|
},
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-server-handler",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-server-handler.git",
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Server\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP server-side request handler",
|
|
"keywords": [
|
|
"handler",
|
|
"http",
|
|
"http-interop",
|
|
"psr",
|
|
"psr-15",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"server"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/http-server-handler/issues",
|
|
"source": "https://github.com/php-fig/http-server-handler/tree/master"
|
|
},
|
|
"time": "2018-10-30T16:46:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-server-middleware",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-server-middleware.git",
|
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Server\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP server-side middleware",
|
|
"keywords": [
|
|
"http",
|
|
"http-interop",
|
|
"middleware",
|
|
"psr",
|
|
"psr-15",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/http-server-middleware/issues",
|
|
"source": "https://github.com/php-fig/http-server-middleware/tree/master"
|
|
},
|
|
"time": "2018-10-30T17:12:04+00:00"
|
|
},
|
|
{
|
|
"name": "psr/link",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/link.git",
|
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Link\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for HTTP links",
|
|
"keywords": [
|
|
"http",
|
|
"http-link",
|
|
"link",
|
|
"psr",
|
|
"psr-13",
|
|
"rest"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/link/tree/master"
|
|
},
|
|
"time": "2016-10-28T16:06:13+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"time": "2021-05-03T11:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"support": {
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "ssch/typo3-encore",
|
|
"version": "v3.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabbelasichon/typo3_encore.git",
|
|
"reference": "94facf1ff155feea301dcd4fc3d49602582413f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabbelasichon/typo3_encore/zipball/94facf1ff155feea301dcd4fc3d49602582413f1",
|
|
"reference": "94facf1ff155feea301dcd4fc3d49602582413f1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"php": ">=7.4",
|
|
"symfony/asset": "^5.0",
|
|
"symfony/web-link": "^4.3",
|
|
"typo3/cms-core": "^10.4.2 || ^11.0",
|
|
"typo3/cms-tstemplate": "^10.4.2 || ^11.2"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/typo3-encore": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"typo3/coding-standards": "^0.2",
|
|
"typo3/minimal": "^10.4 || ^11.0",
|
|
"typo3/testing-framework": "^6.2"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "typo3_encore",
|
|
"web-dir": ".Build"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ssch\\Typo3Encore\\": "Classes"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Schreiber",
|
|
"email": "[email protected]",
|
|
"homepage": "http://www.schreibersebastian.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Use Webpack Encore in TYPO3 Context",
|
|
"homepage": "http://www.schreibersebastian.de",
|
|
"keywords": [
|
|
"encore",
|
|
"webpack"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sabbelasichon/typo3_encore/issues",
|
|
"source": "https://github.com/sabbelasichon/typo3_encore/tree/v3.0.9"
|
|
},
|
|
"time": "2021-06-21T12:29:33+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/asset",
|
|
"version": "v5.4.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/asset.git",
|
|
"reference": "4affdca3da5f380caa27a338269b36ac288b3981"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/asset/zipball/4affdca3da5f380caa27a338269b36ac288b3981",
|
|
"reference": "4affdca3da5f380caa27a338269b36ac288b3981",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-foundation": "<5.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
|
"symfony/http-foundation": "^5.3|^6.0",
|
|
"symfony/http-kernel": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-foundation": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Asset\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/asset/tree/v5.4.7"
|
|
},
|
|
"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": "2022-03-18T16:00:30+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/cache",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/cache.git",
|
|
"reference": "c4e387b739022fd4b20abd8edb2143c44c5daa14"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/c4e387b739022fd4b20abd8edb2143c44c5daa14",
|
|
"reference": "c4e387b739022fd4b20abd8edb2143c44c5daa14",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/cache": "^1.0|^2.0",
|
|
"psr/log": "^1.1|^2|^3",
|
|
"symfony/cache-contracts": "^1.1.7|^2",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php73": "^1.9",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/dbal": "<2.13.1",
|
|
"symfony/dependency-injection": "<4.4",
|
|
"symfony/http-kernel": "<4.4",
|
|
"symfony/var-dumper": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/cache-implementation": "1.0|2.0",
|
|
"psr/simple-cache-implementation": "1.0|2.0",
|
|
"symfony/cache-implementation": "1.0|2.0"
|
|
},
|
|
"require-dev": {
|
|
"cache/integration-tests": "dev-master",
|
|
"doctrine/cache": "^1.6|^2.0",
|
|
"doctrine/dbal": "^2.13.1|^3.0",
|
|
"predis/predis": "^1.1",
|
|
"psr/simple-cache": "^1.0|^2.0",
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
|
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Cache\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"caching",
|
|
"psr6"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/cache/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-19T12:03:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/cache-contracts",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/cache-contracts.git",
|
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/cache": "^1.0|^2.0|^3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/cache-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Cache\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"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/v2.5.2"
|
|
},
|
|
"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": "2022-01-02T09:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v5.4.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "8f551fe22672ac7ab2c95fe46d899f960ed4d979"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/8f551fe22672ac7ab2c95fe46d899f960ed4d979",
|
|
"reference": "8f551fe22672ac7ab2c95fe46d899f960ed4d979",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/polyfill-php81": "^1.22"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
"symfony/finder": "^4.4|^5.0|^6.0",
|
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/yaml": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/config/tree/v5.4.9"
|
|
},
|
|
"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": "2022-05-17T10:39:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/4d671ab4ddac94ee439ea73649c69d9d200b5000",
|
|
"reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php73": "^1.9",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/string": "^5.1|^6.0"
|
|
},
|
|
"conflict": {
|
|
"psr/log": ">=3",
|
|
"symfony/dependency-injection": "<4.4",
|
|
"symfony/dotenv": "<5.1",
|
|
"symfony/event-dispatcher": "<4.4",
|
|
"symfony/lock": "<4.4",
|
|
"symfony/process": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0|2.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2",
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
"symfony/lock": "^4.4|^5.0|^6.0",
|
|
"symfony/process": "^4.4|^5.0|^6.0",
|
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"cli",
|
|
"command line",
|
|
"console",
|
|
"terminal"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/console/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-26T13:00:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "88d1c0d38c2e60f757fa11d89cfc885f0b7f5171"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/88d1c0d38c2e60f757fa11d89cfc885f0b7f5171",
|
|
"reference": "88d1c0d38c2e60f757fa11d89cfc885f0b7f5171",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.1.1",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/polyfill-php81": "^1.22",
|
|
"symfony/service-contracts": "^1.1.6|^2"
|
|
},
|
|
"conflict": {
|
|
"ext-psr": "<1.1|>=2",
|
|
"symfony/config": "<5.3",
|
|
"symfony/finder": "<4.4",
|
|
"symfony/proxy-manager-bridge": "<4.4",
|
|
"symfony/yaml": "<4.4.26"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.0",
|
|
"symfony/service-implementation": "1.0|2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "^5.3|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/yaml": "^4.4.26|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-26T13:00:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
|
},
|
|
"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": "2022-01-02T09:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v5.4.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
|
|
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/event-dispatcher-contracts": "^2|^3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
"symfony/event-dispatcher-implementation": "2.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/stopwatch": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
|
|
},
|
|
"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": "2022-05-05T16:45:39+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/event-dispatcher": "^1"
|
|
},
|
|
"suggest": {
|
|
"symfony/event-dispatcher-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to dispatching event",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
|
|
},
|
|
"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": "2022-01-02T09:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/expression-language",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/expression-language.git",
|
|
"reference": "45b08cbce1299eea111a0f76fbe939eea8e185d7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/45b08cbce1299eea111a0f76fbe939eea8e185d7",
|
|
"reference": "45b08cbce1299eea111a0f76fbe939eea8e185d7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/cache": "^4.4|^5.0|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\ExpressionLanguage\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an engine that can compile and evaluate expressions",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/expression-language/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-19T12:03:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v5.4.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba",
|
|
"reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides basic utilities for the filesystem",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/filesystem/tree/v5.4.9"
|
|
},
|
|
"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": "2022-05-20T13:55:35+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
|
|
"reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/finder/tree/v5.4.8"
|
|
},
|
|
"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": "2022-04-15T08:07:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-client",
|
|
"version": "v4.4.42",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-client.git",
|
|
"reference": "0366fe9d67709477e86b45e2e51a34ccf5018d04"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/0366fe9d67709477e86b45e2e51a34ccf5018d04",
|
|
"reference": "0366fe9d67709477e86b45e2e51a34ccf5018d04",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/http-client-contracts": "^1.1.10|^2",
|
|
"symfony/polyfill-php73": "^1.11",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/service-contracts": "^1.0|^2"
|
|
},
|
|
"provide": {
|
|
"php-http/async-client-implementation": "*",
|
|
"php-http/client-implementation": "*",
|
|
"psr/http-client-implementation": "1.0",
|
|
"symfony/http-client-implementation": "1.1|2.0"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/promises": "^1.4",
|
|
"nyholm/psr7": "^1.0",
|
|
"php-http/httplug": "^1.0|^2.0",
|
|
"psr/http-client": "^1.0",
|
|
"symfony/dependency-injection": "^4.3|^5.0",
|
|
"symfony/http-kernel": "^4.4.13",
|
|
"symfony/process": "^4.2|^5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\HttpClient\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/http-client/tree/v4.4.42"
|
|
},
|
|
"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": "2022-05-17T14:14:05+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-client-contracts",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-client-contracts.git",
|
|
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
|
|
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-client-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\HttpClient\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to HTTP clients",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
|
|
},
|
|
"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": "2022-04-12T15:48:08+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
"reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
|
|
"reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-mbstring": "~1.1",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"require-dev": {
|
|
"predis/predis": "~1.0",
|
|
"symfony/cache": "^4.4|^5.0|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/mime": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/mime": "To use the file extension guesser"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Defines an object-oriented layer for the HTTP specification",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/http-foundation/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-19T13:13:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/inflector",
|
|
"version": "v5.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/inflector.git",
|
|
"reference": "6157dac05bbd287d341b82d67a549fdf468f86d1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/inflector/zipball/6157dac05bbd287d341b82d67a549fdf468f86d1",
|
|
"reference": "6157dac05bbd287d341b82d67a549fdf468f86d1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/string": "^5.3.10|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Inflector\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Converts words between their singular and plural forms (English only)",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string",
|
|
"symfony",
|
|
"words"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/inflector/tree/v5.4.3"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"abandoned": "EnglishInflector from the String component",
|
|
"time": "2022-01-02T09:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/mailer",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/mailer.git",
|
|
"reference": "3e2e5939089938f7150ad448e23d6092338ca991"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/mailer/zipball/3e2e5939089938f7150ad448e23d6092338ca991",
|
|
"reference": "3e2e5939089938f7150ad448e23d6092338ca991",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"egulias/email-validator": "^2.1.10|^3",
|
|
"php": ">=7.2.5",
|
|
"psr/event-dispatcher": "^1",
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
"symfony/mime": "^5.2.6|^6.0",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/service-contracts": "^1.1|^2|^3"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-client-contracts": "^1.1|^2|^3",
|
|
"symfony/messenger": "^4.4|^5.0|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Mailer\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Helps sending emails",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/mailer/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-19T12:03:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/mime",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/mime.git",
|
|
"reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/02265e1e5111c3cd7480387af25e82378b7ab9cc",
|
|
"reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"egulias/email-validator": "~3.0.0",
|
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
|
"symfony/mailer": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"egulias/email-validator": "^2.1.10|^3.1",
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/property-access": "^4.4|^5.1|^6.0",
|
|
"symfony/property-info": "^4.4|^5.1|^6.0",
|
|
"symfony/serializer": "^5.2|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Mime\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Allows manipulating MIME messages",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"mime",
|
|
"mime-type"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/mime/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-09T12:22:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v4.4.37",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "41d1e741a292574887629369400820c9645e8a87"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/41d1e741a292574887629369400820c9645e8a87",
|
|
"reference": "41d1e741a292574887629369400820c9645e8a87",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an improved replacement for the array_replace PHP function",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/options-resolver/tree/v4.4.37"
|
|
},
|
|
"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": "2022-01-02T09:41:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"grapheme",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-icu",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
|
"reference": "e407643d610e5f2c8a4b14189150f68934bf5e48"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e407643d610e5f2c8a4b14189150f68934bf5e48",
|
|
"reference": "e407643d610e5f2c8a4b14189150f68934bf5e48",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance and support of other locales than \"en\""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Icu\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
],
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's ICU-related data and classes",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"icu",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-idn",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
"reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
|
|
"reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
"symfony/polyfill-php72": "^1.10"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Laurent Bassin",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Trevor Rowbotham",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"idn",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
|
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php73",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
|
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.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": "2022-05-10T07:21:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php81",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
|
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Executes commands in sub-processes",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/process/tree/v5.4.8"
|
|
},
|
|
"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": "2022-04-08T05:07:18+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/property-access",
|
|
"version": "v4.4.41",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/property-access.git",
|
|
"reference": "363945473bc6ec784e75037b075cb98f85cdae36"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/property-access/zipball/363945473bc6ec784e75037b075cb98f85cdae36",
|
|
"reference": "363945473bc6ec784e75037b075cb98f85cdae36",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"symfony/inflector": "^3.4|^4.0|^5.0",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"require-dev": {
|
|
"symfony/cache": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"psr/cache-implementation": "To cache access methods."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides functions to read and write from/to an object or array using a simple string notation",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"access",
|
|
"array",
|
|
"extraction",
|
|
"index",
|
|
"injection",
|
|
"object",
|
|
"property",
|
|
"property path",
|
|
"reflection"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/property-access/tree/v4.4.41"
|
|
},
|
|
"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": "2022-04-12T15:19:55+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/property-info",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/property-info.git",
|
|
"reference": "924406e19365953870517eb7f63ac3f7bfb71875"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/property-info/zipball/924406e19365953870517eb7f63ac3f7bfb71875",
|
|
"reference": "924406e19365953870517eb7f63ac3f7bfb71875",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/string": "^5.1|^6.0"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
|
"symfony/dependency-injection": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.10.4",
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
"phpstan/phpdoc-parser": "^1.0",
|
|
"symfony/cache": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/serializer": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
|
|
"psr/cache-implementation": "To cache results",
|
|
"symfony/doctrine-bridge": "To use Doctrine metadata",
|
|
"symfony/serializer": "To use Serializer metadata"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\PropertyInfo\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kévin Dunglas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Extracts information about PHP class' properties using metadata of popular sources",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"doctrine",
|
|
"phpdoc",
|
|
"property",
|
|
"symfony",
|
|
"type",
|
|
"validator"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/property-info/tree/v5.4.10"
|
|
},
|
|
"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": "2022-05-31T05:14:08+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/routing.git",
|
|
"reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/routing/zipball/e07817bb6244ea33ef5ad31abc4a9288bef3f2f7",
|
|
"reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"doctrine/annotations": "<1.12",
|
|
"symfony/config": "<5.3",
|
|
"symfony/dependency-injection": "<4.4",
|
|
"symfony/yaml": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.12",
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^5.3|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
"symfony/yaml": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
"symfony/expression-language": "For using expression matching",
|
|
"symfony/http-foundation": "For using a Symfony Request object",
|
|
"symfony/yaml": "For using the YAML loader"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Maps an HTTP request to a set of configuration variables",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"router",
|
|
"routing",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/routing/tree/v5.4.8"
|
|
},
|
|
"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": "2022-04-18T21:45:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/serializer",
|
|
"version": "v4.4.43",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/serializer.git",
|
|
"reference": "bd020a578d786952cf5d67f8140dfacc161f58a4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/serializer/zipball/bd020a578d786952cf5d67f8140dfacc161f58a4",
|
|
"reference": "bd020a578d786952cf5d67f8140dfacc161f58a4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
|
|
"phpdocumentor/type-resolver": "<0.3.0|1.3.*",
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/property-access": "<3.4",
|
|
"symfony/property-info": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.10.4",
|
|
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
|
|
"symfony/cache": "^3.4|^4.0|^5.0",
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
"symfony/error-handler": "^4.4|^5.0",
|
|
"symfony/http-foundation": "^3.4|^4.0|^5.0",
|
|
"symfony/mime": "^4.4|^5.0",
|
|
"symfony/property-access": "^4.4.36|^5.3.13",
|
|
"symfony/property-info": "^3.4.13|~4.0|^5.0",
|
|
"symfony/validator": "^3.4|^4.0|^5.0",
|
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation mapping.",
|
|
"psr/cache-implementation": "For using the metadata cache.",
|
|
"symfony/config": "For using the XML mapping loader.",
|
|
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
|
|
"symfony/property-access": "For using the ObjectNormalizer.",
|
|
"symfony/property-info": "To deserialize relations.",
|
|
"symfony/yaml": "For using the default YAML mapping loader."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Serializer\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/serializer/tree/v4.4.43"
|
|
},
|
|
"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": "2022-06-24T10:10:05+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.1",
|
|
"symfony/deprecation-contracts": "^2.1|^3"
|
|
},
|
|
"conflict": {
|
|
"ext-psr": "<1.1|>=2"
|
|
},
|
|
"suggest": {
|
|
"symfony/service-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
|
|
},
|
|
"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": "2022-05-30T19:17:29+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "4432bc7df82a554b3e413a8570ce2fea90e94097"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/4432bc7df82a554b3e413a8570ce2fea90e94097",
|
|
"reference": "4432bc7df82a554b3e413a8570ce2fea90e94097",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "~1.15"
|
|
},
|
|
"conflict": {
|
|
"symfony/translation-contracts": ">=3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
|
"symfony/translation-contracts": "^1.1|^2",
|
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\String\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"grapheme",
|
|
"i18n",
|
|
"string",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/string/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-26T15:57:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/var-dumper",
|
|
"version": "v5.4.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
"reference": "af52239a330fafd192c773795520dc2dd62b5657"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657",
|
|
"reference": "af52239a330fafd192c773795520dc2dd62b5657",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<5.4.3",
|
|
"symfony/console": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"ext-iconv": "*",
|
|
"symfony/console": "^4.4|^5.0|^6.0",
|
|
"symfony/process": "^4.4|^5.0|^6.0",
|
|
"symfony/uid": "^5.1|^6.0",
|
|
"twig/twig": "^2.13|^3.0.4"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
"ext-intl": "To show region name in time zone dump",
|
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/var-dump-server"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions/dump.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\VarDumper\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"debug",
|
|
"dump"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/var-dumper/tree/v5.4.9"
|
|
},
|
|
"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": "2022-05-21T10:24:18+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/var-exporter",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-exporter.git",
|
|
"reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
|
|
"reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.4.9|^5.0.9|^6.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": "[email protected]"
|
|
},
|
|
{
|
|
"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",
|
|
"serialize"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/var-exporter/tree/v5.4.10"
|
|
},
|
|
"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": "2022-05-27T12:56:18+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/web-link",
|
|
"version": "v4.4.37",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/web-link.git",
|
|
"reference": "ab13621fd0c0119ad9ebc7179be7c5a1fc6a542d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/web-link/zipball/ab13621fd0c0119ad9ebc7179be7c5a1fc6a542d",
|
|
"reference": "ab13621fd0c0119ad9ebc7179be7c5a1fc6a542d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"psr/link": "^1.0",
|
|
"symfony/polyfill-php72": "^1.5",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": "<4.3"
|
|
},
|
|
"provide": {
|
|
"psr/link-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-foundation": "^4.4|^5.0",
|
|
"symfony/http-kernel": "^4.3|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\WebLink\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kévin Dunglas",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Manages links between resources",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"dns-prefetch",
|
|
"http",
|
|
"http2",
|
|
"link",
|
|
"performance",
|
|
"prefetch",
|
|
"preload",
|
|
"prerender",
|
|
"psr13",
|
|
"push"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/web-link/tree/v4.4.37"
|
|
},
|
|
"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": "2022-01-02T09:41:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v5.4.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "04e42926429d9e8b39c174387ab990bf7817f7a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/04e42926429d9e8b39c174387ab990bf7817f7a2",
|
|
"reference": "04e42926429d9e8b39c174387ab990bf7817f7a2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<5.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/yaml-lint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Loads and dumps YAML files",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/yaml/tree/v5.4.10"
|
|
},
|
|
"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": "2022-06-20T11:50:59+00:00"
|
|
},
|
|
{
|
|
"name": "tritum/form-element-linked-checkbox",
|
|
"version": "2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tritum/form_element_linked_checkbox.git",
|
|
"reference": "4fcd2bfdda3aaf888c10bfd4f8c52a33b9bcc79a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tritum/form_element_linked_checkbox/zipball/4fcd2bfdda3aaf888c10bfd4f8c52a33b9bcc79a",
|
|
"reference": "4fcd2bfdda3aaf888c10bfd4f8c52a33b9bcc79a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "^9.5.30 || ^10.4.20 || ^11.5.0",
|
|
"typo3/cms-form": "^9.5.30 || ^10.4.20 || ^11.5.0",
|
|
"typo3/cms-frontend": "^9.5.30 || ^10.4.20 || ^11.5.0"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "form_element_linked_checkbox"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TRITUM\\FormElementLinkedCheckbox\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Björn Jacob TRITUM GmbH",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/tritum/form_element_linked_checkbox/issues",
|
|
"source": "https://github.com/tritum/form_element_linked_checkbox/tree/2.3.0"
|
|
},
|
|
"time": "2022-01-12T09:12:23+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/class-alias-loader",
|
|
"version": "v1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/class-alias-loader.git",
|
|
"reference": "575f59581541f299f3a86a95b1db001ee6e1d2e0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/575f59581541f299f3a86a95b1db001ee6e1d2e0",
|
|
"reference": "575f59581541f299f3a86a95b1db001ee6e1d2e0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": ">=5.3.7"
|
|
},
|
|
"replace": {
|
|
"helhum/class-alias-loader": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.1@dev || ^2.0@dev",
|
|
"mikey179/vfsstream": "~1.4.0@dev",
|
|
"phpunit/phpunit": ">4.8 <8"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "TYPO3\\ClassAliasLoader\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\ClassAliasLoader\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Amends the composer class loader to support class aliases to provide backwards compatibility for packages",
|
|
"homepage": "http://github.com/TYPO3/class-alias-loader",
|
|
"keywords": [
|
|
"alias",
|
|
"autoloader",
|
|
"classloader",
|
|
"composer"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/TYPO3/class-alias-loader/issues",
|
|
"source": "https://github.com/TYPO3/class-alias-loader/tree/v1.1.3"
|
|
},
|
|
"time": "2020-05-24T13:03:22+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-adminpanel",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/adminpanel.git",
|
|
"reference": "d07cdc8479d5905f00de9bc191e253cdd4938104"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/d07cdc8479d5905f00de9bc191e253cdd4938104",
|
|
"reference": "d07cdc8479d5905f00de9bc191e253cdd4938104",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"symfony/var-dumper": "^4.4 || ^5.0",
|
|
"typo3/cms-backend": "10.4.30",
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3/cms-fluid": "10.4.30",
|
|
"typo3/cms-frontend": "10.4.30",
|
|
"typo3fluid/fluid": "^2.6.10"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "adminpanel"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Adminpanel\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-adminpanel/10.4/en-us/",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-backend",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/backend.git",
|
|
"reference": "b769fd9e6b2677de296efecd3092e81681fe2cf5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/b769fd9e6b2677de296efecd3092e81681fe2cf5",
|
|
"reference": "b769fd9e6b2677de296efecd3092e81681fe2cf5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/event-dispatcher": "^1.0",
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3/cms-recordlist": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"typo3/cms-context-help": "*",
|
|
"typo3/cms-cshmanual": "*",
|
|
"typo3/cms-func-wizards": "*",
|
|
"typo3/cms-wizard-crpages": "*",
|
|
"typo3/cms-wizard-sortpages": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-install": "To generate url to install tool in environment toolbar"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"serviceProvider": "TYPO3\\CMS\\Backend\\ServiceProvider",
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "backend"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Backend\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Classes for the TYPO3 backend.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-belog",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/belog.git",
|
|
"reference": "7562dcac3ac1cf5cdee3e95d326eac85e4b037e1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/7562dcac3ac1cf5cdee3e95d326eac85e4b037e1",
|
|
"reference": "7562dcac3ac1cf5cdee3e95d326eac85e4b037e1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "belog"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Belog\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-beuser",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/beuser.git",
|
|
"reference": "d22308dc5218c1a9c4664867229b53dc53424f60"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/d22308dc5218c1a9c4664867229b53dc53424f60",
|
|
"reference": "d22308dc5218c1a9c4664867229b53dc53424f60",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "beuser"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Beuser\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-cli",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/cms-cli.git",
|
|
"reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82",
|
|
"reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"bin": [
|
|
"typo3"
|
|
],
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "TYPO3 command line binary",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"issues": "https://github.com/TYPO3/cms-cli/issues",
|
|
"source": "https://github.com/TYPO3/cms-cli/tree/master"
|
|
},
|
|
"time": "2018-03-08T20:16:43+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-composer-installers",
|
|
"version": "v3.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/CmsComposerInstallers.git",
|
|
"reference": "1483e434946cf68b6589cdd61c760b19d0988d62"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/1483e434946cf68b6589cdd61c760b19d0988d62",
|
|
"reference": "1483e434946cf68b6589cdd61c760b19d0988d62",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0.0 || ^2.0.0",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"composer/installers": "<2.0.0"
|
|
},
|
|
"replace": {
|
|
"lw/typo3cms-installers": "*",
|
|
"netresearch/composer-installers": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "1.2.*@dev || 2.0.*@dev",
|
|
"friendsofphp/php-cs-fixer": "^2.18",
|
|
"overtrue/phplint": "^2.0",
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "TYPO3\\CMS\\Composer\\Installer\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Composer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 CMS Core Team",
|
|
"homepage": "https://forge.typo3.org/projects/typo3cms-core",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "The TYPO3 Community",
|
|
"homepage": "https://typo3.org/community/",
|
|
"role": "Contributor"
|
|
}
|
|
],
|
|
"description": "TYPO3 CMS Installers",
|
|
"homepage": "https://github.com/TYPO3/CmsComposerInstallers",
|
|
"keywords": [
|
|
"cms",
|
|
"core",
|
|
"extension",
|
|
"installer",
|
|
"typo3"
|
|
],
|
|
"support": {
|
|
"general": "https://typo3.org/support/",
|
|
"issues": "https://github.com/TYPO3/CmsComposerInstallers/issues",
|
|
"source": "https://github.com/TYPO3/CmsComposerInstallers/tree/v3.1.2"
|
|
},
|
|
"time": "2021-07-26T22:16:58+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-core",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/core.git",
|
|
"reference": "237e1692a64bb3221e12e454a2ec83e80807ed8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/237e1692a64bb3221e12e454a2ec83e80807ed8a",
|
|
"reference": "237e1692a64bb3221e12e454a2ec83e80807ed8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "^1.7",
|
|
"doctrine/dbal": "~2.10.0 || ~2.11.2 || ~2.13.1",
|
|
"doctrine/instantiator": "^1.1",
|
|
"doctrine/lexer": "^1.0",
|
|
"egulias/email-validator": "^2.1",
|
|
"enshrined/svg-sanitize": "^0.15.4",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-pcre": "*",
|
|
"ext-pdo": "*",
|
|
"ext-session": "*",
|
|
"ext-xml": "*",
|
|
"guzzlehttp/guzzle": "^6.5.7",
|
|
"guzzlehttp/psr7": "^1.8.5",
|
|
"lolli42/finediff": "^1.0.1",
|
|
"nikic/php-parser": "^4.10.4",
|
|
"php": "^7.2",
|
|
"psr/container": "^1.0",
|
|
"psr/event-dispatcher": "^1.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"psr/log": "^1.0",
|
|
"symfony/config": "^4.4 || ^5.0",
|
|
"symfony/console": "^4.4 || ^5.0",
|
|
"symfony/dependency-injection": "^4.4 || ^5.0",
|
|
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
|
|
"symfony/expression-language": "^4.4 || ^5.0",
|
|
"symfony/filesystem": "^4.4 || ^5.0",
|
|
"symfony/finder": "^4.4 || ^5.0",
|
|
"symfony/http-foundation": "^4.4 || ^5.0",
|
|
"symfony/mailer": "^4.4 || ^5.0",
|
|
"symfony/mime": "^4.4 || ^5.0",
|
|
"symfony/polyfill-intl-icu": "^1.6",
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
|
"symfony/polyfill-intl-normalizer": "^1.22",
|
|
"symfony/polyfill-mbstring": "^1.16",
|
|
"symfony/polyfill-php73": "^1.16",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/polyfill-php81": "^1.23",
|
|
"symfony/routing": "^4.4 || ^5.0",
|
|
"symfony/yaml": "^4.4 || ^5.0",
|
|
"typo3/class-alias-loader": "^1.0",
|
|
"typo3/cms-cli": "^2.0",
|
|
"typo3/cms-composer-installers": "^2.0 || ^3.0",
|
|
"typo3/html-sanitizer": "^2.0.11",
|
|
"typo3/phar-stream-wrapper": "^3.1.7",
|
|
"typo3/symfony-psr-event-dispatcher-adapter": "^1.0 || ^2.0",
|
|
"typo3fluid/fluid": "^2.6.10"
|
|
},
|
|
"conflict": {
|
|
"guzzlehttp/guzzle": "6.5.0",
|
|
"hoa/core": "*",
|
|
"typo3/cms": "*"
|
|
},
|
|
"provide": {
|
|
"psr/http-client-implementation": "1.0",
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"replace": {
|
|
"typo3/cms-lang": "*",
|
|
"typo3/cms-saltedpasswords": "*",
|
|
"typo3/cms-sv": "*"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^4.0",
|
|
"codeception/module-asserts": "^1.1",
|
|
"codeception/module-filesystem": "^1.0",
|
|
"codeception/module-webdriver": "^1.0.1",
|
|
"friendsofphp/php-cs-fixer": "^2.19 || ^3.0",
|
|
"mikey179/vfsstream": "^1.6.10",
|
|
"phpspec/prophecy": "^1.14.0",
|
|
"phpstan/phpstan": "^0.12.64",
|
|
"typo3/cms-styleguide": "~10.0.4",
|
|
"typo3/testing-framework": "^6.15.1"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
|
|
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
|
|
"ext-intl": "TYPO3 with unicode-based filesystems",
|
|
"ext-mysqli": "",
|
|
"ext-openssl": "OpenSSL is required for sending SMTP mails over an encrypted channel endpoint, and for extensions such as \"rsaauth\"",
|
|
"ext-zip": "",
|
|
"ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"serviceProvider": "TYPO3\\CMS\\Core\\ServiceProvider",
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "core"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/PHP/GlobalDebugFunctions.php"
|
|
],
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Core\\": "Classes/"
|
|
},
|
|
"classmap": [
|
|
"Resources/PHP/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The core library of TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-extbase",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/extbase.git",
|
|
"reference": "edb17f91fa973fcbcae1bc995e83b2a62d22b1fa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/edb17f91fa973fcbcae1bc995e83b2a62d22b1fa",
|
|
"reference": "edb17f91fa973fcbcae1bc995e83b2a62d22b1fa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"phpdocumentor/reflection-docblock": "^5.2",
|
|
"phpdocumentor/type-resolver": "^1.3",
|
|
"symfony/dependency-injection": "^4.4 || ^5.0",
|
|
"symfony/property-access": "^4.4 || ^5.0",
|
|
"symfony/property-info": "^4.4 || ^5.0",
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-scheduler": "Additional scheduler tasks"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"serviceProvider": "TYPO3\\CMS\\Extbase\\ServiceProvider",
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "extbase"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Extbase\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A framework to build extensions for TYPO3 CMS.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-extensionmanager",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/extensionmanager.git",
|
|
"reference": "ee54012251a9ef0a3550853f8b1bbe160c646dde"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/ee54012251a9ef0a3550853f8b1bbe160c646dde",
|
|
"reference": "ee54012251a9ef0a3550853f8b1bbe160c646dde",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-libxml": "*",
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "extensionmanager"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Extensionmanager\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "TYPO3 Extension Manager",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-filelist",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/filelist.git",
|
|
"reference": "50dccb3b1c263205481842a8ce7fd85426ea4bef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/50dccb3b1c263205481842a8ce7fd85426ea4bef",
|
|
"reference": "50dccb3b1c263205481842a8ce7fd85426ea4bef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "filelist"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Filelist\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Listing of files in the directory",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-filemetadata",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/filemetadata.git",
|
|
"reference": "250d46e6ec1b4d7b409c345a71f16957e73bb8ae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/250d46e6ec1b4d7b409c345a71f16957e73bb8ae",
|
|
"reference": "250d46e6ec1b4d7b409c345a71f16957e73bb8ae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "filemetadata"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Add advanced metadata to File.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-fluid",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/fluid.git",
|
|
"reference": "237c41d856c59b46d1a1d6dc0761eb088ef41798"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/237c41d856c59b46d1a1d6dc0761eb088ef41798",
|
|
"reference": "237c41d856c59b46d1a1d6dc0761eb088ef41798",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/dependency-injection": "^4.4 || ^5.0",
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3/cms-extbase": "10.4.30",
|
|
"typo3fluid/fluid": "^2.6.10"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "fluid"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Fluid\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/other/typo3/view-helper-reference/10.4/en-us/",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-fluid-styled-content",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
|
|
"reference": "727cb615273d409cf365834efefffae288018806"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/727cb615273d409cf365834efefffae288018806",
|
|
"reference": "727cb615273d409cf365834efefffae288018806",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3/cms-fluid": "10.4.30",
|
|
"typo3/cms-frontend": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "fluid_styled_content"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\FluidStyledContent\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A set of common content elements based on Fluid for Frontend output.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-fluid-styled-content/10.4/en-us",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-form",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/form.git",
|
|
"reference": "ed61d86999791703ce8383249a6b9cdd0e27e5e0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/ed61d86999791703ce8383249a6b9cdd0e27e5e0",
|
|
"reference": "ed61d86999791703ce8383249a6b9cdd0e27e5e0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/http-message": "^1.0",
|
|
"symfony/expression-language": "^4.4 || ^5.0",
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-filelist": "Listing of files in the directory",
|
|
"typo3/cms-impexp": "Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems."
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "form"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Form\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Form Library, Plugin and Editor",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-form/10.4/en-us",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-frontend",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/frontend.git",
|
|
"reference": "83bd2993dad5c297b2a9924ed27e7b66b6e39d02"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/83bd2993dad5c297b2a9924ed27e7b66b6e39d02",
|
|
"reference": "83bd2993dad5c297b2a9924ed27e7b66b6e39d02",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-libxml": "*",
|
|
"symfony/polyfill-mbstring": "^1.16",
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend."
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"serviceProvider": "TYPO3\\CMS\\Frontend\\ServiceProvider",
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "frontend"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Frontend\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Classes for the frontend of TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-info",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/info.git",
|
|
"reference": "c4c58f1b38edf75becc8091fb6fc80d32e9f7d60"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/c4c58f1b38edf75becc8091fb6fc80d32e9f7d60",
|
|
"reference": "c4c58f1b38edf75becc8091fb6fc80d32e9f7d60",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"typo3/cms-info-pagetsconfig": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "info"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Info\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Shows various infos",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-install",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/install.git",
|
|
"reference": "f6503f715a4130676ab26055159dc770b74108c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/f6503f715a4130676ab26055159dc770b74108c1",
|
|
"reference": "f6503f715a4130676ab26055159dc770b74108c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": "~2.10.0 || ~2.11.2 || ~2.13.1",
|
|
"nikic/php-parser": "^4.10.4",
|
|
"symfony/finder": "^4.4 || ^5.0",
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3/cms-extbase": "10.4.30",
|
|
"typo3/cms-fluid": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"serviceProvider": "TYPO3\\CMS\\Install\\ServiceProvider",
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "install"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Install\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The Install Tool mounted as the module Tools>Install in TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-lowlevel",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/lowlevel.git",
|
|
"reference": "df17f4a2318789bda432a26078abe01f3e9f6362"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/df17f4a2318789bda432a26078abe01f3e9f6362",
|
|
"reference": "df17f4a2318789bda432a26078abe01f3e9f6362",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"serviceProvider": "TYPO3\\CMS\\Lowlevel\\ServiceProvider",
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "lowlevel"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Lowlevel\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-recordlist",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/recordlist.git",
|
|
"reference": "611555327601b9f9bd5f06bbaaa0c609294b8dcb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/611555327601b9f9bd5f06bbaaa0c609294b8dcb",
|
|
"reference": "611555327601b9f9bd5f06bbaaa0c609294b8dcb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "recordlist"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Recordlist\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "List of database-records",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-recycler",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/recycler.git",
|
|
"reference": "c35b048d2ee7af56be413820ec483e43adde816b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/c35b048d2ee7af56be413820ec483e43adde816b",
|
|
"reference": "c35b048d2ee7af56be413820ec483e43adde816b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-libxml": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-scheduler": "Remove deleted records after given time"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "recycler"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Recycler\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-recycler/10.4/en-us/",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-redirects",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/redirects.git",
|
|
"reference": "d43ad9ac85899f90ca6196f36bbbc947a9f5e819"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/d43ad9ac85899f90ca6196f36bbbc947a9f5e819",
|
|
"reference": "d43ad9ac85899f90ca6196f36bbbc947a9f5e819",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": "~2.10.0 || ~2.11.2 || ~2.13.1",
|
|
"psr/http-message": "^1.0",
|
|
"psr/log": "^1.0",
|
|
"typo3/cms-backend": "10.4.30",
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3fluid/fluid": "^2.6.10"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-reports": "Get reports of redirects",
|
|
"typo3/cms-scheduler": "Execute commands to update redirect status"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "redirects",
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Redirects\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Custom redirects in TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-redirects/10.4/en-us/",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-reports",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/reports.git",
|
|
"reference": "90773b9547cca5161eeaf4d835cb95d47f037aae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/90773b9547cca5161eeaf4d835cb95d47f037aae",
|
|
"reference": "90773b9547cca5161eeaf4d835cb95d47f037aae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-scheduler": "Determine system's status and send it via email"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "reports"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Reports\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The reports module groups several system reports.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-rte-ckeditor",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
|
|
"reference": "1725fad59aca2ea143d22d44c8478c73f3af5b41"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/1725fad59aca2ea143d22d44c8478c73f3af5b41",
|
|
"reference": "1725fad59aca2ea143d22d44c8478c73f3af5b41",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-setup": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "rte_ckeditor"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\RteCKEditor\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Integration of CKEditor as Rich Text Editor.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-rte-ckeditor/10.4/en-us",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-scheduler",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/scheduler.git",
|
|
"reference": "04578fea316dcfb4b34a0c18bc16a07706aa4fe8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/04578fea316dcfb4b34a0c18bc16a07706aa4fe8",
|
|
"reference": "04578fea316dcfb4b34a0c18bc16a07706aa4fe8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "scheduler"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Scheduler\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-scheduler/10.4/en-us",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-seo",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/seo.git",
|
|
"reference": "c8b5ffb0a6f1d147d1d9c101f8d2f1ea38588ee3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/c8b5ffb0a6f1d147d1d9c101f8d2f1ea38588ee3",
|
|
"reference": "c8b5ffb0a6f1d147d1d9c101f8d2f1ea38588ee3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30",
|
|
"typo3/cms-extbase": "10.4.30",
|
|
"typo3/cms-frontend": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "seo",
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Seo\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "SEO features for TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org/c/typo3/cms-seo/10.4/en-us",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-setup",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/setup.git",
|
|
"reference": "f03bb6746cdb56800eab5a14ef70e5c842e822bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/f03bb6746cdb56800eab5a14ef70e5c842e822bf",
|
|
"reference": "f03bb6746cdb56800eab5a14ef70e5c842e822bf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "setup"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Setup\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-t3editor",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/t3editor.git",
|
|
"reference": "ef24e7fc6f9756e7dcb0fef2e7f6e11f95472ae4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/ef24e7fc6f9756e7dcb0fef2e7f6e11f95472ae4",
|
|
"reference": "ef24e7fc6f9756e7dcb0fef2e7f6e11f95472ae4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-libxml": "*",
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "t3editor"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\T3editor\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-tstemplate",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/tstemplate.git",
|
|
"reference": "0891b203cc54b546fb86ed1c2e4ecc97201d4d3b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/0891b203cc54b546fb86ed1c2e4ecc97201d4d3b",
|
|
"reference": "0891b203cc54b546fb86ed1c2e4ecc97201d4d3b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "tstemplate"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Tstemplate\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Framework for management of TypoScript template records for the CMS frontend.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-viewpage",
|
|
"version": "v10.4.30",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/viewpage.git",
|
|
"reference": "e2bbbb0ff1a0a924a4dc4a47485ff21e2cdb93de"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/e2bbbb0ff1a0a924a4dc4a47485ff21e2cdb93de",
|
|
"reference": "e2bbbb0ff1a0a924a4dc4a47485ff21e2cdb93de",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "10.4.30"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "viewpage"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Viewpage\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Shows the frontend webpage inside the backend frameset.",
|
|
"homepage": "https://typo3.org",
|
|
"support": {
|
|
"chat": "https://typo3.org/help",
|
|
"docs": "https://docs.typo3.org",
|
|
"issues": "https://forge.typo3.org",
|
|
"source": "https://github.com/typo3/typo3"
|
|
},
|
|
"time": "2022-06-15T07:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/html-sanitizer",
|
|
"version": "v2.0.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/html-sanitizer.git",
|
|
"reference": "719de8bd771ce2d6e3c3b51992b251dc95375fbd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/719de8bd771ce2d6e3c3b51992b251dc95375fbd",
|
|
"reference": "719de8bd771ce2d6e3c3b51992b251dc95375fbd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"masterminds/html5": "^2.7",
|
|
"php": "^7.2 || ^8.0",
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\HtmlSanitizer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Hader",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "HTML sanitizer aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values.",
|
|
"support": {
|
|
"issues": "https://github.com/TYPO3/html-sanitizer/issues",
|
|
"source": "https://github.com/TYPO3/html-sanitizer/tree/v2.0.14"
|
|
},
|
|
"time": "2022-02-21T08:29:43+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/phar-stream-wrapper",
|
|
"version": "v3.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
|
|
"reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
|
|
"reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-xdebug": "*",
|
|
"phpspec/prophecy": "^1.10",
|
|
"symfony/phpunit-bridge": "^5.1"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "v3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\PharStreamWrapper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Interceptors for PHP's native phar:// stream handling",
|
|
"homepage": "https://typo3.org/",
|
|
"keywords": [
|
|
"phar",
|
|
"php",
|
|
"security",
|
|
"stream-wrapper"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
|
|
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7"
|
|
},
|
|
"time": "2021-09-20T19:19:13+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/symfony-psr-event-dispatcher-adapter",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/symfony-psr-event-dispatcher-adapter.git",
|
|
"reference": "c93fd7cc9f215cfbbc6ce89089eadabedf65a21f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/symfony-psr-event-dispatcher-adapter/zipball/c93fd7cc9f215cfbbc6ce89089eadabedf65a21f",
|
|
"reference": "c93fd7cc9f215cfbbc6ce89089eadabedf65a21f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"psr/event-dispatcher": "^1.0",
|
|
"symfony/event-dispatcher-contracts": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\SymfonyPsrEventDispatcherAdapter\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Adapter to provide compatibility with the Symfony's event dispatcher interface in all versions with the PSR-14 specification.",
|
|
"homepage": "https://typo3.org/",
|
|
"keywords": [
|
|
"adapter",
|
|
"events",
|
|
"psr",
|
|
"psr-14"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/TYPO3/symfony-psr-event-dispatcher-adapter/issues",
|
|
"source": "https://github.com/TYPO3/symfony-psr-event-dispatcher-adapter/tree/v2.1.0"
|
|
},
|
|
"time": "2021-03-02T09:36:49+00:00"
|
|
},
|
|
{
|
|
"name": "typo3fluid/fluid",
|
|
"version": "2.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/Fluid.git",
|
|
"reference": "a60a9219ab556104c70abb3efad45caa2c188aa5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/Fluid/zipball/a60a9219ab556104c70abb3efad45caa2c188aa5",
|
|
"reference": "a60a9219ab556104c70abb3efad45caa2c188aa5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^8.1",
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
},
|
|
"bin": [
|
|
"bin/fluid"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3Fluid\\Fluid\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"description": "The TYPO3 Fluid template rendering engine",
|
|
"support": {
|
|
"issues": "https://github.com/TYPO3/Fluid/issues",
|
|
"source": "https://github.com/TYPO3/Fluid/tree/2.7.1"
|
|
},
|
|
"time": "2021-11-12T10:06:45+00:00"
|
|
},
|
|
{
|
|
"name": "wazum/pagetree-resizable",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wazum/pagetree-resizable.git",
|
|
"reference": "344f5c979e6348b507ab920310e28d52814c3d65"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wazum/pagetree-resizable/zipball/344f5c979e6348b507ab920310e28d52814c3d65",
|
|
"reference": "344f5c979e6348b507ab920310e28d52814c3d65",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "pagetree_resizable"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Wazum\\PagetreeResizable\\": "Classes"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0"
|
|
],
|
|
"description": "Make the backend page tree horizontally resizable",
|
|
"support": {
|
|
"issues": "https://github.com/wazum/pagetree-resizable/issues",
|
|
"source": "https://github.com/wazum/pagetree-resizable/tree/1.3.1"
|
|
},
|
|
"time": "2021-03-29T13:02:55+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan": "<0.12.20",
|
|
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.13"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/webmozarts/assert/issues",
|
|
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
|
},
|
|
"time": "2022-06-03T18:03:27+00:00"
|
|
},
|
|
{
|
|
"name": "yoast-seo-for-typo3/yoast_seo",
|
|
"version": "7.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Yoast/Yoast-SEO-for-TYPO3.git",
|
|
"reference": "1d5ee47319dcfd0921714a3ff0eed4d6b1342c3e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Yoast/Yoast-SEO-for-TYPO3/zipball/1d5ee47319dcfd0921714a3ff0eed4d6b1342c3e",
|
|
"reference": "1d5ee47319dcfd0921714a3ff0eed4d6b1342c3e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"php": "^7.0",
|
|
"typo3/cms-backend": "^8.7|^9.5|^10.3",
|
|
"typo3/cms-core": "^8.7|^9.5|^10.3",
|
|
"typo3/cms-extbase": "^8.7|^9.5|^10.3",
|
|
"typo3/cms-fluid": "^8.7|^9.5|^10.3",
|
|
"typo3/cms-frontend": "^8.7|^9.5|^10.3",
|
|
"typo3/cms-install": "^8.7|^9.5|^10.3"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/yoast-seo": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
"overtrue/phplint": "^2.0",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^0.12.32",
|
|
"saschaegerer/phpstan-typo3": "dev-master",
|
|
"slam/phpstan-extensions": "^5.0",
|
|
"typo3/tailor": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-seo": "^9.5|^10.3"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": "public",
|
|
"extension-key": "yoast_seo"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"YoastSeoForTypo3\\YoastSeo\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Team Yoast",
|
|
"email": "[email protected]",
|
|
"homepage": "https://yoast.com"
|
|
},
|
|
{
|
|
"name": "Team MaxServ",
|
|
"email": "[email protected]",
|
|
"homepage": "https://maxserv.com"
|
|
}
|
|
],
|
|
"description": "Yoast SEO for TYPO3",
|
|
"homepage": "https://yoast.com",
|
|
"keywords": [
|
|
"MaxServ",
|
|
"TYPO3 CMS",
|
|
"seo",
|
|
"yoast"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Yoast/Yoast-SEO-for-TYPO3/issues",
|
|
"source": "https://github.com/Yoast/Yoast-SEO-for-TYPO3/tree/7.2.4"
|
|
},
|
|
"time": "2021-08-12T15:50:19+00:00"
|
|
},
|
|
{
|
|
"name": "yohang/calendr",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yohang/CalendR.git",
|
|
"reference": "f48f3f2f37908c63f18ecb762a0d923a74b19d24"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yohang/CalendR/zipball/f48f3f2f37908c63f18ecb762a0d923a74b19d24",
|
|
"reference": "f48f3f2f37908c63f18ecb762a0d923a74b19d24",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5|^7.0",
|
|
"symfony/options-resolver": "^2.7|^3.0|^4.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "^1.5",
|
|
"doctrine/common": "^2.5",
|
|
"doctrine/orm": "^2.5",
|
|
"phpunit/phpunit": "^4.8.35|^5.4.0|^6.0|^7.0",
|
|
"silex/silex": "^1.3",
|
|
"twig/twig": "^1.23|^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CalendR\\": "src/CalendR/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yohan GIARELLI",
|
|
"email": "[email protected]",
|
|
"homepage": "http://yohan.giarel.li"
|
|
}
|
|
],
|
|
"description": "Object Oriented calendar management",
|
|
"homepage": "https://github.com/yohang/CalendR",
|
|
"keywords": [
|
|
"calendar",
|
|
"date",
|
|
"events"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/yohang/CalendR/issues",
|
|
"source": "https://github.com/yohang/CalendR/tree/master"
|
|
},
|
|
"time": "2019-01-13T17:07:34+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "deployer/deployer",
|
|
"version": "v6.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deployphp/deployer.git",
|
|
"reference": "4e243a64ed61e779fbb31c5a74e258a8e52fdaff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deployphp/deployer/zipball/4e243a64ed61e779fbb31c5a74e258a8e52fdaff",
|
|
"reference": "4e243a64ed61e779fbb31c5a74e258a8e52fdaff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"deployer/phar-update": "~2.2",
|
|
"php": "^7.2",
|
|
"pimple/pimple": "~3.0",
|
|
"symfony/console": "~2.7|~3.0|~4.0|~5.0",
|
|
"symfony/process": "~2.7|~3.0|~4.0|~5.0",
|
|
"symfony/yaml": "~2.7|~3.0|~4.0|~5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"bin": [
|
|
"bin/dep"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/Support/helpers.php",
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Deployer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Deployment Tool",
|
|
"homepage": "https://deployer.org",
|
|
"support": {
|
|
"docs": "https://deployer.org/docs",
|
|
"issues": "https://github.com/deployphp/deployer/issues",
|
|
"source": "https://github.com/deployphp/deployer"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/antonmedv",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/deployer",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2020-04-25T16:05:31+00:00"
|
|
},
|
|
{
|
|
"name": "deployer/phar-update",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deployphp/phar-update.git",
|
|
"reference": "9ad07422f2cd43a1382ee8e134bdcd3a374848e3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deployphp/phar-update/zipball/9ad07422f2cd43a1382ee8e134bdcd3a374848e3",
|
|
"reference": "9ad07422f2cd43a1382ee8e134bdcd3a374848e3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/console": "~2.7|~3.0|~4.0|~5.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.0",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"symfony/process": "~2.7|~3.0|~4.0|~5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Deployer\\Component\\PharUpdate\\": "src/",
|
|
"Deployer\\Component\\PHPUnit\\": "src/PHPUnit/",
|
|
"Deployer\\Component\\Version\\": "src/Version/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kevin Herrera",
|
|
"email": "[email protected]",
|
|
"homepage": "http://kevin.herrera.io"
|
|
},
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "[email protected]",
|
|
"homepage": "https://medv.io"
|
|
}
|
|
],
|
|
"description": "Integrates Phar Update to Symfony Console.",
|
|
"homepage": "https://github.com/deployphp/phar-update",
|
|
"keywords": [
|
|
"console",
|
|
"phar",
|
|
"update"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/deployphp/phar-update/issues",
|
|
"source": "https://github.com/deployphp/phar-update/tree/v2.2.0"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2019-12-12T13:45:57+00:00"
|
|
},
|
|
{
|
|
"name": "deployer/recipes",
|
|
"version": "6.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deployphp/recipes.git",
|
|
"reference": "84b3229c518c094a950e1fe785b7b8f9598770fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deployphp/recipes/zipball/84b3229c518c094a950e1fe785b7b8f9598770fe",
|
|
"reference": "84b3229c518c094a950e1fe785b7b8f9598770fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.0"
|
|
},
|
|
"require-dev": {
|
|
"deployer/deployer": "^6.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "3rd party deployer recipes",
|
|
"homepage": "https://github.com/deployphp/recipes",
|
|
"keywords": [
|
|
"cachetool",
|
|
"cloudflare",
|
|
"deploy",
|
|
"deployer",
|
|
"deployment",
|
|
"hipchat",
|
|
"newrelic",
|
|
"rabbit",
|
|
"recipes",
|
|
"sentry",
|
|
"slack",
|
|
"yarn"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/deployphp/recipes/issues",
|
|
"source": "https://github.com/deployphp/recipes"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2019-06-27T06:47:18+00:00"
|
|
},
|
|
{
|
|
"name": "ichhabrecht/filefill",
|
|
"version": "3.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/IchHabRecht/filefill.git",
|
|
"reference": "c23719d32fdc08b044f918ffab6dfee750a38595"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/IchHabRecht/filefill/zipball/c23719d32fdc08b044f918ffab6dfee750a38595",
|
|
"reference": "c23719d32fdc08b044f918ffab6dfee750a38595",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 7.0, < 7.5",
|
|
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/filefill": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"nimut/testing-framework": "5.x-dev"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "filefill",
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"app-dir": ".Build",
|
|
"web-dir": ".Build/public"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IchHabRecht\\Filefill\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicole Cordes",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Find and fetch missing local files from different remotes",
|
|
"homepage": "https://github.com/IchHabRecht/filefill",
|
|
"keywords": [
|
|
"extension",
|
|
"file",
|
|
"missing",
|
|
"placeholder",
|
|
"typo3"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/IchHabRecht/filefill/issues",
|
|
"source": "https://github.com/IchHabRecht/filefill/tree/3.3.1"
|
|
},
|
|
"time": "2020-12-16T16:51:49+00:00"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
|
|
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.1 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^5.4@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
"homepage": "https://pimple.symfony.com",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
|
|
},
|
|
"time": "2021-10-28T11:13:42+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.4",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-pdo": "*",
|
|
"ext-simplexml": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.4.13"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|