3353 lines
120 KiB
JSON
3353 lines
120 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": "1dba22f6a011fcf745ddabb92c3171cb",
|
|
"packages": [
|
|
{
|
|
"name": "christophlehmann/imageoptimizer",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/christophlehmann/imageoptimizer.git",
|
|
"reference": "2472497fba5e718500d0ba61289c53c0042e68dc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/christophlehmann/imageoptimizer/zipball/2472497fba5e718500d0ba61289c53c0042e68dc",
|
|
"reference": "2472497fba5e718500d0ba61289c53c0042e68dc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">=7.6.0,<=8.7.99"
|
|
},
|
|
"replace": {
|
|
"imageoptimizer": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lemming\\Imageoptimizer\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"description": "Optimize uploaded/processed images with binaries of your choice",
|
|
"keywords": [
|
|
"extension",
|
|
"jpegoptim",
|
|
"lossless",
|
|
"optipng",
|
|
"progressive",
|
|
"typo3"
|
|
],
|
|
"time": "2018-08-20T20:49:40+00:00"
|
|
},
|
|
{
|
|
"name": "cogpowered/finediff",
|
|
"version": "0.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cogpowered/FineDiff.git",
|
|
"reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cogpowered/FineDiff/zipball/339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8",
|
|
"reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "*",
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"cogpowered\\FineDiff": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rob Crowe",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Raymond Hill"
|
|
}
|
|
],
|
|
"description": "PHP implementation of a Fine granularity Diff engine",
|
|
"homepage": "https://github.com/cogpowered/FineDiff",
|
|
"keywords": [
|
|
"diff",
|
|
"finediff",
|
|
"opcode",
|
|
"string",
|
|
"text"
|
|
],
|
|
"time": "2014-05-19T10:25:02+00:00"
|
|
},
|
|
{
|
|
"name": "dmitryd/typo3-realurl",
|
|
"version": "2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dmitryd/typo3-realurl.git",
|
|
"reference": "4492e57ddaeda062ef802e840ffb02bab24816f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dmitryd/typo3-realurl/zipball/4492e57ddaeda062ef802e840ffb02bab24816f9",
|
|
"reference": "4492e57ddaeda062ef802e840ffb02bab24816f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.4.0,<7.3.0",
|
|
"typo3/cms-core": ">=6.2.0,<9.0.0"
|
|
},
|
|
"conflict": {
|
|
"bednee/cooluri": ">0.0.1",
|
|
"helhum/realurl": ">0.0.1",
|
|
"typo3-ter/cooluri": ">=0.0.1",
|
|
"typo3-ter/simulatestatic": ">0.0.1"
|
|
},
|
|
"replace": {
|
|
"realurl": "self.version",
|
|
"typo3-ter/realurl": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.0"
|
|
},
|
|
"suggest": {
|
|
"typo3-ter/static-info-tables": ">=6.2.0"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": ".Build/Web"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DmitryDulepov\\Realurl\\": "Classes"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dmitry Dulepov",
|
|
"email": "[email protected]",
|
|
"homepage": "http://www.dmitry-dulepov.com/"
|
|
}
|
|
],
|
|
"description": "Speaking URLs for TYPO3",
|
|
"homepage": "https://github.com/dmitryd/typo3-realurl",
|
|
"keywords": [
|
|
"RealURL",
|
|
"cms",
|
|
"typo3"
|
|
],
|
|
"time": "2018-07-09T00:00:00+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
|
|
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"alcaeus/mongo-php-adapter": "^1.1",
|
|
"doctrine/coding-standard": "^4.0",
|
|
"mongodb/mongodb": "^1.1",
|
|
"phpunit/phpunit": "^7.0",
|
|
"predis/predis": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "https://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2018-08-21T18:01:43+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "v2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
|
|
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "^1.0",
|
|
"doctrine/event-manager": "^1.0",
|
|
"ext-pdo": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^4.0",
|
|
"jetbrains/phpstorm-stubs": "^2018.1.2",
|
|
"phpstan/phpstan": "^0.10.1",
|
|
"phpunit/phpunit": "^7.1.2",
|
|
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
|
|
"symfony/console": "^2.0.5|^3.0|^4.0",
|
|
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-dbal"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8.x-dev",
|
|
"dev-develop": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"persistence",
|
|
"queryobject"
|
|
],
|
|
"time": "2018-07-13T03:16:35+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/event-manager",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/event-manager.git",
|
|
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
|
|
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": "<2.9@dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^4.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": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Doctrine Event Manager component",
|
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
|
|
"keywords": [
|
|
"event",
|
|
"eventdispatcher",
|
|
"eventmanager"
|
|
],
|
|
"time": "2018-06-11T11:59:03+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3,<8.0-DEV"
|
|
},
|
|
"require-dev": {
|
|
"athletic/athletic": "~0.1.8",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "[email protected]",
|
|
"homepage": "http://ocramius.github.com/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://github.com/doctrine/instantiator",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"time": "2015-06-14T21:17:01+00:00"
|
|
},
|
|
{
|
|
"name": "fluidtypo3/vhs",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FluidTYPO3/vhs.git",
|
|
"reference": "8f0435a36f8141e15fca37d75b19bee1bce578f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/8f0435a36f8141e15fca37d75b19bee1bce578f3",
|
|
"reference": "8f0435a36f8141e15fca37d75b19bee1bce578f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"fluidtypo3/development": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-tidy": "Allows to make use of the tidy ViewHelper"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FluidTYPO3\\Vhs\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "The vhs package from FluidTYPO3",
|
|
"homepage": "https://fluidtypo3.org",
|
|
"keywords": [
|
|
"TYPO3 CMS",
|
|
"fedext",
|
|
"fluid",
|
|
"templating",
|
|
"utility",
|
|
"viewhelper"
|
|
],
|
|
"time": "2016-10-18T13:44:09+00:00"
|
|
},
|
|
{
|
|
"name": "georgringer/news",
|
|
"version": "6.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/georgringer/news.git",
|
|
"reference": "5d12b36e30cea3cd958e6efa1e5e6fd43d490390"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/georgringer/news/zipball/5d12b36e30cea3cd958e6efa1e5e6fd43d490390",
|
|
"reference": "5d12b36e30cea3cd958e6efa1e5e6fd43d490390",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "^7.6.13 || >=8.5.0 <9"
|
|
},
|
|
"replace": {
|
|
"news": "self.version",
|
|
"typo3-ter/news": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
"nimut/testing-framework": "^1.0",
|
|
"phpunit/phpunit": "~4.8.0"
|
|
},
|
|
"suggest": {
|
|
"dmitryd/typo3-dd-googlesitemap": "~2.0",
|
|
"reelworx/rx-shariff": "~10.0"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"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",
|
|
"homepage": "http://montagmorgen.at",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Versatile news extension, based on extbase & fluid for TYPO3 CMS",
|
|
"homepage": "http://montagmorgen.at",
|
|
"keywords": [
|
|
"article",
|
|
"extension",
|
|
"news",
|
|
"typo3"
|
|
],
|
|
"time": "2018-02-01T08:37:18+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-console",
|
|
"version": "4.9.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/TYPO3-Console.git",
|
|
"reference": "5913e161a5c7e53df9d8e655e4946a10874b5140"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/5913e161a5c7e53df9d8e655e4946a10874b5140",
|
|
"reference": "5913e161a5c7e53df9d8e655e4946a10874b5140",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-phar": "*",
|
|
"helhum/typo3-console-plugin": "^1.7.5 || ^2.0.2",
|
|
"php": ">=5.5.0 <7.3",
|
|
"symfony/console": "^2.7 || ^3.0",
|
|
"symfony/process": "^2.7 || ^3.0",
|
|
"typo3/cms-backend": "^7.6 || ^8.7",
|
|
"typo3/cms-core": "^7.6 || ^8.7",
|
|
"typo3/cms-extbase": "^7.6 || ^8.7",
|
|
"typo3/cms-extensionmanager": "^7.6 || ^8.7",
|
|
"typo3/cms-fluid": "^7.6 || ^8.7",
|
|
"typo3/cms-install": "^7.6 || ^8.7",
|
|
"typo3/cms-scheduler": "^7.6 || ^8.7"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/typo3-console": "self.version",
|
|
"typo3_console": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "~1.6.0",
|
|
"nimut/testing-framework": "^2.0 || ^3.0",
|
|
"symfony/filesystem": "^3.2",
|
|
"typo3-console/create-reference-command": "^1.0",
|
|
"typo3/cms": "^8.7"
|
|
},
|
|
"bin": [
|
|
"Scripts/typo3cms"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": ".Build/Web",
|
|
"Package": {
|
|
"partOfMinimalUsableSystem": true
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3Console\\": [
|
|
"Classes/",
|
|
"Resources/Private/ExtensionArtifacts/src/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "[email protected]",
|
|
"homepage": "http://helhum.io",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A reliable and powerful command line interface for TYPO3 CMS",
|
|
"homepage": "http://insight.helhum.io/post/104528981610/about-the-beauty-and-power-of-typo3-console",
|
|
"keywords": [
|
|
"cli",
|
|
"command",
|
|
"commandline",
|
|
"console",
|
|
"typo3"
|
|
],
|
|
"time": "2018-07-03T16:58:45+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-console-plugin",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/typo3-console-plugin.git",
|
|
"reference": "4e0cb102b6471b156a942eb8ca6e607ab28c0b19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/4e0cb102b6471b156a942eb8ca6e607ab28c0b19",
|
|
"reference": "4e0cb102b6471b156a942eb8ca6e607ab28c0b19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0",
|
|
"php": ">=7.0.0 <7.3",
|
|
"typo3/cms-composer-installers": "^1.4 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Helhum\\Typo3ConsolePlugin\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3ConsolePlugin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Installer plugin for helhum/typo3-console, to ease usage without the need to specify scripts in your root composer.json",
|
|
"homepage": "https://github.com/helhum/typo3-console-plugin",
|
|
"keywords": [
|
|
"composer",
|
|
"plugin",
|
|
"typo3 console"
|
|
],
|
|
"time": "2017-12-13T13:52:52+00:00"
|
|
},
|
|
{
|
|
"name": "jalle19/php-yui-compressor",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Jalle19/php-yui-compressor.git",
|
|
"reference": "eb88c4f7fd8d7c8bd15a1970611d67cca11f71a0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Jalle19/php-yui-compressor/zipball/eb88c4f7fd8d7c8bd15a1970611d67cca11f71a0",
|
|
"reference": "eb88c4f7fd8d7c8bd15a1970611d67cca11f71a0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nervo/yuicompressor": "2.4.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"YUI": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"description": "A modern PHP wrapper for the YUI compressor",
|
|
"homepage": "https://github.com/Jalle19/php-yui-compressor",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"minify",
|
|
"yui"
|
|
],
|
|
"time": "2014-06-03T12:02:11+00:00"
|
|
},
|
|
{
|
|
"name": "league/csv",
|
|
"version": "8.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/csv.git",
|
|
"reference": "d2aab1e7bde802582c3879acf03d92716577c76d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d",
|
|
"reference": "d2aab1e7bde802582c3879acf03d92716577c76d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^1.9",
|
|
"phpunit/phpunit": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"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": "http://csv.thephpleague.com",
|
|
"keywords": [
|
|
"csv",
|
|
"export",
|
|
"filter",
|
|
"import",
|
|
"read",
|
|
"write"
|
|
],
|
|
"time": "2018-02-06T08:27:03+00:00"
|
|
},
|
|
{
|
|
"name": "linkorb/jsmin-php",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/linkorb/jsmin-php.git",
|
|
"reference": "be85d87fc9c27730e7e9ced742b13010dafc1026"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/linkorb/jsmin-php/zipball/be85d87fc9c27730e7e9ced742b13010dafc1026",
|
|
"reference": "be85d87fc9c27730e7e9ced742b13010dafc1026",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joost Faassen",
|
|
"email": "[email protected]",
|
|
"role": "Packaging for Composer"
|
|
},
|
|
{
|
|
"name": "Ryan Grove",
|
|
"email": "[email protected]",
|
|
"role": "PHP port"
|
|
},
|
|
{
|
|
"name": "Adam Gofort",
|
|
"email": "[email protected]",
|
|
"role": "Updates to the PHP port"
|
|
},
|
|
{
|
|
"name": "Douglas Crockford",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Unofficial package of jsmin-php",
|
|
"homepage": "http://www.github.com/linkorb/jsmin-php",
|
|
"keywords": [
|
|
"javascript",
|
|
"jsmin",
|
|
"minify"
|
|
],
|
|
"time": "2013-03-15T13:16:35+00:00"
|
|
},
|
|
{
|
|
"name": "matthiasmullie/minify",
|
|
"version": "1.3.60",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matthiasmullie/minify.git",
|
|
"reference": "ab7fea80ce5ce6549baaf272bc8bd926a7e08f90"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/ab7fea80ce5ce6549baaf272bc8bd926a7e08f90",
|
|
"reference": "ab7fea80ce5ce6549baaf272bc8bd926a7e08f90",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"matthiasmullie/path-converter": "~1.1",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.0",
|
|
"matthiasmullie/scrapbook": "~1.0",
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"suggest": {
|
|
"psr/cache-implementation": "Cache implementation to use with Minify::cache"
|
|
},
|
|
"bin": [
|
|
"bin/minifycss",
|
|
"bin/minifyjs"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\Minify\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "[email protected]",
|
|
"homepage": "http://www.mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
|
|
"homepage": "http://www.minifier.org",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"javascript",
|
|
"minifier",
|
|
"minify"
|
|
],
|
|
"time": "2018-04-18T08:50:35+00:00"
|
|
},
|
|
{
|
|
"name": "matthiasmullie/path-converter",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matthiasmullie/path-converter.git",
|
|
"reference": "3082a6838be02b930239a97d38b5c9da4d693aca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/3082a6838be02b930239a97d38b5c9da4d693aca",
|
|
"reference": "3082a6838be02b930239a97d38b5c9da4d693aca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\PathConverter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "[email protected]",
|
|
"homepage": "http://www.mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Relative path converter",
|
|
"homepage": "http://github.com/matthiasmullie/path-converter",
|
|
"keywords": [
|
|
"converter",
|
|
"path",
|
|
"paths",
|
|
"relative"
|
|
],
|
|
"time": "2018-02-02T11:30:10+00:00"
|
|
},
|
|
{
|
|
"name": "meenie/javascript-packer",
|
|
"version": "1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/meenie/javascript-packer.git",
|
|
"reference": "dcab0159ae1ed9d7535c034fb8afe1e4c3495d22"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/meenie/javascript-packer/zipball/dcab0159ae1ed9d7535c034fb8afe1e4c3495d22",
|
|
"reference": "dcab0159ae1ed9d7535c034fb8afe1e4c3495d22",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"class.JavaScriptPacker.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL 2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Martin",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Composer hosted mirror of the PHP Version of Dean Edwards' JavaScript Packer",
|
|
"homepage": "http://joliclic.free.fr/php/javascript-packer/en/",
|
|
"keywords": [
|
|
"javascript packer"
|
|
],
|
|
"time": "2013-03-25T21:54:33+00:00"
|
|
},
|
|
{
|
|
"name": "mso/idna-convert",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phlylabs/idna-convert.git",
|
|
"reference": "0a0a09e460e63739d82c3f0c3f0e5555567a6be3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phlylabs/idna-convert/zipball/0a0a09e460e63739d82c3f0c3f0e5555567a6be3",
|
|
"reference": "0a0a09e460e63739d82c3f0c3f0e5555567a6be3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"idna_convert.class.php",
|
|
"uctc.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Sommerfeld",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A library for encoding and decoding internationalized domain names",
|
|
"homepage": "http://idnaconv.net/",
|
|
"keywords": [
|
|
"idn",
|
|
"idna",
|
|
"php"
|
|
],
|
|
"time": "2016-01-06T21:05:46+00:00"
|
|
},
|
|
{
|
|
"name": "natxet/CssMin",
|
|
"version": "v3.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/natxet/CssMin.git",
|
|
"reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/natxet/CssMin/zipball/d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd",
|
|
"reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joe Scylla",
|
|
"email": "[email protected]",
|
|
"homepage": "https://profiles.google.com/joe.scylla"
|
|
}
|
|
],
|
|
"description": "Minifying CSS",
|
|
"homepage": "http://code.google.com/p/cssmin/",
|
|
"keywords": [
|
|
"css",
|
|
"minify"
|
|
],
|
|
"time": "2018-01-09T11:15:01+00:00"
|
|
},
|
|
{
|
|
"name": "nervo/yuicompressor",
|
|
"version": "2.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nervo/yuicompressor.git",
|
|
"reference": "e6e3b215c3998cf6092613c002ae533ae75d7ada"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nervo/yuicompressor/zipball/e6e3b215c3998cf6092613c002ae533ae75d7ada",
|
|
"reference": "e6e3b215c3998cf6092613c002ae533ae75d7ada",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD"
|
|
],
|
|
"description": "YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.",
|
|
"homepage": "https://github.com/yui/yuicompressor",
|
|
"keywords": [
|
|
"java",
|
|
"yui"
|
|
],
|
|
"time": "2013-09-13T10:26:14+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v9.99.99",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*",
|
|
"vimeo/psalm": "^1"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "[email protected]",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
"keywords": [
|
|
"csprng",
|
|
"polyfill",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"time": "2018-07-02T15:55:56+00:00"
|
|
},
|
|
{
|
|
"name": "patchwork/jsqueeze",
|
|
"version": "v2.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tchwork/jsqueeze.git",
|
|
"reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
|
|
"reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Patchwork\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"(Apache-2.0 or GPL-2.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Efficient JavaScript minification in PHP",
|
|
"homepage": "https://github.com/tchwork/jsqueeze",
|
|
"keywords": [
|
|
"compression",
|
|
"javascript",
|
|
"minification"
|
|
],
|
|
"time": "2016-04-19T09:28:22+00:00"
|
|
},
|
|
{
|
|
"name": "pear/http_request2",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/HTTP_Request2.git",
|
|
"reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
|
|
"reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pear/net_url2": "^2.2.0",
|
|
"pear/pear_exception": "^1.0.0",
|
|
"php": ">=5.2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "Adds support for looking up mime-types using finfo.",
|
|
"ext-zlib": "Allows handling gzip compressed responses.",
|
|
"lib-curl": "Allows using cURL as a request backend.",
|
|
"lib-openssl": "Allows handling SSL requests when not using cURL."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-trunk": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTTP_Request2": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alexey Borzov",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Provides an easy way to perform HTTP requests.",
|
|
"homepage": "http://pear.php.net/package/HTTP_Request2",
|
|
"keywords": [
|
|
"PEAR",
|
|
"curl",
|
|
"http",
|
|
"request"
|
|
],
|
|
"time": "2016-02-13T20:20:39+00:00"
|
|
},
|
|
{
|
|
"name": "pear/net_url2",
|
|
"version": "v2.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/Net_URL2.git",
|
|
"reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
|
|
"reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=3.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"Net/URL2.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Coallier",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Tom Klingenberg",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Christian Schmidt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
|
|
"homepage": "https://github.com/pear/Net_URL2",
|
|
"keywords": [
|
|
"PEAR",
|
|
"net",
|
|
"networking",
|
|
"rfc3986",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2017-08-25T06:16:11+00:00"
|
|
},
|
|
{
|
|
"name": "pear/pear_exception",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/PEAR_Exception.git",
|
|
"reference": "8c18719fdae000b690e3912be401c76e406dd13b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
|
|
"reference": "8c18719fdae000b690e3912be401c76e406dd13b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=4.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"type": "class",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PEAR": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"."
|
|
],
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helgi Thormar",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Greg Beaver",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "The PEAR Exception base class.",
|
|
"homepage": "https://github.com/pear/PEAR_Exception",
|
|
"keywords": [
|
|
"exception"
|
|
],
|
|
"time": "2015-02-10T20:07:52+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"
|
|
],
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2016-10-10T12:19:37+00:00"
|
|
},
|
|
{
|
|
"name": "smichaelsen/pagepath",
|
|
"version": "1.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/smichaelsen/typo3-pagepath.git",
|
|
"reference": "09dfe1e979dace879f6a12065d80bbe2d7c14198"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/smichaelsen/typo3-pagepath/zipball/09dfe1e979dace879f6a12065d80bbe2d7c14198",
|
|
"reference": "09dfe1e979dace879f6a12065d80bbe2d7c14198",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "^7.6 || ^8.6"
|
|
},
|
|
"replace": {
|
|
"pagepath": "self.version",
|
|
"typo3-ter/pagepath": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"namelesscoder/typo3-repository-client": "^1.2.0"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": ".Build/Web"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"Classes/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"homepage": "https://github.com/smichaelsen/typo3-pagepath",
|
|
"time": "2017-02-15T14:33:41+00:00"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v5.4.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
|
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.1",
|
|
"symfony/phpunit-bridge": "~3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Corbyn"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "https://swiftmailer.symfony.com",
|
|
"keywords": [
|
|
"email",
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2018-07-31T09:26:32+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v2.8.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "0c1fcbb9afb5cff992c982ff99c0434f0146dcfc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/0c1fcbb9afb5cff992c982ff99c0434f0146dcfc",
|
|
"reference": "0c1fcbb9afb5cff992c982ff99c0434f0146dcfc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"symfony/debug": "^2.7.2|~3.0.0",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.1|~3.0.0",
|
|
"symfony/process": "~2.1|~3.0.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Console Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-07-26T11:13:39+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v2.8.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "cbb8a5f212148964efbc414838c527229f9951b7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/cbb8a5f212148964efbc414838c527229f9951b7",
|
|
"reference": "cbb8a5f212148964efbc414838c527229f9951b7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/class-loader": "~2.2|~3.0.0",
|
|
"symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
},
|
|
"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": "Symfony Debug Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-08-03T09:45:57+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v2.8.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/f0de0b51913eb2caab7dfed6413b87e14fca780e",
|
|
"reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Finder Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-07-26T11:13:39+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/inflector",
|
|
"version": "v4.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/inflector.git",
|
|
"reference": "07810b5c88ec0c2e98972571a40a126b44664e13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/inflector/zipball/07810b5c88ec0c2e98972571a40a126b44664e13",
|
|
"reference": "07810b5c88ec0c2e98972571a40a126b44664e13",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Inflector Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string",
|
|
"symfony",
|
|
"words"
|
|
],
|
|
"time": "2018-07-26T08:55:25+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v3.4.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "6debc476953a45969ab39afe8dee0b825f356dc7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/6debc476953a45969ab39afe8dee0b825f356dc7",
|
|
"reference": "6debc476953a45969ab39afe8dee0b825f356dc7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"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": "Symfony OptionsResolver Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"time": "2018-07-26T08:45:46+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
|
|
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.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": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php70",
|
|
"version": "v1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
|
"reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
|
|
"reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php70\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"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.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v3.4.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/4d6b125d5293cbceedc2aa10f2c71617e76262e7",
|
|
"reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Process Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-08-03T10:42:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/property-access",
|
|
"version": "v3.4.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/property-access.git",
|
|
"reference": "8c892ce455ef55b3e22769cc27a7aa2e0983bff1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/property-access/zipball/8c892ce455ef55b3e22769cc27a7aa2e0983bff1",
|
|
"reference": "8c892ce455ef55b3e22769cc27a7aa2e0983bff1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/inflector": "~3.1|~4.0",
|
|
"symfony/polyfill-php70": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/cache": "~3.1|~4.0"
|
|
},
|
|
"suggest": {
|
|
"psr/cache-implementation": "To cache access methods."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"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": "Symfony PropertyAccess Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"access",
|
|
"array",
|
|
"extraction",
|
|
"index",
|
|
"injection",
|
|
"object",
|
|
"property",
|
|
"property path",
|
|
"reflection"
|
|
],
|
|
"time": "2018-08-24T10:16:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/serializer",
|
|
"version": "v3.3.18",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/serializer.git",
|
|
"reference": "49a429eba5a2f96c170e8b4b834ce612c257fb32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/serializer/zipball/49a429eba5a2f96c170e8b4b834ce612c257fb32",
|
|
"reference": "49a429eba5a2f96c170e8b4b834ce612c257fb32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/type-resolver": "<0.2.1",
|
|
"symfony/dependency-injection": "<3.2",
|
|
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
|
|
"symfony/property-info": "<3.1",
|
|
"symfony/yaml": "<3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.0",
|
|
"doctrine/cache": "~1.0",
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
|
"symfony/cache": "~3.1",
|
|
"symfony/config": "~2.8|~3.0",
|
|
"symfony/dependency-injection": "~3.2",
|
|
"symfony/http-foundation": "~2.8|~3.0",
|
|
"symfony/property-access": "~2.8|~3.0",
|
|
"symfony/property-info": "~3.1",
|
|
"symfony/yaml": "~3.3"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
|
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
|
|
"psr/cache-implementation": "For using the metadata cache.",
|
|
"symfony/config": "For using the XML mapping loader.",
|
|
"symfony/http-foundation": "To use 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",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Serializer Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-17T08:02:20+00:00"
|
|
},
|
|
{
|
|
"name": "tedivm/jshrink",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tedious/JShrink.git",
|
|
"reference": "68ce379b213741e86f02bf6053b0d26b9f833448"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tedious/JShrink/zipball/68ce379b213741e86f02bf6053b0d26b9f833448",
|
|
"reference": "68ce379b213741e86f02bf6053b0d26b9f833448",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.8",
|
|
"php-coveralls/php-coveralls": "^1.1.0",
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JShrink": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Robert Hafner",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Javascript Minifier built in PHP",
|
|
"homepage": "http://github.com/tedious/JShrink",
|
|
"keywords": [
|
|
"javascript",
|
|
"minifier"
|
|
],
|
|
"time": "2017-12-08T00:59:56+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/gridelements",
|
|
"version": "7.2.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/gridelements/7.2.0/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">= 7.6.0, <= 7.99.99"
|
|
},
|
|
"conflict": {
|
|
"typo3-ter/jfmulticontent": "*",
|
|
"typo3-ter/templavoila": "*"
|
|
},
|
|
"replace": {
|
|
"gridelements": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GridElementsTeam\\Gridelements\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Grid Elements Team",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "cybercraft"
|
|
}
|
|
],
|
|
"description": "This extension integrates the grid layout concept also to regular content elements - the grid elements.\r\nIt 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://extensions.typo3.org/extension/gridelements/",
|
|
"time": "2017-12-23T18:15:17+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/html-compress",
|
|
"version": "1.1.1",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/html_compress/1.1.1/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">= 7.6.0, <= 8.9.99"
|
|
},
|
|
"replace": {
|
|
"html_compress": "self.version",
|
|
"typo3-ter/html_compress": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Markussom\\HtmlCompress\\": "Classes"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Markus Sommer",
|
|
"email": "[email protected]",
|
|
"company": "https://www.creativeworkspace.de",
|
|
"username": "delaramas"
|
|
}
|
|
],
|
|
"description": "Compress/minify your HTML output",
|
|
"homepage": "https://extensions.typo3.org/extension/html_compress/",
|
|
"time": "2016-12-26T10:19:02+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/media",
|
|
"version": "4.5.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/media/4.5.0/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3-ter/vidi": ">= 2.3.1, <= 2.99.99",
|
|
"typo3/cms-core": ">= 7.6.0, <= 8.99.99"
|
|
},
|
|
"replace": {
|
|
"media": "self.version"
|
|
},
|
|
"suggest": {
|
|
"typo3-ter/metadata": "*"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fab\\Media\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Udriot",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "ecodev"
|
|
}
|
|
],
|
|
"description": "Media management system for TYPO3 CMS.",
|
|
"homepage": "https://extensions.typo3.org/extension/media/",
|
|
"time": "2017-11-02T13:08:04+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/metaseo",
|
|
"version": "2.1.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/metaseo/2.1.0/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"php": ">= 5.3.0",
|
|
"typo3/cms-core": ">= 6.2.1, <= 7.6.99"
|
|
},
|
|
"replace": {
|
|
"metaseo": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Metaseo\\Metaseo\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "MetaSEO Team",
|
|
"email": "",
|
|
"company": "",
|
|
"username": "mblaschke"
|
|
}
|
|
],
|
|
"description": "Search Engine Optimization (SEO), Indexed Google-Sitemap (TXT- and XML-Sitemap) for all Extensions (pibase, extbase), Metatags, Canonical-URL, Pagetitle manipulations, Crawler verification, Piwik and Google Analytics support and some more... multi-language- and multi-tree-support",
|
|
"homepage": "https://extensions.typo3.org/extension/metaseo/",
|
|
"time": "2017-06-11T18:32:55+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/ods-redirects",
|
|
"version": "1.3.4",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/ods_redirects/1.3.4/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">= 7.0.0, <= 8.99.99"
|
|
},
|
|
"replace": {
|
|
"ods_redirects": "self.version",
|
|
"typo3-ter/ods_redirects": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"classmap": [
|
|
""
|
|
],
|
|
"exclude-from-classmap": [
|
|
"Migrations",
|
|
"Tests",
|
|
"tests",
|
|
"class.ext_update.php"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Robert Heel",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "bobosch"
|
|
}
|
|
],
|
|
"description": "Simply manage (permanent 301) redirects in the list view. The extension supports multidomain sites, count the redirect usage and shows the last referer. UPDATE! imports the records from realurl.",
|
|
"homepage": "https://extensions.typo3.org/extension/ods_redirects/",
|
|
"time": "2017-05-22T22:07:45+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/pb-social",
|
|
"version": "1.3.1",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/pb_social/1.3.1/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"php": ">= 5.6.0, <= 7.1.99",
|
|
"typo3/cms-core": ">= 6.2.0, <= 8.7.99"
|
|
},
|
|
"replace": {
|
|
"pb_social": "self.version",
|
|
"typo3-ter/pb_social": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PlusB\\PbSocial\\": "Classes"
|
|
},
|
|
"classmap": [
|
|
"Resources/Private/Libs"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Mikolaj Jedrzejewski - plus B, Ramon Mohi - plus B, Kai Lorenz - plus B",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "plusb"
|
|
}
|
|
],
|
|
"homepage": "https://extensions.typo3.org/extension/pb_social/",
|
|
"time": "2018-02-14T11:05:37+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/sourceopt",
|
|
"version": "1.0.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/sourceopt/1.0.0/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"php": ">= 5.6.0",
|
|
"typo3/cms-core": ">= 7.6.0, <= 8.7.99"
|
|
},
|
|
"replace": {
|
|
"sourceopt": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HTML\\Sourceopt\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Dr. Ronald P. Steiner, Boris Nicolai, Tim Lochmueller",
|
|
"email": "[email protected], [email protected], [email protected]",
|
|
"company": "",
|
|
"username": "spyker"
|
|
}
|
|
],
|
|
"description": "Optimization of the final page: reformatting the (x)html output, removal of new lines, and quotes. Move development repository to https://github.com/lochmueller/sourceopt",
|
|
"homepage": "https://extensions.typo3.org/extension/sourceopt/",
|
|
"time": "2017-06-15T17:25:53+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/vidi",
|
|
"version": "2.7.1",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/vidi/2.7.1/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">= 7.6.0, <= 8.99.99"
|
|
},
|
|
"replace": {
|
|
"vidi": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fab\\Vidi\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Udriot",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "ecodev"
|
|
}
|
|
],
|
|
"description": "Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!",
|
|
"homepage": "https://extensions.typo3.org/extension/vidi/",
|
|
"time": "2018-08-31T14:37:27+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/class-alias-loader",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/class-alias-loader.git",
|
|
"reference": "a9dd295c81ed0b51455644be420ab9210cad688f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/a9dd295c81ed0b51455644be420ab9210cad688f",
|
|
"reference": "a9dd295c81ed0b51455644be420ab9210cad688f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0",
|
|
"php": ">=5.3.7"
|
|
},
|
|
"replace": {
|
|
"helhum/class-alias-loader": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "dev-master",
|
|
"mikey179/vfsstream": "1.4.*@dev",
|
|
"phpunit/phpunit": "~4.7.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "TYPO3\\ClassAliasLoader\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.0.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"
|
|
],
|
|
"time": "2015-10-06T10:25:44+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms",
|
|
"version": "v7.6.31",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/TYPO3.CMS.git",
|
|
"reference": "9c2a581af498b16bdfe744647d2611fad92903d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/TYPO3.CMS/zipball/9c2a581af498b16bdfe744647d2611fad92903d2",
|
|
"reference": "9c2a581af498b16bdfe744647d2611fad92903d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cogpowered/finediff": "~0.3.1",
|
|
"doctrine/instantiator": "~1.0.4",
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-session": "*",
|
|
"ext-xml": "*",
|
|
"mso/idna-convert": "^0.9.1",
|
|
"pear/http_request2": "~2.3.0",
|
|
"php": ">=5.5.0",
|
|
"psr/http-message": "~1.0",
|
|
"psr/log": "~1.0.0",
|
|
"swiftmailer/swiftmailer": "~5.4.5",
|
|
"symfony/console": "^2.7",
|
|
"symfony/debug": "^2.7",
|
|
"symfony/finder": "^2.7",
|
|
"typo3/class-alias-loader": "^1.0",
|
|
"typo3/cms-composer-installers": "^1.2.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "2.7.44 || 2.8.37"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/adodb": "*",
|
|
"typo3-ter/dbal": "*",
|
|
"typo3-ter/func": "*",
|
|
"typo3-ter/rtehtmlarea": "*",
|
|
"typo3/cms-about": "self.version",
|
|
"typo3/cms-aboutmodules": "self.version",
|
|
"typo3/cms-adodb": "self.version",
|
|
"typo3/cms-backend": "self.version",
|
|
"typo3/cms-belog": "self.version",
|
|
"typo3/cms-beuser": "self.version",
|
|
"typo3/cms-context-help": "self.version",
|
|
"typo3/cms-core": "self.version",
|
|
"typo3/cms-cshmanual": "self.version",
|
|
"typo3/cms-css-styled-content": "self.version",
|
|
"typo3/cms-dbal": "self.version",
|
|
"typo3/cms-documentation": "self.version",
|
|
"typo3/cms-extbase": "self.version",
|
|
"typo3/cms-extensionmanager": "self.version",
|
|
"typo3/cms-feedit": "self.version",
|
|
"typo3/cms-felogin": "self.version",
|
|
"typo3/cms-filelist": "self.version",
|
|
"typo3/cms-filemetadata": "self.version",
|
|
"typo3/cms-fluid": "self.version",
|
|
"typo3/cms-fluid-styled-content": "self.version",
|
|
"typo3/cms-form": "self.version",
|
|
"typo3/cms-frontend": "self.version",
|
|
"typo3/cms-func": "self.version",
|
|
"typo3/cms-func-wizards": "self.version",
|
|
"typo3/cms-impexp": "self.version",
|
|
"typo3/cms-indexed-search": "self.version",
|
|
"typo3/cms-indexed-search-mysql": "self.version",
|
|
"typo3/cms-info": "self.version",
|
|
"typo3/cms-info-pagetsconfig": "self.version",
|
|
"typo3/cms-install": "self.version",
|
|
"typo3/cms-lang": "self.version",
|
|
"typo3/cms-linkvalidator": "self.version",
|
|
"typo3/cms-lowlevel": "self.version",
|
|
"typo3/cms-opendocs": "self.version",
|
|
"typo3/cms-recordlist": "self.version",
|
|
"typo3/cms-recycler": "self.version",
|
|
"typo3/cms-reports": "self.version",
|
|
"typo3/cms-rsaauth": "self.version",
|
|
"typo3/cms-rtehtmlarea": "self.version",
|
|
"typo3/cms-saltedpasswords": "self.version",
|
|
"typo3/cms-scheduler": "self.version",
|
|
"typo3/cms-setup": "self.version",
|
|
"typo3/cms-sv": "self.version",
|
|
"typo3/cms-sys-action": "self.version",
|
|
"typo3/cms-sys-note": "self.version",
|
|
"typo3/cms-t3editor": "self.version",
|
|
"typo3/cms-t3skin": "self.version",
|
|
"typo3/cms-taskcenter": "self.version",
|
|
"typo3/cms-tstemplate": "self.version",
|
|
"typo3/cms-version": "self.version",
|
|
"typo3/cms-viewpage": "self.version",
|
|
"typo3/cms-wizard-crpages": "self.version",
|
|
"typo3/cms-wizard-sortpages": "self.version",
|
|
"typo3/cms-workspaces": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
|
"mikey179/vfsstream": "1.6.0",
|
|
"phpunit/phpunit": "~4.8.0",
|
|
"symfony/event-dispatcher": "^2.8",
|
|
"symfony/filesystem": "^2.8",
|
|
"symfony/options-resolver": "^2.8",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/process": "^2.8",
|
|
"symfony/stopwatch": "^2.8",
|
|
"symfony/yaml": "^2.8"
|
|
},
|
|
"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-mysqli": "",
|
|
"ext-openssl": "",
|
|
"ext-soap": "",
|
|
"ext-zip": "",
|
|
"ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
|
|
},
|
|
"type": "typo3-cms-core",
|
|
"extra": {
|
|
"typo3/class-alias-loader": {
|
|
"always-add-alias-loader": true
|
|
},
|
|
"branch-alias": {
|
|
"dev-TYPO3_7-6": "7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\About\\": "typo3/sysext/about/Classes/",
|
|
"TYPO3\\CMS\\Aboutmodules\\": "typo3/sysext/aboutmodules/Classes/",
|
|
"TYPO3\\CMS\\Backend\\": "typo3/sysext/backend/Classes/",
|
|
"TYPO3\\CMS\\Belog\\": "typo3/sysext/belog/Classes/",
|
|
"TYPO3\\CMS\\Beuser\\": "typo3/sysext/beuser/Classes/",
|
|
"TYPO3\\CMS\\ContextHelp\\": "typo3/sysext/context_help/Classes/",
|
|
"TYPO3\\CMS\\Core\\": "typo3/sysext/core/Classes/",
|
|
"TYPO3\\CMS\\Cshmanual\\": "typo3/sysext/cshmanual/Classes/",
|
|
"TYPO3\\CMS\\CssStyledContent\\": "typo3/sysext/css_styled_content/Classes/",
|
|
"TYPO3\\CMS\\Dbal\\": "typo3/sysext/dbal/Classes/",
|
|
"TYPO3\\CMS\\Documentation\\": "typo3/sysext/documentation/Classes/",
|
|
"TYPO3\\CMS\\Extbase\\": "typo3/sysext/extbase/Classes/",
|
|
"TYPO3\\CMS\\Extensionmanager\\": "typo3/sysext/extensionmanager/Classes/",
|
|
"TYPO3\\CMS\\Feedit\\": "typo3/sysext/feedit/Classes/",
|
|
"TYPO3\\CMS\\Felogin\\": "typo3/sysext/felogin/Classes/",
|
|
"TYPO3\\CMS\\Filelist\\": "typo3/sysext/filelist/Classes/",
|
|
"TYPO3\\CMS\\Fluid\\": "typo3/sysext/fluid/Classes/",
|
|
"TYPO3\\CMS\\FluidStyledContent\\": "typo3/sysext/fluid_styled_content/Classes/",
|
|
"TYPO3\\CMS\\Form\\": "typo3/sysext/form/Classes/",
|
|
"TYPO3\\CMS\\Frontend\\": "typo3/sysext/frontend/Classes/",
|
|
"TYPO3\\CMS\\Func\\": "typo3/sysext/func/Classes/",
|
|
"TYPO3\\CMS\\Impexp\\": "typo3/sysext/impexp/Classes/",
|
|
"TYPO3\\CMS\\IndexedSearch\\": "typo3/sysext/indexed_search/Classes/",
|
|
"TYPO3\\CMS\\IndexedSearchMysql\\": "typo3/sysext/indexed_search_mysql/Classes/",
|
|
"TYPO3\\CMS\\Info\\": "typo3/sysext/info/Classes/",
|
|
"TYPO3\\CMS\\InfoPagetsconfig\\": "typo3/sysext/info_pagetsconfig/Classes/",
|
|
"TYPO3\\CMS\\Install\\": "typo3/sysext/install/Classes/",
|
|
"TYPO3\\CMS\\Lang\\": "typo3/sysext/lang/Classes/",
|
|
"TYPO3\\CMS\\Linkvalidator\\": "typo3/sysext/linkvalidator/Classes/",
|
|
"TYPO3\\CMS\\Lowlevel\\": "typo3/sysext/lowlevel/Classes/",
|
|
"TYPO3\\CMS\\Opendocs\\": "typo3/sysext/opendocs/Classes/",
|
|
"TYPO3\\CMS\\Recordlist\\": "typo3/sysext/recordlist/Classes/",
|
|
"TYPO3\\CMS\\Recycler\\": "typo3/sysext/recycler/Classes/",
|
|
"TYPO3\\CMS\\Reports\\": "typo3/sysext/reports/Classes/",
|
|
"TYPO3\\CMS\\Rsaauth\\": "typo3/sysext/rsaauth/Classes/",
|
|
"TYPO3\\CMS\\Rtehtmlarea\\": "typo3/sysext/rtehtmlarea/Classes/",
|
|
"TYPO3\\CMS\\Saltedpasswords\\": "typo3/sysext/saltedpasswords/Classes/",
|
|
"TYPO3\\CMS\\Scheduler\\": "typo3/sysext/scheduler/Classes/",
|
|
"TYPO3\\CMS\\Setup\\": "typo3/sysext/setup/Classes/",
|
|
"TYPO3\\CMS\\Sv\\": "typo3/sysext/sv/Classes/",
|
|
"TYPO3\\CMS\\SysAction\\": "typo3/sysext/sys_action/Classes/",
|
|
"TYPO3\\CMS\\SysNote\\": "typo3/sysext/sys_note/Classes/",
|
|
"TYPO3\\CMS\\T3editor\\": "typo3/sysext/t3editor/Classes/",
|
|
"TYPO3\\CMS\\Taskcenter\\": "typo3/sysext/taskcenter/Classes/",
|
|
"TYPO3\\CMS\\Tstemplate\\": "typo3/sysext/tstemplate/Classes/",
|
|
"TYPO3\\CMS\\Version\\": "typo3/sysext/version/Classes/",
|
|
"TYPO3\\CMS\\Viewpage\\": "typo3/sysext/viewpage/Classes/",
|
|
"TYPO3\\CMS\\WizardCrpages\\": "typo3/sysext/wizard_crpages/Classes/",
|
|
"TYPO3\\CMS\\WizardSortpages\\": "typo3/sysext/wizard_sortpages/Classes/",
|
|
"TYPO3\\CMS\\Workspaces\\": "typo3/sysext/workspaces/Classes/"
|
|
},
|
|
"classmap": [
|
|
"typo3/sysext/core/Resources/PHP/",
|
|
"typo3/sysext/fluid/Resources/PHP/"
|
|
],
|
|
"files": [
|
|
"typo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "The TYPO3 Community",
|
|
"homepage": "https://typo3.org/community/",
|
|
"role": "Contributor"
|
|
},
|
|
{
|
|
"name": "TYPO3 CMS Core Team",
|
|
"homepage": "https://forge.typo3.org/projects/typo3cms-core",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.",
|
|
"homepage": "https://typo3.org/",
|
|
"keywords": [
|
|
"Content management system",
|
|
"cms",
|
|
"extbase",
|
|
"typo3"
|
|
],
|
|
"time": "2018-07-31T08:10:35+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-composer-installers",
|
|
"version": "v1.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/CmsComposerInstallers.git",
|
|
"reference": "a5c340cafe69629869f046f4e2790fb87bfb9ded"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/a5c340cafe69629869f046f4e2790fb87bfb9ded",
|
|
"reference": "a5c340cafe69629869f046f4e2790fb87bfb9ded",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0.0",
|
|
"php": ">=7.0.0 <7.3"
|
|
},
|
|
"conflict": {
|
|
"composer/installers": "<1.0.24 || >1.0.24"
|
|
},
|
|
"replace": {
|
|
"lw/typo3cms-installers": "*",
|
|
"netresearch/composer-installers": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.2"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "TYPO3\\CMS\\Composer\\Installer\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Composer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Opitz",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Lars Peipmann",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "TYPO3 CMS Installers",
|
|
"homepage": "https://github.com/TYPO3/CmsComposerInstallers",
|
|
"keywords": [
|
|
"cms",
|
|
"core",
|
|
"extension",
|
|
"installer",
|
|
"typo3"
|
|
],
|
|
"time": "2018-04-09T08:16:52+00:00"
|
|
},
|
|
{
|
|
"name": "websharks/css-minifier",
|
|
"version": "150820",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/websharks/css-minifier.git",
|
|
"reference": "da1d0254c41e1f59c7337aa444d743e6056046ff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/websharks/css-minifier/zipball/da1d0254c41e1f59c7337aa444d743e6056046ff",
|
|
"reference": "da1d0254c41e1f59c7337aa444d743e6056046ff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebSharks\\CssMinifier\\": "src/includes/classes"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "websharks",
|
|
"homepage": "http://websharks-inc.com/",
|
|
"role": "company"
|
|
},
|
|
{
|
|
"name": "jaswsinc",
|
|
"homepage": "http://jaswsinc.com/",
|
|
"role": "developer"
|
|
},
|
|
{
|
|
"name": "raamdev",
|
|
"homepage": "http://raam.org/",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Compresses CSS.",
|
|
"homepage": "https://github.com/websharks/css-minifier",
|
|
"keywords": [
|
|
"compressor",
|
|
"css",
|
|
"websharks"
|
|
],
|
|
"time": "2015-08-21T03:19:25+00:00"
|
|
},
|
|
{
|
|
"name": "wyrihaximus/html-compress",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/WyriHaximus/HtmlCompress.git",
|
|
"reference": "0c2207ceaa711b93e1d33551cbb7b1ba6cd1e975"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/WyriHaximus/HtmlCompress/zipball/0c2207ceaa711b93e1d33551cbb7b1ba6cd1e975",
|
|
"reference": "0c2207ceaa711b93e1d33551cbb7b1ba6cd1e975",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"jalle19/php-yui-compressor": "^1.0",
|
|
"linkorb/jsmin-php": "1.0.0",
|
|
"matthiasmullie/minify": "^1.3",
|
|
"meenie/javascript-packer": "1.1",
|
|
"natxet/cssmin": "^3.0",
|
|
"patchwork/jsqueeze": "~1.0|~2.0",
|
|
"php": "^7.0 || ^5.6",
|
|
"tedivm/jshrink": "^1.3",
|
|
"websharks/css-minifier": "150820"
|
|
},
|
|
"require-dev": {
|
|
"phake/phake": "^1.0",
|
|
"phpunit/phpunit": "^4.0",
|
|
"squizlabs/php_codesniffer": "^1.0",
|
|
"vectorface/dunit": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WyriHaximus\\HtmlCompress\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "[email protected]",
|
|
"homepage": "http://wyrihaximus.net/"
|
|
}
|
|
],
|
|
"description": "Compress/minify your HTML",
|
|
"keywords": [
|
|
"compress",
|
|
"html"
|
|
],
|
|
"time": "2018-01-03T21:15:44+00:00"
|
|
},
|
|
{
|
|
"name": "yohang/calendr",
|
|
"version": "2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yohang/CalendR.git",
|
|
"reference": "1ae1da29ec9e633afb692cc763b6736c1def3f55"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yohang/CalendR/zipball/1ae1da29ec9e633afb692cc763b6736c1def3f55",
|
|
"reference": "1ae1da29ec9e633afb692cc763b6736c1def3f55",
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"CalendR": "src/"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2018-04-04T17:39:14+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "deployer/deployer",
|
|
"version": "v6.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deployphp/deployer.git",
|
|
"reference": "3013995ad728e4d3450a6fa5d8ae90a9d7be5a17"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deployphp/deployer/zipball/3013995ad728e4d3450a6fa5d8ae90a9d7be5a17",
|
|
"reference": "3013995ad728e4d3450a6fa5d8ae90a9d7be5a17",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"deployer/phar-update": "~2.1",
|
|
"php": "~7.0",
|
|
"pimple/pimple": "~3.0",
|
|
"symfony/console": "~2.7|~3.0|~4.0",
|
|
"symfony/process": "~2.7|~3.0|~4.0",
|
|
"symfony/yaml": "~2.7|~3.0|~4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4.3"
|
|
},
|
|
"bin": [
|
|
"bin/dep"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Deployer\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Support/helpers.php",
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Deployment Tool",
|
|
"homepage": "https://deployer.org",
|
|
"time": "2018-08-27T06:37:53+00:00"
|
|
},
|
|
{
|
|
"name": "deployer/phar-update",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deployphp/phar-update.git",
|
|
"reference": "a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deployphp/phar-update/zipball/a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a",
|
|
"reference": "a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/console": "~2.7|~3.0|~4.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.0",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"symfony/process": "~2.7|~3.0|~4.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"
|
|
],
|
|
"time": "2018-02-27T17:29:10+00:00"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
|
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2.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": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2018-01-21T07:42:36+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://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"
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v3.3.18",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "af615970e265543a26ee712c958404eb9b7ac93d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
|
|
"reference": "af615970e265543a26ee712c958404eb9b7ac93d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~2.8|~3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-20T15:04:53+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.1",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.1.10"
|
|
}
|
|
}
|