3801 lines
134 KiB
JSON
3801 lines
134 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": "28a53d656d95cf02c7990f31180b36a3",
|
|
"packages": [
|
|
{
|
|
"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.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dmitryd/typo3-realurl.git",
|
|
"reference": "185ab680429af42fe39b9f933476a3479e6271b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dmitryd/typo3-realurl/zipball/185ab680429af42fe39b9f933476a3479e6271b6",
|
|
"reference": "185ab680429af42fe39b9f933476a3479e6271b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.4.0,<7.2.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-03-18T00:00:00+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
|
|
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*",
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
}
|
|
},
|
|
"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": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2017-02-24T16:22:25+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
|
|
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~5.5|~7.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"predis/predis": "~1.0",
|
|
"satooshi/php-coveralls": "~0.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.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": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2017-07-22T12:49:21+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
|
|
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "~0.1@dev",
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Collections\\": "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]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2017-01-03T10:49:41+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "v2.7.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
|
|
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "1.*",
|
|
"doctrine/cache": "1.*",
|
|
"doctrine/collections": "1.*",
|
|
"doctrine/inflector": "1.*",
|
|
"doctrine/lexer": "1.*",
|
|
"php": "~5.6|~7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.4.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7.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]"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2017-07-22T08:35:12+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "v2.5.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "729340d8d1eec8f01bff708e12e449a3415af873"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
|
|
"reference": "729340d8d1eec8f01bff708e12e449a3415af873",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.4,<2.8-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"symfony/console": "2.*||^3.0"
|
|
},
|
|
"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.5.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": "2017-07-22T20:44:48+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "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]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2015-11-06T14:35:42+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": "doctrine/lexer",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "[email protected]"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"lexer",
|
|
"parser"
|
|
],
|
|
"time": "2014-09-09T13:34:57+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.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/TYPO3-Console.git",
|
|
"reference": "cd5d9e2545484339e7f766bc2527721b6f476e0f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/cd5d9e2545484339e7f766bc2527721b6f476e0f",
|
|
"reference": "cd5d9e2545484339e7f766bc2527721b6f476e0f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-phar": "*",
|
|
"helhum/typo3-console-plugin": "^1.7.5 || ^2.0.2",
|
|
"php": ">=5.5.0 <7.2",
|
|
"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": "^1.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+"
|
|
],
|
|
"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": "2017-12-15T14:46:54+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-console-plugin",
|
|
"version": "1.7.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/typo3-console-plugin.git",
|
|
"reference": "7bb9122dd784b6c40bc681a593a5f3f36162c60f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/7bb9122dd784b6c40bc681a593a5f3f36162c60f",
|
|
"reference": "7bb9122dd784b6c40bc681a593a5f3f36162c60f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0",
|
|
"php": ">=5.5.0",
|
|
"typo3/cms-composer-installers": "^1.3.1"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Helhum\\Typo3ConsolePlugin\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3ConsolePlugin\\": "src/"
|
|
},
|
|
"files": [
|
|
"res/php/autoload-include.php"
|
|
]
|
|
},
|
|
"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-08-13T11:41:48+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": "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": "swiftmailer/swiftmailer",
|
|
"version": "v5.4.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
|
|
"reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
|
|
"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-01-23T07:37:21+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v2.8.38",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "7f78892d900c72a40acd1fe793c856ef0c110f26"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/7f78892d900c72a40acd1fe793c856ef0c110f26",
|
|
"reference": "7f78892d900c72a40acd1fe793c856ef0c110f26",
|
|
"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": "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-04-03T05:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v2.8.38",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "4486d2be5e068b51fece4c8551c14e709f573c8d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/4486d2be5e068b51fece4c8551c14e709f573c8d",
|
|
"reference": "4486d2be5e068b51fece4c8551c14e709f573c8d",
|
|
"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-04-03T05:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v2.8.38",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "423746fc18ccf31f9abec43e4f078bb6e024b2d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/423746fc18ccf31f9abec43e4f078bb6e024b2d5",
|
|
"reference": "423746fc18ccf31f9abec43e4f078bb6e024b2d5",
|
|
"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-04-04T13:38:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v3.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e",
|
|
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
|
|
"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-01-11T07:56:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
|
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7-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-01-30T19:27:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v3.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
|
|
"reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
|
|
"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-04-03T05:22:50+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.",
|
|
"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",
|
|
"time": "2016-12-26T10:19:02+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/imageoptimizer",
|
|
"version": "1.0.4",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/imageoptimizer/1.0.4/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">= 6.2.0, <= 8.9.99"
|
|
},
|
|
"replace": {
|
|
"imageoptimizer": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"classmap": [
|
|
"Classes/"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Lehmann",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "nwtlehmann"
|
|
}
|
|
],
|
|
"description": "Optimize uploaded/processed images with binaries of your choice",
|
|
"time": "2017-03-11T11:37:47+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/loginlimit",
|
|
"version": "1.0.3",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/loginlimit/1.0.3/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": ">= 6.2.0, <= 8.7.99"
|
|
},
|
|
"replace": {
|
|
"loginlimit": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebentwicklerAt\\Loginlimit\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Gernot Leitgab",
|
|
"email": "",
|
|
"company": "Webentwickler.at",
|
|
"username": "royalknight"
|
|
}
|
|
],
|
|
"description": "Protect backend and/or frontend login against brute-force attacks.",
|
|
"time": "2017-09-23T10:40:00+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.",
|
|
"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",
|
|
"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.",
|
|
"time": "2017-05-22T22:07:45+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/pagepath",
|
|
"version": "1.1.6",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/pagepath/1.1.6/zip/",
|
|
"reference": null,
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"php": ">= 5.5.0, <= 7.0.99",
|
|
"typo3/cms-core": ">= 7.6.2, <= 8.6.99"
|
|
},
|
|
"replace": {
|
|
"pagepath": "self.version"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"classmap": [
|
|
"Classes/"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Michaelsen",
|
|
"email": "[email protected]",
|
|
"company": "",
|
|
"username": "phpprof"
|
|
}
|
|
],
|
|
"description": "Provides API for Backend modules to get a proper path to the Frontend page (simulateStatic/RealURL/CoolURI-like)",
|
|
"time": "2017-02-15T15:40:25+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"
|
|
}
|
|
],
|
|
"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",
|
|
"time": "2017-06-15T17:25:53+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-ter/vidi",
|
|
"version": "2.6.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://extensions.typo3.org/extension/download/vidi/2.6.0/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!",
|
|
"time": "2017-11-02T13:05:47+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.27",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/TYPO3.CMS.git",
|
|
"reference": "22d0da3af76bb7aa2cf1ce31851370be7c47acb2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/TYPO3.CMS/zipball/22d0da3af76bb7aa2cf1ce31851370be7c47acb2",
|
|
"reference": "22d0da3af76bb7aa2cf1ce31851370be7c47acb2",
|
|
"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-04-17T08:09:51+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-composer-installers",
|
|
"version": "1.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/CmsComposerInstallers.git",
|
|
"reference": "98fec6f650016c437b29e56487dd349ed062af93"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/98fec6f650016c437b29e56487dd349ed062af93",
|
|
"reference": "98fec6f650016c437b29e56487dd349ed062af93",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0.0",
|
|
"php": ">=5.5 <7.3"
|
|
},
|
|
"conflict": {
|
|
"composer/installers": "<1.0.24 || >1.0.24"
|
|
},
|
|
"replace": {
|
|
"lw/typo3cms-installers": "*",
|
|
"netresearch/composer-installers": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "1.*"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "TYPO3\\CMS\\Composer\\Installer\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.3.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": "2017-12-04T15:30:33+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": "v4.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deployphp/deployer.git",
|
|
"reference": "0fda27f124943bfcecf714f010c7747a4be66d04"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deployphp/deployer/zipball/0fda27f124943bfcecf714f010c7747a4be66d04",
|
|
"reference": "0fda27f124943bfcecf714f010c7747a4be66d04",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"elfet/pure": "~2.0",
|
|
"monolog/monolog": "^1.21",
|
|
"php": ">=5.6.0",
|
|
"phpseclib/phpseclib": "~2.0",
|
|
"pimple/pimple": "~3.0",
|
|
"symfony/console": "~2.6|~3.0",
|
|
"symfony/finder": "~2.6|~3.0",
|
|
"symfony/process": "~2.6|~3.0",
|
|
"symfony/yaml": "~2.6|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"deployer/phar-update": "~2.0",
|
|
"phpunit/phpunit": "~5.7"
|
|
},
|
|
"suggest": {
|
|
"ext-sockets": "For parallel deployment"
|
|
},
|
|
"bin": [
|
|
"bin/dep"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Deployer\\": "src/"
|
|
},
|
|
"files": [
|
|
"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": "2017-12-14T06:41:41+00:00"
|
|
},
|
|
{
|
|
"name": "elfet/pure",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/elfet/purephp.git",
|
|
"reference": "9d6422d31b89c4f79c322df2a7772936a8bc74a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/elfet/purephp/zipball/9d6422d31b89c4f79c322df2a7772936a8bc74a1",
|
|
"reference": "9d6422d31b89c4f79c322df2a7772936a8bc74a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"react/react": "~0.4",
|
|
"symfony/console": "~2.6|~3.0",
|
|
"symfony/debug": "~2.6|~3.0",
|
|
"symfony/expression-language": "~2.6|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4",
|
|
"symfony/finder": "~2.6|~3.0",
|
|
"symfony/process": "~2.6|~3.0"
|
|
},
|
|
"bin": [
|
|
"pure"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pure\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anton Medvedev",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Pure PHP key-value storage",
|
|
"time": "2016-03-19T14:26:03+00:00"
|
|
},
|
|
{
|
|
"name": "evenement/evenement",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/igorw/evenement.git",
|
|
"reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
|
|
"reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0||^5.7||^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Evenement": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "Événement is a very simple event dispatching library for PHP",
|
|
"keywords": [
|
|
"event-dispatcher",
|
|
"event-emitter"
|
|
],
|
|
"time": "2017-07-17T17:39:19+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2017-03-20T17:10:46+00:00"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.23.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
|
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"graylog2/gelf-php": "~1.0",
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"php-console/php-console": "^3.1.3",
|
|
"phpunit/phpunit": "~4.5",
|
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
"sentry/sentry": "^0.13",
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "[email protected]",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"time": "2017-06-19T01:22:40+00:00"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "2.0.11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
|
|
"reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phing/phing": "~2.7",
|
|
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
|
"sami/sami": "~2.0",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"phpseclib/bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"phpseclib\\": "phpseclib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Wigginton",
|
|
"email": "[email protected]",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Patrick Monnerat",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Andreas Fischer",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Hans-Jürgen Petrich",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "[email protected]",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
"keywords": [
|
|
"BigInteger",
|
|
"aes",
|
|
"asn.1",
|
|
"asn1",
|
|
"blowfish",
|
|
"crypto",
|
|
"cryptography",
|
|
"encryption",
|
|
"rsa",
|
|
"security",
|
|
"sftp",
|
|
"signature",
|
|
"signing",
|
|
"ssh",
|
|
"twofish",
|
|
"x.509",
|
|
"x509"
|
|
],
|
|
"time": "2018-04-15T16:55:05+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/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"
|
|
],
|
|
"time": "2016-08-06T20:24:11+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": "psr/simple-cache",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\SimpleCache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for simple caching",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"psr",
|
|
"psr-16",
|
|
"simple-cache"
|
|
],
|
|
"time": "2017-10-23T01:57:42+00:00"
|
|
},
|
|
{
|
|
"name": "react/cache",
|
|
"version": "v0.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/cache.git",
|
|
"reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
|
|
"reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"react/promise": "~2.0|~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Cache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async, Promise-based cache interface for ReactPHP",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"promise",
|
|
"reactphp"
|
|
],
|
|
"time": "2017-12-20T16:47:13+00:00"
|
|
},
|
|
{
|
|
"name": "react/child-process",
|
|
"version": "v0.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/child-process.git",
|
|
"reference": "b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/child-process/zipball/b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6",
|
|
"reference": "b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^2.0 || ^1.0",
|
|
"php": ">=5.3.0",
|
|
"react/event-loop": "^0.4 || ^0.3",
|
|
"react/stream": "^0.5 || ^0.4.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.0 || ^4.8.10",
|
|
"sebastian/environment": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\ChildProcess\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Library for executing child processes.",
|
|
"keywords": [
|
|
"process"
|
|
],
|
|
"time": "2017-03-14T13:23:20+00:00"
|
|
},
|
|
{
|
|
"name": "react/dns",
|
|
"version": "v0.4.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/dns.git",
|
|
"reference": "7d1e08c300fd7de600810883386ee5e2a64898f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/dns/zipball/7d1e08c300fd7de600810883386ee5e2a64898f4",
|
|
"reference": "7d1e08c300fd7de600810883386ee5e2a64898f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"react/cache": "~0.4.0|~0.3.0",
|
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
|
|
"react/promise": "^2.1 || ^1.2.1",
|
|
"react/promise-timer": "^1.2",
|
|
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
|
|
},
|
|
"require-dev": {
|
|
"clue/block-react": "^1.2",
|
|
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Dns\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async DNS resolver for ReactPHP",
|
|
"keywords": [
|
|
"async",
|
|
"dns",
|
|
"dns-resolver",
|
|
"reactphp"
|
|
],
|
|
"time": "2018-02-27T12:51:22+00:00"
|
|
},
|
|
{
|
|
"name": "react/event-loop",
|
|
"version": "v0.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/event-loop.git",
|
|
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
|
|
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"suggest": {
|
|
"ext-event": "~1.0",
|
|
"ext-libev": "*",
|
|
"ext-libevent": ">=0.1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\EventLoop\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Event loop abstraction layer that libraries can use for evented I/O.",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"event-loop"
|
|
],
|
|
"time": "2017-04-27T10:56:23+00:00"
|
|
},
|
|
{
|
|
"name": "react/http",
|
|
"version": "v0.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/http.git",
|
|
"reference": "aac319bd789cbc7b478d42cde2d03596e97e3222"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/http/zipball/aac319bd789cbc7b478d42cde2d03596e97e3222",
|
|
"reference": "aac319bd789cbc7b478d42cde2d03596e97e3222",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^2.0 || ^1.0",
|
|
"php": ">=5.3.0",
|
|
"react/socket": "^0.4",
|
|
"react/stream": "^0.4.4",
|
|
"ringcentral/psr7": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.10||^5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Http\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Library for building an evented http server.",
|
|
"keywords": [
|
|
"http"
|
|
],
|
|
"time": "2017-02-13T14:12:50+00:00"
|
|
},
|
|
{
|
|
"name": "react/http-client",
|
|
"version": "v0.4.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/http-client.git",
|
|
"reference": "75ee8a113f156834aaabfe0055e8db531cb4892c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/http-client/zipball/75ee8a113f156834aaabfe0055e8db531cb4892c",
|
|
"reference": "75ee8a113f156834aaabfe0055e8db531cb4892c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "~2.0",
|
|
"guzzlehttp/psr7": "^1.0",
|
|
"php": ">=5.4.0",
|
|
"react/dns": "0.4.*",
|
|
"react/event-loop": "0.4.*",
|
|
"react/promise": "~2.2",
|
|
"react/socket-client": "^0.5 || ^0.4 || ^0.3",
|
|
"react/stream": "0.4.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.0 || ^4.8.10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\HttpClient\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Asynchronous HTTP client library.",
|
|
"keywords": [
|
|
"http"
|
|
],
|
|
"time": "2017-03-20T09:55:48+00:00"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v2.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
|
|
"reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"time": "2017-03-25T12:08:31+00:00"
|
|
},
|
|
{
|
|
"name": "react/promise-timer",
|
|
"version": "v1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise-timer.git",
|
|
"reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
|
|
"reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
|
|
"react/promise": "~2.1|~1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Promise\\Timer\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
|
|
"homepage": "https://github.com/react/promise-timer",
|
|
"keywords": [
|
|
"async",
|
|
"event-loop",
|
|
"promise",
|
|
"reactphp",
|
|
"timeout",
|
|
"timer"
|
|
],
|
|
"time": "2017-12-22T15:41:41+00:00"
|
|
},
|
|
{
|
|
"name": "react/react",
|
|
"version": "v0.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/react.git",
|
|
"reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/react/zipball/457b6b8a16a37c11278cac0870d6d2ff911c5765",
|
|
"reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"react/cache": "0.4.*",
|
|
"react/child-process": "0.4.*",
|
|
"react/dns": "0.4.*",
|
|
"react/event-loop": "0.4.*",
|
|
"react/http": "0.4.*",
|
|
"react/http-client": "0.4.*",
|
|
"react/promise": "~2.1",
|
|
"react/socket": "0.4.*",
|
|
"react/socket-client": "0.4.*",
|
|
"react/stream": "0.4.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-event": "Allows for use of a more performant event-loop implementation.",
|
|
"ext-libev": "Allows for use of a more performant event-loop implementation.",
|
|
"ext-libevent": "Allows for use of a more performant event-loop implementation."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.5-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Nuclear Reactor written in PHP.",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"event-loop",
|
|
"reactor"
|
|
],
|
|
"time": "2014-12-11T02:06:55+00:00"
|
|
},
|
|
{
|
|
"name": "react/socket",
|
|
"version": "v0.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/socket.git",
|
|
"reference": "cf074e53c974df52388ebd09710a9018894745d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2",
|
|
"reference": "cf074e53c974df52388ebd09710a9018894745d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "~2.0|~1.0",
|
|
"php": ">=5.3.0",
|
|
"react/event-loop": "0.4.*|0.3.*",
|
|
"react/promise": "^2.0 || ^1.1",
|
|
"react/stream": "^0.4.5"
|
|
},
|
|
"require-dev": {
|
|
"clue/block-react": "^1.1",
|
|
"phpunit/phpunit": "~4.8",
|
|
"react/socket-client": "^0.5.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Socket\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
|
|
"keywords": [
|
|
"Socket"
|
|
],
|
|
"time": "2017-01-26T09:23:38+00:00"
|
|
},
|
|
{
|
|
"name": "react/socket-client",
|
|
"version": "v0.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/socket-client.git",
|
|
"reference": "49e730523b73d912e56f7a41f53ed3fc083ae167"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/socket-client/zipball/49e730523b73d912e56f7a41f53ed3fc083ae167",
|
|
"reference": "49e730523b73d912e56f7a41f53ed3fc083ae167",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"react/dns": "0.4.*",
|
|
"react/event-loop": "0.4.*",
|
|
"react/promise": "~2.0",
|
|
"react/stream": "0.4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\SocketClient\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async connector to open TCP/IP and SSL/TLS based connections.",
|
|
"keywords": [
|
|
"Socket"
|
|
],
|
|
"abandoned": "react/socket",
|
|
"time": "2016-12-06T10:54:49+00:00"
|
|
},
|
|
{
|
|
"name": "react/stream",
|
|
"version": "v0.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/stream.git",
|
|
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
|
|
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^2.0|^1.0",
|
|
"php": ">=5.3.8"
|
|
},
|
|
"require-dev": {
|
|
"clue/stream-filter": "~1.2",
|
|
"react/event-loop": "^0.4|^0.3",
|
|
"react/promise": "^2.0|^1.0"
|
|
},
|
|
"suggest": {
|
|
"react/event-loop": "^0.4",
|
|
"react/promise": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Stream\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Basic readable and writable stream interfaces that support piping.",
|
|
"keywords": [
|
|
"pipe",
|
|
"stream"
|
|
],
|
|
"time": "2017-01-25T14:44:14+00:00"
|
|
},
|
|
{
|
|
"name": "ringcentral/psr7",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ringcentral/psr7.git",
|
|
"reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
|
|
"reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"psr/http-message": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RingCentral\\Psr7\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "[email protected]",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"stream",
|
|
"uri"
|
|
],
|
|
"time": "2018-01-15T21:00:49+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/cache",
|
|
"version": "v3.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/cache.git",
|
|
"reference": "13255ddd056e49f3154747943f8ee175d555d394"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/13255ddd056e49f3154747943f8ee175d555d394",
|
|
"reference": "13255ddd056e49f3154747943f8ee175d555d394",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/cache": "~1.0",
|
|
"psr/log": "~1.0",
|
|
"psr/simple-cache": "^1.0",
|
|
"symfony/polyfill-apcu": "~1.1"
|
|
},
|
|
"conflict": {
|
|
"symfony/var-dumper": "<3.3"
|
|
},
|
|
"provide": {
|
|
"psr/cache-implementation": "1.0",
|
|
"psr/simple-cache-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"cache/integration-tests": "dev-master",
|
|
"doctrine/cache": "~1.6",
|
|
"doctrine/dbal": "~2.4",
|
|
"predis/predis": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"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": "Symfony Cache component with PSR-6, PSR-16, and tags",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"caching",
|
|
"psr6"
|
|
],
|
|
"time": "2018-04-02T14:35:16+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/expression-language",
|
|
"version": "v3.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/expression-language.git",
|
|
"reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/867e4d1f5d4e52435a8ffff6b24fd6a801582241",
|
|
"reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/cache": "~3.1|~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"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": "Symfony ExpressionLanguage Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-01-03T07:37:34+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-apcu",
|
|
"version": "v1.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-apcu.git",
|
|
"reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
|
|
"reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Apcu\\": ""
|
|
},
|
|
"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 backporting apcu_* functions to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"apcu",
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-01-30T19:27:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v3.3.16",
|
|
"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": "^5.6"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "5.6.34"
|
|
}
|
|
}
|