6105 lines
211 KiB
JSON
6105 lines
211 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": "70032a54e00b2c590d49f81a476288e1",
|
|
"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": "rob@cogpowered.com"
|
|
},
|
|
{
|
|
"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": "doctrine/annotations",
|
|
"version": "v1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
|
|
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*",
|
|
"phpunit/phpunit": "^6.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.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": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2017-12-06T07:11:42+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
|
|
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"alcaeus/mongo-php-adapter": "^1.1",
|
|
"doctrine/coding-standard": "^4.0",
|
|
"mongodb/mongodb": "^1.1",
|
|
"phpunit/phpunit": "^7.0",
|
|
"predis/predis": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "https://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2018-08-21T18:01:43+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
|
|
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"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": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2017-07-22T10:37:32+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "v2.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/a210246d286c77d2b89040f8691ba7b3a713d2c1",
|
|
"reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "^1.0",
|
|
"doctrine/cache": "^1.0",
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/event-manager": "^1.0",
|
|
"doctrine/inflector": "^1.0",
|
|
"doctrine/lexer": "^1.0",
|
|
"doctrine/persistence": "^1.0",
|
|
"doctrine/reflection": "^1.0",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^1.0",
|
|
"phpunit/phpunit": "^6.3",
|
|
"squizlabs/php_codesniffer": "^3.0",
|
|
"symfony/phpunit-bridge": "^4.0.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "https://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2018-07-12T21:16:12+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "v2.7.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "c0e5736016a51b427a8cba8bc470fbea78165819"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c0e5736016a51b427a8cba8bc470fbea78165819",
|
|
"reference": "c0e5736016a51b427a8cba8bc470fbea78165819",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": "^2.7.1",
|
|
"ext-pdo": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^4.0",
|
|
"phpunit/phpunit": "^7.0",
|
|
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
|
|
"symfony/console": "^2.0.5||^3.0",
|
|
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-dbal"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"persistence",
|
|
"queryobject"
|
|
],
|
|
"time": "2018-07-13T04:49:01+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/event-manager",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/event-manager.git",
|
|
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
|
|
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": "<2.9@dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^4.0",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com"
|
|
}
|
|
],
|
|
"description": "Doctrine Event Manager component",
|
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
|
|
"keywords": [
|
|
"event",
|
|
"eventdispatcher",
|
|
"eventmanager"
|
|
],
|
|
"time": "2018-06-11T11:59:03+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
|
|
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2018-01-09T20:05:19+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": "ocramius@gmail.com",
|
|
"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": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"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": "doctrine/persistence",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/persistence.git",
|
|
"reference": "af1ec238659a83e320f03e0e454e200f689b4b97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/af1ec238659a83e320f03e0e454e200f689b4b97",
|
|
"reference": "af1ec238659a83e320f03e0e454e200f689b4b97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "^1.0",
|
|
"doctrine/cache": "^1.0",
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/event-manager": "^1.0",
|
|
"doctrine/reflection": "^1.0",
|
|
"php": "^7.1"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": "<2.9@dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^4.0",
|
|
"phpstan/phpstan": "^0.8",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com"
|
|
}
|
|
],
|
|
"description": "Doctrine Persistence abstractions.",
|
|
"homepage": "https://doctrine-project.org/projects/persistence.html",
|
|
"keywords": [
|
|
"persistence"
|
|
],
|
|
"time": "2018-07-12T12:37:50+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/reflection",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/reflection.git",
|
|
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
|
|
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "^1.0",
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^4.0",
|
|
"doctrine/common": "^2.8",
|
|
"phpstan/phpstan": "^0.9.2",
|
|
"phpstan/phpstan-phpunit": "^0.9.4",
|
|
"phpunit/phpunit": "^7.0",
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com"
|
|
}
|
|
],
|
|
"description": "Doctrine Reflection component",
|
|
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
|
|
"keywords": [
|
|
"reflection"
|
|
],
|
|
"time": "2018-06-14T14:45:07+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
|
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.4",
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
"psr/log": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2018-04-22T15:46:56+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "v1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"time": "2016-12-20T10:07:11+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": "mtdowling@gmail.com",
|
|
"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": "helhum/config-loader",
|
|
"version": "v0.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/helhum/config-loader.git",
|
|
"reference": "7748b96a80725fd8801075a4b75485889ac04779"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/helhum/config-loader/zipball/7748b96a80725fd8801075a4b75485889ac04779",
|
|
"reference": "7748b96a80725fd8801075a4b75485889ac04779",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0 <7.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^5.0",
|
|
"symfony/yaml": "^2.8 || ^3.3 || ^4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-yaml": "For improved performance when parsing yaml files you should use the PECL YAML Parser php extension",
|
|
"symfony/yaml": "To be able to parse yaml files, you will need symfony/yaml"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\ConfigLoader\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Generic config loader with context and environment support.",
|
|
"time": "2018-09-02T15:46:19+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-composer-setup",
|
|
"version": "v0.5.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/helhum/typo3-composer-setup.git",
|
|
"reference": "cf13489af8af80203814a1b79840e218b2e85b53"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/helhum/typo3-composer-setup/zipball/cf13489af8af80203814a1b79840e218b2e85b53",
|
|
"reference": "cf13489af8af80203814a1b79840e218b2e85b53",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-composer-installers": "^1.4 || ^2.0",
|
|
"typo3/minimal": "^7 || ^8 || ^9"
|
|
},
|
|
"require-dev": {
|
|
"typo3-console/php-server-command": "^0.1.0",
|
|
"typo3/cms-core": "dev-TYPO3_8-7 as 8.7.9"
|
|
},
|
|
"suggest": {
|
|
"helhum/typo3-console": "TYPO3 Console is highly recommended for any TYPO3 composer setup.",
|
|
"pagemachine/typo3-composer-legacy-cli ": "Provides the legacy cli_dispatch.phpsh entry point for TYPO3."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": "public"
|
|
},
|
|
"helhum/typo3-console": {
|
|
"install-extension-dummy": "0"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3ComposerSetup\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "info@helhum.io",
|
|
"homepage": "https://helhum.io",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Set up required entry points for TYPO3 web directory",
|
|
"time": "2018-06-26T12:47:04+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-console",
|
|
"version": "5.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/TYPO3-Console.git",
|
|
"reference": "5e4ce3c116685a9929e033d3032d502658e543e9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/5e4ce3c116685a9929e033d3032d502658e543e9",
|
|
"reference": "5e4ce3c116685a9929e033d3032d502658e543e9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "^1.4",
|
|
"helhum/config-loader": ">=0.9 <0.12",
|
|
"helhum/typo3-console-plugin": "^2.0.2",
|
|
"php": ">=7.0.0 <7.3",
|
|
"symfony/console": "^3.4.4 || ^4.0",
|
|
"symfony/process": "^3.4.4 || ^4.0",
|
|
"typo3/cms-backend": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-core": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-extbase": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-extensionmanager": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-fluid": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-frontend": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-install": "~8.7.10 || ~9.5.0",
|
|
"typo3/cms-saltedpasswords": "*",
|
|
"typo3/cms-scheduler": "~8.7.10 || ~9.5.0"
|
|
},
|
|
"conflict": {
|
|
"friendsoftypo3/dbal": "*",
|
|
"typo3-ter/dbal": "*"
|
|
},
|
|
"replace": {
|
|
"typo3-ter/typo3-console": "self.version",
|
|
"typo3_console": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"cweagans/composer-patches": "^1.6",
|
|
"doctrine/dbal": "< 2.8",
|
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
"nimut/testing-framework": "dev-master",
|
|
"symfony/filesystem": "^3.2",
|
|
"typo3-console/convert-command-controller-command": "@dev",
|
|
"typo3-console/create-reference-command": "@dev",
|
|
"typo3-console/php-server-command": "^0.2",
|
|
"typo3/cms-filemetadata": "~8.7.10 || ~9.5.0 || dev-master",
|
|
"typo3/cms-reports": "~8.7.10 || ~9.5.0 || dev-master"
|
|
},
|
|
"bin": [
|
|
"typo3cms"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"app-dir": ".Build",
|
|
"web-dir": ".Build/public",
|
|
"Package": {
|
|
"partOfMinimalUsableSystem": true
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3Console\\": [
|
|
"Classes/Console/",
|
|
"Classes/Compatibility/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "info@helhum.io",
|
|
"homepage": "http://helhum.io",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A reliable and powerful command line interface for TYPO3 CMS",
|
|
"homepage": "http://insight.helhum.io/post/104528981610/about-the-beauty-and-power-of-typo3-console",
|
|
"keywords": [
|
|
"cli",
|
|
"command",
|
|
"commandline",
|
|
"console",
|
|
"typo3"
|
|
],
|
|
"time": "2018-10-21T21:10:17+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-console-plugin",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/typo3-console-plugin.git",
|
|
"reference": "4e0cb102b6471b156a942eb8ca6e607ab28c0b19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/4e0cb102b6471b156a942eb8ca6e607ab28c0b19",
|
|
"reference": "4e0cb102b6471b156a942eb8ca6e607ab28c0b19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0",
|
|
"php": ">=7.0.0 <7.3",
|
|
"typo3/cms-composer-installers": "^1.4 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Helhum\\Typo3ConsolePlugin\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3ConsolePlugin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "info@helhum.io"
|
|
}
|
|
],
|
|
"description": "Installer plugin for helhum/typo3-console, to ease usage without the need to specify scripts in your root composer.json",
|
|
"homepage": "https://github.com/helhum/typo3-console-plugin",
|
|
"keywords": [
|
|
"composer",
|
|
"plugin",
|
|
"typo3 console"
|
|
],
|
|
"time": "2017-12-13T13:52:52+00:00"
|
|
},
|
|
{
|
|
"name": "helhum/typo3-secure-web",
|
|
"version": "v0.2.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/helhum/typo3-secure-web.git",
|
|
"reference": "79c916450a4c3ad19341fa6c8df5539a59179ad0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/helhum/typo3-secure-web/zipball/79c916450a4c3ad19341fa6c8df5539a59179ad0",
|
|
"reference": "79c916450a4c3ad19341fa6c8df5539a59179ad0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"helhum/typo3-composer-setup": "^0.5.0",
|
|
"typo3/cms-composer-installers": "^1.4 || ^2.0"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "<8.7.8",
|
|
"typo3/cms-core": "<8.7.8"
|
|
},
|
|
"require-dev": {
|
|
"typo3-console/php-server-command": "^0.1.0",
|
|
"typo3/cms": "dev-TYPO3_8-7 as 8.7.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"root-dir": "typo3",
|
|
"web-dir": "public"
|
|
},
|
|
"helhum/typo3-console": {
|
|
"install-extension-dummy": "0"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Helhum\\Typo3SecureWeb\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helmut Hummel",
|
|
"email": "info@helhum.io",
|
|
"homepage": "https://helhum.io",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Set up secure TYPO3 web directory containing only public assets",
|
|
"time": "2017-12-31T14:48:15+00:00"
|
|
},
|
|
{
|
|
"name": "mso/idna-convert",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phlylabs/idna-convert.git",
|
|
"reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phlylabs/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573",
|
|
"reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mso\\IdnaConvert\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Sommerfeld",
|
|
"email": "mso@phlylabs.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A library for encoding and decoding internationalized domain names",
|
|
"homepage": "http://idnaconv.net/",
|
|
"keywords": [
|
|
"idn",
|
|
"idna",
|
|
"php"
|
|
],
|
|
"time": "2016-06-19T18:08:43+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v4.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
|
|
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5 || ^7.0"
|
|
},
|
|
"bin": [
|
|
"bin/php-parse"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpParser\\": "lib/PhpParser"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"parser",
|
|
"php"
|
|
],
|
|
"time": "2018-10-10T09:24:14+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/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/http-server-handler",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-server-handler.git",
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Server\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP server-side request handler",
|
|
"keywords": [
|
|
"handler",
|
|
"http",
|
|
"http-interop",
|
|
"psr",
|
|
"psr-15",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"server"
|
|
],
|
|
"time": "2018-10-30T16:46:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-server-middleware",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-server-middleware.git",
|
|
"reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
|
|
"reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Server\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP server-side middleware",
|
|
"keywords": [
|
|
"http",
|
|
"http-interop",
|
|
"middleware",
|
|
"psr",
|
|
"psr-15",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"time": "2018-01-22T17:08:31+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": "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": "swiftmailer/swiftmailer",
|
|
"version": "v5.4.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
|
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.1",
|
|
"symfony/phpunit-bridge": "~3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Corbyn"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "https://swiftmailer.symfony.com",
|
|
"keywords": [
|
|
"email",
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2018-07-31T09:26:32+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/cache",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/cache.git",
|
|
"reference": "05ce0ddc8bc1ffe592105398fc2c725cb3080a38"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/05ce0ddc8bc1ffe592105398fc2c725cb3080a38",
|
|
"reference": "05ce0ddc8bc1ffe592105398fc2c725cb3080a38",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"psr/cache": "~1.0",
|
|
"psr/log": "~1.0",
|
|
"psr/simple-cache": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/var-dumper": "<3.4"
|
|
},
|
|
"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": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Cache\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Cache component with PSR-6, PSR-16, and tags",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"caching",
|
|
"psr6"
|
|
],
|
|
"time": "2018-09-30T03:38:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "432122af37d8cd52fba1b294b11976e0d20df595"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/432122af37d8cd52fba1b294b11976e0d20df595",
|
|
"reference": "432122af37d8cd52fba1b294b11976e0d20df595",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/process": "<3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~3.4|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/event-dispatcher": "~3.4|~4.0",
|
|
"symfony/lock": "~3.4|~4.0",
|
|
"symfony/process": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-31T09:30:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/expression-language",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/expression-language.git",
|
|
"reference": "065bba63c61c96fd2d4fbd01b28de058e6f8779a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/065bba63c61c96fd2d4fbd01b28de058e6f8779a",
|
|
"reference": "065bba63c61c96fd2d4fbd01b28de058e6f8779a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/cache": "~3.4|~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\ExpressionLanguage\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony ExpressionLanguage Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-07-26T09:10:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "1f17195b44543017a9c9b2d437c670627e96ad06"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/1f17195b44543017a9c9b2d437c670627e96ad06",
|
|
"reference": "1f17195b44543017a9c9b2d437c670627e96ad06",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Finder Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-03T08:47:56+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/intl",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/intl.git",
|
|
"reference": "61f4a460d12ef20abfd6a8d80f3b19b6997fdf28"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/intl/zipball/61f4a460d12ef20abfd6a8d80f3b19b6997fdf28",
|
|
"reference": "61f4a460d12ef20abfd6a8d80f3b19b6997fdf28",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-intl-icu": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/filesystem": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "to use the component with locales other than \"en\""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Intl\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
],
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
},
|
|
{
|
|
"name": "Eriksen Costa",
|
|
"email": "eriksen.costa@infranology.com.br"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"i18n",
|
|
"icu",
|
|
"internationalization",
|
|
"intl",
|
|
"l10n",
|
|
"localization"
|
|
],
|
|
"time": "2018-10-31T09:30:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-icu",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
|
"reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
|
|
"reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/intl": "~2.3|~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's ICU-related data and classes",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"icu",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"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-09-21T13:07:52+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "3e83acef94d979b1de946599ef86b3a352abcdc9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/3e83acef94d979b1de946599ef86b3a352abcdc9",
|
|
"reference": "3e83acef94d979b1de946599ef86b3a352abcdc9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Process Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-14T20:48:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/routing.git",
|
|
"reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/routing/zipball/d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd",
|
|
"reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<3.4",
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.0",
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~3.4|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/expression-language": "~3.4|~4.0",
|
|
"symfony/http-foundation": "~3.4|~4.0",
|
|
"symfony/yaml": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
"symfony/dependency-injection": "For loading routes from a service",
|
|
"symfony/expression-language": "For using expression matching",
|
|
"symfony/http-foundation": "For using a Symfony Request object",
|
|
"symfony/yaml": "For using the YAML loader"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"router",
|
|
"routing",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2018-10-28T18:38:52+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "367e689b2fdc19965be435337b50bc8adf2746c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/367e689b2fdc19965be435337b50bc8adf2746c9",
|
|
"reference": "367e689b2fdc19965be435337b50bc8adf2746c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-02T16:36:10+00:00"
|
|
},
|
|
{
|
|
"name": "typo3-console/composer-auto-commands",
|
|
"version": "v0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-Console/composer-auto-commands.git",
|
|
"reference": "d8d09f60b645a9ec60416bb6e6731797d4a8bc87"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-Console/composer-auto-commands/zipball/d8d09f60b645a9ec60416bb6e6731797d4a8bc87",
|
|
"reference": "d8d09f60b645a9ec60416bb6e6731797d4a8bc87",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"helhum/typo3-console": "^4.9.5 || ^5.0",
|
|
"php": ">=7.0 <7.3",
|
|
"typo3/cms-composer-installers": "^1.4.2 || ^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Typo3Console\\ComposerAutoCommands\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Execute TYPO3 Console commands on 'composer install'",
|
|
"time": "2018-07-04T08:13:44+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/class-alias-loader",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/class-alias-loader.git",
|
|
"reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/4972f9f6c2bad07ab1620b5c9717fa626e9b03b0",
|
|
"reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0",
|
|
"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.8"
|
|
},
|
|
"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": "info@helhum.io"
|
|
}
|
|
],
|
|
"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": "2018-10-03T12:49:56+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-about",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/about.git",
|
|
"reference": "72f7834daeee3ff8318badbae7a545112318ed37"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/about/zipball/72f7834daeee3ff8318badbae7a545112318ed37",
|
|
"reference": "72f7834daeee3ff8318badbae7a545112318ed37",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"about": "*",
|
|
"aboutmodules": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "about"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\About\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Shows info about TYPO3, installed extensions and a separate module for available modules.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-backend",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/backend.git",
|
|
"reference": "6555e6b67cf83d99b7476f76aa9799b9ed0a5eb3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/6555e6b67cf83d99b7476f76aa9799b9ed0a5eb3",
|
|
"reference": "6555e6b67cf83d99b7476f76aa9799b9ed0a5eb3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1",
|
|
"typo3/cms-recordlist": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"backend": "*",
|
|
"typo3/cms-context-help": "*",
|
|
"typo3/cms-cshmanual": "*",
|
|
"typo3/cms-func-wizards": "*",
|
|
"typo3/cms-wizard-crpages": "*",
|
|
"typo3/cms-wizard-sortpages": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "backend"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Backend\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Classes for the TYPO3 backend.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-belog",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/belog.git",
|
|
"reference": "37ecf4d5973fc4379fa901bf63027c335d74d344"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/37ecf4d5973fc4379fa901bf63027c335d74d344",
|
|
"reference": "37ecf4d5973fc4379fa901bf63027c335d74d344",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"belog": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "belog"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Belog\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-beuser",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/beuser.git",
|
|
"reference": "3f9155a4a6766a5a4623dc5ec34950591ecab7af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/3f9155a4a6766a5a4623dc5ec34950591ecab7af",
|
|
"reference": "3f9155a4a6766a5a4623dc5ec34950591ecab7af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"beuser": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "beuser"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Beuser\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-cli",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/cms-cli.git",
|
|
"reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82",
|
|
"reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"bin": [
|
|
"typo3"
|
|
],
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "TYPO3 command line binary",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-03-08T20:16:43+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-composer-installers",
|
|
"version": "v2.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/CmsComposerInstallers.git",
|
|
"reference": "c2f6634171d5936a791925a161f7076ce4665ddf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/c2f6634171d5936a791925a161f7076ce4665ddf",
|
|
"reference": "c2f6634171d5936a791925a161f7076ce4665ddf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0.0",
|
|
"php": ">=7.0.0 <7.4"
|
|
},
|
|
"conflict": {
|
|
"composer/installers": "<1.0.24 || >1.0.24"
|
|
},
|
|
"replace": {
|
|
"lw/typo3cms-installers": "*",
|
|
"netresearch/composer-installers": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.2"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "TYPO3\\CMS\\Composer\\Installer\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Composer\\": "src/"
|
|
}
|
|
},
|
|
"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 Installers",
|
|
"homepage": "https://github.com/TYPO3/CmsComposerInstallers",
|
|
"keywords": [
|
|
"cms",
|
|
"core",
|
|
"extension",
|
|
"installer",
|
|
"typo3"
|
|
],
|
|
"time": "2018-10-27T19:55:20+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-core",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/core.git",
|
|
"reference": "6c6b889644051663f1f892701eb52ae2295fa5da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/6c6b889644051663f1f892701eb52ae2295fa5da",
|
|
"reference": "6c6b889644051663f1f892701eb52ae2295fa5da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cogpowered/finediff": "~0.3.1",
|
|
"doctrine/annotations": "^1.3",
|
|
"doctrine/dbal": "~2.7.1",
|
|
"doctrine/instantiator": "~1.0.4",
|
|
"doctrine/lexer": "^1.0",
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-pdo": "*",
|
|
"ext-session": "*",
|
|
"ext-xml": "*",
|
|
"guzzlehttp/guzzle": "^6.3.0",
|
|
"mso/idna-convert": "^1.1.0",
|
|
"nikic/php-parser": "^4.0",
|
|
"php": "^7.2",
|
|
"psr/container": "^1.0",
|
|
"psr/http-message": "~1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"psr/log": "~1.0.0",
|
|
"swiftmailer/swiftmailer": "~5.4.5",
|
|
"symfony/console": "^4.1",
|
|
"symfony/expression-language": "^4.1",
|
|
"symfony/finder": "^4.1",
|
|
"symfony/polyfill-intl-icu": "^1.6",
|
|
"symfony/polyfill-mbstring": "^1.2",
|
|
"symfony/routing": "^4.1",
|
|
"symfony/yaml": "^4.1",
|
|
"typo3/class-alias-loader": "^1.0",
|
|
"typo3/cms-cli": "^2.0",
|
|
"typo3/cms-composer-installers": "^2.0",
|
|
"typo3/phar-stream-wrapper": "^3.0.1",
|
|
"typo3fluid/fluid": "^2.5.2"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"core": "*",
|
|
"typo3/cms-lang": "*",
|
|
"typo3/cms-saltedpasswords": "*",
|
|
"typo3/cms-sv": "*"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^2.4.5",
|
|
"fiunchinho/phpunit-randomizer": "^4.0",
|
|
"friendsofphp/php-cs-fixer": "^2.12.2",
|
|
"typo3/cms-styleguide": "~9.2.1",
|
|
"typo3/testing-framework": "~4.10.0"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
|
|
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
|
|
"ext-intl": "TYPO3 with unicode-based filesystems",
|
|
"ext-mysqli": "",
|
|
"ext-openssl": "",
|
|
"ext-zip": "",
|
|
"ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "core"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Core\\": "Classes/"
|
|
},
|
|
"classmap": [
|
|
"Resources/PHP/"
|
|
],
|
|
"files": [
|
|
"Resources/PHP/GlobalDebugFunctions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The core library of TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-extbase",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/extbase.git",
|
|
"reference": "c09e8999cb1c6c1ebe7285857d500f9b65043429"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/c09e8999cb1c6c1ebe7285857d500f9b65043429",
|
|
"reference": "c09e8999cb1c6c1ebe7285857d500f9b65043429",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"extbase": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-scheduler": "Additional scheduler tasks"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "extbase"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Extbase\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A framework to build extensions for TYPO3 CMS.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-extensionmanager",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/extensionmanager.git",
|
|
"reference": "15469a35453caced7f2a93e6c461b603750a7708"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/15469a35453caced7f2a93e6c461b603750a7708",
|
|
"reference": "15469a35453caced7f2a93e6c461b603750a7708",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"extensionmanager": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "extensionmanager"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Extensionmanager\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "TYPO3 Extension Manager",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-filelist",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/filelist.git",
|
|
"reference": "72130c5c1d666a6652f2025631e078b8ae30740c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/72130c5c1d666a6652f2025631e078b8ae30740c",
|
|
"reference": "72130c5c1d666a6652f2025631e078b8ae30740c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"filelist": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "filelist"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Filelist\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Listing of files in the directory",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-fluid",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/fluid.git",
|
|
"reference": "f0aecf5974076b41fe53409bd6df06b4e49d20f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/f0aecf5974076b41fe53409bd6df06b4e49d20f1",
|
|
"reference": "f0aecf5974076b41fe53409bd6df06b4e49d20f1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1",
|
|
"typo3/cms-extbase": "9.5.1",
|
|
"typo3fluid/fluid": "^2.5.2"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"fluid": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "fluid"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Fluid\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-fluid-styled-content",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
|
|
"reference": "ec95c79ebab9cec7c900d1ebffde2c3cb817575a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ec95c79ebab9cec7c900d1ebffde2c3cb817575a",
|
|
"reference": "ec95c79ebab9cec7c900d1ebffde2c3cb817575a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1",
|
|
"typo3/cms-fluid": "9.5.1",
|
|
"typo3/cms-frontend": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"fluid_styled_content": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "fluid_styled_content"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\FluidStyledContent\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A set of common content elements based on Fluid for Frontend output.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-frontend",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/frontend.git",
|
|
"reference": "d896e39da04ce86a2d179e1f5535737114130005"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/d896e39da04ce86a2d179e1f5535737114130005",
|
|
"reference": "d896e39da04ce86a2d179e1f5535737114130005",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"frontend": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend."
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "frontend"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Frontend\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Classes for the frontend of TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-info",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/info.git",
|
|
"reference": "2745893a80c38dcf84eecdcf90c11c468937afe7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/2745893a80c38dcf84eecdcf90c11c468937afe7",
|
|
"reference": "2745893a80c38dcf84eecdcf90c11c468937afe7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"info": "*",
|
|
"typo3/cms-info-pagetsconfig": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "info"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"always-add-alias-loader": true,
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Info\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Shows various infos",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-install",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/install.git",
|
|
"reference": "490796afd498c20a90b47dd7fc69e4accc5c7ff9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/490796afd498c20a90b47dd7fc69e4accc5c7ff9",
|
|
"reference": "490796afd498c20a90b47dd7fc69e4accc5c7ff9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "^4.0",
|
|
"symfony/finder": "^4.1",
|
|
"typo3/cms-core": "9.5.1",
|
|
"typo3/cms-extbase": "9.5.1",
|
|
"typo3/cms-fluid": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"install": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "install"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Install\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The Install Tool mounted as the module Tools>Install in TYPO3.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-recordlist",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/recordlist.git",
|
|
"reference": "62be8946d87a18f1376f255fc951cf71b2d57f41"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/62be8946d87a18f1376f255fc951cf71b2d57f41",
|
|
"reference": "62be8946d87a18f1376f255fc951cf71b2d57f41",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"recordlist": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "recordlist"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Recordlist\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "List of database-records",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-rte-ckeditor",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
|
|
"reference": "19b1002b8cda7c902af41798d94eaba6631a3238"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/19b1002b8cda7c902af41798d94eaba6631a3238",
|
|
"reference": "19b1002b8cda7c902af41798d94eaba6631a3238",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"rte_ckeditor": "*"
|
|
},
|
|
"suggest": {
|
|
"typo3/cms-setup": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "rte_ckeditor"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\RteCKEditor\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Integration of CKEditor as Rich Text Editor.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-scheduler",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/scheduler.git",
|
|
"reference": "427a9dfe9046fd59d283278d9ff55cd8bae5b8ab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/427a9dfe9046fd59d283278d9ff55cd8bae5b8ab",
|
|
"reference": "427a9dfe9046fd59d283278d9ff55cd8bae5b8ab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"scheduler": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "scheduler"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Scheduler\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-setup",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/setup.git",
|
|
"reference": "c1c18f086741d397ef1d4ca62bf747c59e1d2523"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/c1c18f086741d397ef1d4ca62bf747c59e1d2523",
|
|
"reference": "c1c18f086741d397ef1d4ca62bf747c59e1d2523",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"setup": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "setup"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Setup\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-t3editor",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/t3editor.git",
|
|
"reference": "e3f36e8982e83d36c74a4759d1d0ce8bb7edc547"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/e3f36e8982e83d36c74a4759d1d0ce8bb7edc547",
|
|
"reference": "e3f36e8982e83d36c74a4759d1d0ce8bb7edc547",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"t3editor": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "t3editor"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\T3editor\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-tstemplate",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/tstemplate.git",
|
|
"reference": "70db21f5e8e485a9f634a32ff43e820e8e0c22c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/70db21f5e8e485a9f634a32ff43e820e8e0c22c1",
|
|
"reference": "70db21f5e8e485a9f634a32ff43e820e8e0c22c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"tstemplate": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "tstemplate"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Tstemplate\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Framework for management of TypoScript template records for the CMS frontend.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/minimal",
|
|
"version": "v9.5.0",
|
|
"require": {
|
|
"typo3/cms-backend": "9.5.*@dev",
|
|
"typo3/cms-core": "9.5.*@dev",
|
|
"typo3/cms-extbase": "9.5.*@dev",
|
|
"typo3/cms-extensionmanager": "9.5.*@dev",
|
|
"typo3/cms-filelist": "9.5.*@dev",
|
|
"typo3/cms-fluid": "9.5.*@dev",
|
|
"typo3/cms-frontend": "9.5.*@dev",
|
|
"typo3/cms-install": "9.5.*@dev",
|
|
"typo3/cms-recordlist": "9.5.*@dev"
|
|
},
|
|
"type": "metapackage",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
}
|
|
},
|
|
"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": "Minimal required set of TYPO3 extensions",
|
|
"time": "2018-09-11T09:01:10+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/phar-stream-wrapper",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
|
|
"reference": "b3cbcfd2e4de5943bf05ec975d42d0e8d85c0009"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/b3cbcfd2e4de5943bf05ec975d42d0e8d85c0009",
|
|
"reference": "b3cbcfd2e4de5943bf05ec975d42d0e8d85c0009",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\PharStreamWrapper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Interceptors for PHP's native phar:// stream handling",
|
|
"homepage": "https://typo3.org/",
|
|
"keywords": [
|
|
"phar",
|
|
"php",
|
|
"security",
|
|
"stream-wrapper"
|
|
],
|
|
"time": "2018-10-18T08:50:44+00:00"
|
|
},
|
|
{
|
|
"name": "typo3fluid/fluid",
|
|
"version": "2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/Fluid.git",
|
|
"reference": "bcd0ff44dd3c4f9d0f37097b0237db6319c2b181"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/Fluid/zipball/bcd0ff44dd3c4f9d0f37097b0237db6319c2b181",
|
|
"reference": "bcd0ff44dd3c4f9d0f37097b0237db6319c2b181",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^4.8",
|
|
"satooshi/php-coveralls": "^1.0",
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
},
|
|
"bin": [
|
|
"bin/fluid"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3Fluid\\Fluid\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"description": "The TYPO3 Fluid template rendering engine",
|
|
"time": "2018-07-09T12:55:32+00:00"
|
|
},
|
|
{
|
|
"name": "workshop/example-extension",
|
|
"version": "dev-master",
|
|
"dist": {
|
|
"type": "path",
|
|
"url": "localPackages/example_extension",
|
|
"reference": "9c0990fe6a3271225e01dc16e429eaeee8cb0037",
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"type": "typo3-cms-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Workshop\\ExampleExtension\\": "Classes"
|
|
}
|
|
},
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"email": "coding@daniel-siepmann.de"
|
|
}
|
|
],
|
|
"description": "Example for TYPO3 Extension Workshop."
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "behat/gherkin",
|
|
"version": "v4.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
|
"reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
|
|
"reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.5|~5",
|
|
"symfony/phpunit-bridge": "~2.7|~3",
|
|
"symfony/yaml": "~2.3|~3"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Gherkin": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Gherkin DSL parser for PHP 5.3",
|
|
"homepage": "http://behat.org/",
|
|
"keywords": [
|
|
"BDD",
|
|
"Behat",
|
|
"Cucumber",
|
|
"DSL",
|
|
"gherkin",
|
|
"parser"
|
|
],
|
|
"time": "2017-08-30T11:04:43+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/codeception",
|
|
"version": "2.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Codeception.git",
|
|
"reference": "e0a658c64e98811a6fd4f6aa7c3222e0609066a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/e0a658c64e98811a6fd4f6aa7c3222e0609066a9",
|
|
"reference": "e0a658c64e98811a6fd4f6aa7c3222e0609066a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/gherkin": "^4.4.0",
|
|
"codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
|
|
"codeception/stub": "^2.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"facebook/webdriver": ">=1.1.3 <2.0",
|
|
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
|
|
"guzzlehttp/psr7": "~1.0",
|
|
"php": ">=5.6.0 <8.0",
|
|
"symfony/browser-kit": ">=2.7 <5.0",
|
|
"symfony/console": ">=2.7 <5.0",
|
|
"symfony/css-selector": ">=2.7 <5.0",
|
|
"symfony/dom-crawler": ">=2.7 <5.0",
|
|
"symfony/event-dispatcher": ">=2.7 <5.0",
|
|
"symfony/finder": ">=2.7 <5.0",
|
|
"symfony/yaml": ">=2.7 <5.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/specify": "~0.3",
|
|
"facebook/graph-sdk": "~5.3",
|
|
"flow/jsonpath": "~0.2",
|
|
"monolog/monolog": "~1.8",
|
|
"pda/pheanstalk": "~3.0",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"predis/predis": "^1.0",
|
|
"squizlabs/php_codesniffer": "~2.0",
|
|
"symfony/process": ">=2.7 <5.0",
|
|
"vlucas/phpdotenv": "^2.4.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
|
|
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
|
|
"codeception/specify": "BDD-style code blocks",
|
|
"codeception/verify": "BDD-style assertions",
|
|
"flow/jsonpath": "For using JSONPath in REST module",
|
|
"league/factory-muffin": "For DataFactory module",
|
|
"league/factory-muffin-faker": "For Faker support in DataFactory module",
|
|
"phpseclib/phpseclib": "for SFTP option in FTP Module",
|
|
"stecman/symfony-console-completion": "For BASH autocompletion",
|
|
"symfony/phpunit-bridge": "For phpunit-bridge support"
|
|
},
|
|
"bin": [
|
|
"codecept"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": []
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\": "src/Codeception",
|
|
"Codeception\\Extension\\": "ext"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "http://codegyre.com"
|
|
}
|
|
],
|
|
"description": "BDD-style testing framework",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"acceptance testing",
|
|
"functional testing",
|
|
"unit testing"
|
|
],
|
|
"time": "2018-10-29T21:23:19+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/phpunit-wrapper",
|
|
"version": "7.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
|
"reference": "a5633c736e0e0022bc5065b27c63f2d1aa97b69f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/a5633c736e0e0022bc5065b27c63f2d1aa97b69f",
|
|
"reference": "a5633c736e0e0022bc5065b27c63f2d1aa97b69f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"phpunit/php-code-coverage": "^6.0",
|
|
"phpunit/phpunit": "~7.1.0|~7.2.0|~7.3.0",
|
|
"sebastian/comparator": "^3.0",
|
|
"sebastian/diff": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/specify": "*",
|
|
"vlucas/phpdotenv": "^2.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\PHPUnit\\": "src\\"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Davert",
|
|
"email": "davert.php@resend.cc"
|
|
}
|
|
],
|
|
"description": "PHPUnit classes used by Codeception",
|
|
"time": "2018-10-07T21:30:01+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/stub",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Stub.git",
|
|
"reference": "f50bc271f392a2836ff80690ce0c058efe1ae03e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Stub/zipball/f50bc271f392a2836ff80690ce0c058efe1ae03e",
|
|
"reference": "f50bc271f392a2836ff80690ce0c058efe1ae03e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"phpunit/phpunit": ">=4.8 <8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
|
|
"time": "2018-07-26T11:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "facebook/webdriver",
|
|
"version": "1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/php-webdriver.git",
|
|
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
|
|
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-zip": "*",
|
|
"php": "^5.6 || ~7.0",
|
|
"symfony/process": "^2.8 || ^3.1 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"php-mock/php-mock-phpunit": "^1.1",
|
|
"phpunit/phpunit": "^5.7",
|
|
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
|
|
"squizlabs/php_codesniffer": "^2.6",
|
|
"symfony/var-dumper": "^3.3 || ^4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-SimpleXML": "For Firefox profile creation"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-community": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Facebook\\WebDriver\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"description": "A PHP client for Selenium WebDriver",
|
|
"homepage": "https://github.com/facebook/php-webdriver",
|
|
"keywords": [
|
|
"facebook",
|
|
"php",
|
|
"selenium",
|
|
"webdriver"
|
|
],
|
|
"time": "2018-05-16T17:37:13+00:00"
|
|
},
|
|
{
|
|
"name": "mikey179/vfsStream",
|
|
"version": "v1.6.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikey179/vfsStream.git",
|
|
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
|
|
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"org\\bovigo\\vfs\\": "src/main/php"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frank Kleine",
|
|
"homepage": "http://frankkleine.de/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Virtual file system to mock the real file system in unit tests.",
|
|
"homepage": "http://vfs.bovigo.org/",
|
|
"time": "2017-08-01T08:02:14+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/deep-copy",
|
|
"version": "1.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
|
|
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"replace": {
|
|
"myclabs/deep-copy": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/common": "^2.6",
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
},
|
|
"files": [
|
|
"src/DeepCopy/deep_copy.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Create deep copies (clones) of your objects",
|
|
"keywords": [
|
|
"clone",
|
|
"copy",
|
|
"duplicate",
|
|
"object",
|
|
"object graph"
|
|
],
|
|
"time": "2018-06-11T23:09:50+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/manifest",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/manifest.git",
|
|
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
|
|
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-phar": "*",
|
|
"phar-io/version": "^1.0.1",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
"time": "2017-03-05T18:14:27+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/version",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/version.git",
|
|
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
|
|
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Library for handling version information and constraints",
|
|
"time": "2017-03-05T17:38:23+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": [
|
|
"src"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "opensource@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"homepage": "http://www.phpdoc.org",
|
|
"keywords": [
|
|
"FQSEN",
|
|
"phpDocumentor",
|
|
"phpdoc",
|
|
"reflection",
|
|
"static analysis"
|
|
],
|
|
"time": "2017-09-11T18:02:19+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "4.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
|
|
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"phpdocumentor/reflection-common": "^1.0.0",
|
|
"phpdocumentor/type-resolver": "^0.4.0",
|
|
"webmozart/assert": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/instantiator": "~1.0.5",
|
|
"mockery/mockery": "^1.0",
|
|
"phpunit/phpunit": "^6.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"time": "2017-11-30T07:14:17+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "0.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5 || ^7.0",
|
|
"phpdocumentor/reflection-common": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^0.9.4",
|
|
"phpunit/phpunit": "^5.2||^4.8.24"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"time": "2017-07-14T14:27:02+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
|
|
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": "^5.3|^7.0",
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
|
"sebastian/comparator": "^1.1|^2.0|^3.0",
|
|
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^2.5|^3.2",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Prophecy\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Marcello Duarte",
|
|
"email": "marcello.duarte@gmail.com"
|
|
}
|
|
],
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
"keywords": [
|
|
"Double",
|
|
"Dummy",
|
|
"fake",
|
|
"mock",
|
|
"spy",
|
|
"stub"
|
|
],
|
|
"time": "2018-08-05T17:53:17+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "6.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "4cab20a326d14de7575a8e235c70d879b569a57a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4cab20a326d14de7575a8e235c70d879b569a57a",
|
|
"reference": "4cab20a326d14de7575a8e235c70d879b569a57a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.1",
|
|
"phpunit/php-file-iterator": "^1.4.2",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-token-stream": "^3.0",
|
|
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
"sebastian/environment": "^3.1",
|
|
"sebastian/version": "^2.0.1",
|
|
"theseer/tokenizer": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "^2.6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2018-05-28T11:49:20+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "1.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"time": "2017-11-27T13:52:08+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
|
|
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"time": "2018-02-01T13:07:23+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
|
|
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
"keywords": [
|
|
"tokenizer"
|
|
],
|
|
"time": "2018-10-30T05:52:18+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "7.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
|
|
"reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"myclabs/deep-copy": "^1.6.1",
|
|
"phar-io/manifest": "^1.0.1",
|
|
"phar-io/version": "^1.0",
|
|
"php": "^7.1",
|
|
"phpspec/prophecy": "^1.7",
|
|
"phpunit/php-code-coverage": "^6.0.1",
|
|
"phpunit/php-file-iterator": "^1.4.3",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-timer": "^2.0",
|
|
"phpunit/phpunit-mock-objects": "^6.1.1",
|
|
"sebastian/comparator": "^3.0",
|
|
"sebastian/diff": "^3.0",
|
|
"sebastian/environment": "^3.1",
|
|
"sebastian/exporter": "^3.1",
|
|
"sebastian/global-state": "^2.0",
|
|
"sebastian/object-enumerator": "^3.0.3",
|
|
"sebastian/resource-operations": "^1.0",
|
|
"sebastian/version": "^2.0.1"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "*",
|
|
"phpunit/php-invoker": "^2.0"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2018-04-29T15:09:19+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
"version": "6.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
"reference": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/f9756fd4f43f014cb2dca98deeaaa8ce5500a36e",
|
|
"reference": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.5",
|
|
"php": "^7.1",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"sebastian/exporter": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Mock Object library for PHPUnit",
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
"keywords": [
|
|
"mock",
|
|
"xunit"
|
|
],
|
|
"time": "2018-05-29T13:54:20+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
"time": "2017-03-04T06:30:41+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1",
|
|
"sebastian/diff": "^3.0",
|
|
"sebastian/exporter": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"time": "2018-07-12T15:12:46+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "366541b989927187c4ca70490a35615d3fef2dce"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
|
|
"reference": "366541b989927187c4ca70490a35615d3fef2dce",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0",
|
|
"symfony/process": "^2 || ^3.3 || ^4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"time": "2018-06-10T07:54:39+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
|
|
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2017-07-01T08:51:00+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
|
|
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2017-04-03T13:19:02+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"time": "2017-04-27T15:39:26+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
"time": "2017-08-03T12:35:26+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-reflector",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
"time": "2017-03-29T09:07:27+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"time": "2017-03-03T06:23:57+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
"time": "2015-07-28T20:34:47+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/browser-kit",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
|
"reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
|
|
"reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/dom-crawler": "~3.4|~4.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~3.4|~4.0",
|
|
"symfony/process": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony BrowserKit Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-07-26T09:10:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/css-selector",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
"reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/d67de79a70a27d93c92c47f37ece958bf8de4d8a",
|
|
"reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jean-François Simon",
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony CssSelector Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-02T16:36:10+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
|
"reference": "80e60271bb288de2a2259662cff125cff4f93f95"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95",
|
|
"reference": "80e60271bb288de2a2259662cff125cff4f93f95",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/css-selector": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DomCrawler Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-02T12:40:59+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v4.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "552541dad078c85d9414b09c041ede488b456cd5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/552541dad078c85d9414b09c041ede488b456cd5",
|
|
"reference": "552541dad078c85d9414b09c041ede488b456cd5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~3.4|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/expression-language": "~3.4|~4.0",
|
|
"symfony/stopwatch": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-10-10T13:52:42+00:00"
|
|
},
|
|
{
|
|
"name": "theseer/tokenizer",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
|
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
|
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
"time": "2017-04-07T12:08:54+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/cms-lowlevel",
|
|
"version": "v9.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3-CMS/lowlevel.git",
|
|
"reference": "96565efc2817b80d1a788e72a0ae85b9faf906ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/96565efc2817b80d1a788e72a0ae85b9faf906ba",
|
|
"reference": "96565efc2817b80d1a788e72a0ae85b9faf906ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "9.5.1"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"lowlevel": "*"
|
|
},
|
|
"type": "typo3-cms-framework",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.5.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"partOfFactoryDefault": true
|
|
},
|
|
"extension-key": "lowlevel"
|
|
},
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Lowlevel\\": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.",
|
|
"homepage": "https://typo3.org",
|
|
"time": "2018-10-30T10:45:30+00:00"
|
|
},
|
|
{
|
|
"name": "typo3/testing-framework",
|
|
"version": "4.11.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TYPO3/testing-framework.git",
|
|
"reference": "cfc5ad04e61898c8144e19ca5f7e8d83203a4b24"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/cfc5ad04e61898c8144e19ca5f7e8d83203a4b24",
|
|
"reference": "cfc5ad04e61898c8144e19ca5f7e8d83203a4b24",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"mikey179/vfsstream": "~1.6.0",
|
|
"phpunit/phpunit": "^7.1",
|
|
"typo3/cms-backend": "^9.3",
|
|
"typo3/cms-core": "^9.3",
|
|
"typo3/cms-extbase": "^9.3",
|
|
"typo3/cms-fluid": "^9.3",
|
|
"typo3/cms-frontend": "^9.3",
|
|
"typo3/cms-recordlist": "^9.3",
|
|
"typo3fluid/fluid": "^2.5"
|
|
},
|
|
"suggest": {
|
|
"codeception/codeception": "^2.4",
|
|
"typo3/cms-styleguide": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\TestingFramework\\": "Classes/"
|
|
}
|
|
},
|
|
"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": "The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.",
|
|
"homepage": "https://typo3.org/",
|
|
"keywords": [
|
|
"testing",
|
|
"tests",
|
|
"typo3"
|
|
],
|
|
"time": "2018-11-02T16:00:39+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozart/assert.git",
|
|
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
|
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.6",
|
|
"sebastian/version": "^1.0.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"time": "2018-01-29T19:49:41+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"workshop/example-extension": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|