{ "_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": "63ee00ca1b21b36103d80334fc23aa1d", "packages": [ { "name": "algo26-matthias/idna-convert", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/algo26-matthias/idna-convert.git", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/algo26-matthias/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": "christophlehmann/imageoptimizer", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/christophlehmann/imageoptimizer.git", "reference": "770f022943e517932c0bd2b2d2024887649b4fb5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/christophlehmann/imageoptimizer/zipball/770f022943e517932c0bd2b2d2024887649b4fb5", "reference": "770f022943e517932c0bd2b2d2024887649b4fb5", "shasum": "" }, "require": { "typo3/cms-core": ">=9.4.0,<=9.5.99" }, "replace": { "imageoptimizer": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Lemming\\Imageoptimizer\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Optimize uploaded/processed images with binaries of your choice", "keywords": [ "extension", "jpegoptim", "lossless", "optipng", "progressive", "typo3" ], "time": "2019-04-13T20:38:56+00:00" }, { "name": "cogpowered/finediff", "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/cogpowered/FineDiff.git", "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cogpowered/FineDiff/zipball/339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8", "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "*", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "cogpowered\\FineDiff": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Crowe", "email": "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.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24", "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", "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": "2019-03-25T19:12:02+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/dbal", "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/a9019c1e3232eacace373a6ba957a85b66a255c1", "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1", "shasum": "" }, "require": { "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^4.0", "jetbrains/phpstorm-stubs": "^2018.1.2", "phpstan/phpstan": "^0.10.1", "phpunit/phpunit": "^7.1.2", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", "symfony/console": "^2.0.5|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "3.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "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-12-04T06:44:25+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/instantiator", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "a2c590166b2133a4633738648b6b064edae0814a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", "reference": "a2c590166b2133a4633738648b6b064edae0814a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.13", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-shim": "^0.11", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.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://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "time": "2019-03-17T17:37:11+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": "fab/media", "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/fabarea/media.git", "reference": "ad447f7b465fe1ca5bb4d2ff9ae15c5ccb598dc3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabarea/media/zipball/ad447f7b465fe1ca5bb4d2ff9ae15c5ccb598dc3", "reference": "ad447f7b465fe1ca5bb4d2ff9ae15c5ccb598dc3", "shasum": "" }, "replace": { "media": "self.version", "typo3-ter/media": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Fab\\Media\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "description": "Media management system for TYPO3 CMS.", "homepage": "https://github.com/fabarea/media", "keywords": [ "Media management", "TYPO3 CMS" ], "time": "2019-01-28T08:54:32+00:00" }, { "name": "fab/vidi", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/fabarea/vidi.git", "reference": "1c334345d27091e14da871e86922f78edf6aa6c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabarea/vidi/zipball/1c334345d27091e14da871e86922f78edf6aa6c8", "reference": "1c334345d27091e14da871e86922f78edf6aa6c8", "shasum": "" }, "replace": { "typo3-ter/vidi": "self.version", "vidi": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Fab\\Vidi\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "description": "Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!", "homepage": "https://github.com/fabarea/vidi", "keywords": [ "TYPO3 CMS", "generic listing" ], "time": "2019-05-02T16:34:32+00:00" }, { "name": "facebook/graph-sdk", "version": "5.7.0", "source": { "type": "git", "url": "https://github.com/facebook/php-graph-sdk.git", "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b", "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b", "shasum": "" }, "require": { "php": "^5.4|^7.0" }, "require-dev": { "guzzlehttp/guzzle": "~5.0", "mockery/mockery": "~0.8", "phpunit/phpunit": "~4.0" }, "suggest": { "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client", "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "Facebook\\": "src/Facebook/" }, "files": [ "src/Facebook/polyfills.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Facebook Platform" ], "authors": [ { "name": "Facebook", "homepage": "https://github.com/facebook/php-graph-sdk/contributors" } ], "description": "Facebook SDK for PHP", "homepage": "https://github.com/facebook/php-graph-sdk", "keywords": [ "facebook", "sdk" ], "time": "2018-12-11T22:56:31+00:00" }, { "name": "fluidtypo3/vhs", "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/FluidTYPO3/vhs.git", "reference": "93bd3ba44406f69e297c4ea6193f0bfae4585e3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/93bd3ba44406f69e297c4ea6193f0bfae4585e3d", "reference": "93bd3ba44406f69e297c4ea6193f0bfae4585e3d", "shasum": "" }, "require": { "php": ">=7.0.0", "typo3/cms-backend": "^8.7 || ^9 || dev-master", "typo3/cms-core": "^8.7 || ^9 || dev-master", "typo3/cms-extbase": "^8.7 || ^9 || dev-master", "typo3/cms-fluid": "^8.7 || ^9 || dev-master", "typo3/cms-frontend": "^8.7 || ^9 || dev-master" }, "replace": { "typo3-ter/vhs": "self.version", "vhs": "self.version" }, "require-dev": { "fluidtypo3/development": "^4.0" }, "suggest": { "ext-tidy": "Allows to make use of the tidy ViewHelper" }, "type": "typo3-cms-extension", "extra": { "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": "build/web" } }, "autoload": { "psr-4": { "FluidTYPO3\\Vhs\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The vhs package from FluidTYPO3", "homepage": "https://fluidtypo3.org", "keywords": [ "TYPO3 CMS", "fedext", "fluid", "templating", "utility", "viewhelper" ], "time": "2019-04-01T12:17:09+00:00" }, { "name": "georgringer/news", "version": "7.2.0", "source": { "type": "git", "url": "https://github.com/georgringer/news.git", "reference": "2ed8306bf28465126c298d01fec67b696b4cde9f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/georgringer/news/zipball/2ed8306bf28465126c298d01fec67b696b4cde9f", "reference": "2ed8306bf28465126c298d01fec67b696b4cde9f", "shasum": "" }, "require": { "typo3/cms-core": "^8.7.13|| ^9.5.0" }, "conflict": { "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" }, "replace": { "news": "self.version", "typo3-ter/news": "self.version" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "nimut/testing-framework": "^1.0 || ^2.0 || ^3.0 || ^4.0" }, "suggest": { "reelworx/rx-shariff": "~11.0" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "6.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web" } }, "autoload": { "psr-4": { "GeorgRinger\\News\\": "Classes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Georg Ringer", "homepage": "http://montagmorgen.at", "role": "Developer" } ], "description": "Versatile news extension, based on extbase & fluid for TYPO3 CMS", "homepage": "http://montagmorgen.at", "keywords": [ "article", "extension", "news", "typo3" ], "time": "2019-04-15T10:54:23+00:00" }, { "name": "gridelementsteam/gridelements", "version": "9.2.2", "source": { "type": "git", "url": "https://gitlab.com/coderscare/gridelements.git", "reference": "8e0f450fb40dd3d038c53cf20dd3100cca5283a5" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=8e0f450fb40dd3d038c53cf20dd3100cca5283a5", "reference": "8e0f450fb40dd3d038c53cf20dd3100cca5283a5", "shasum": "" }, "require": { "typo3/cms-backend": "^9.5.7", "typo3/cms-core": "^9.5.7", "typo3/cms-frontend": "^9.5.7", "typo3/cms-recordlist": "^9.5.7" }, "conflict": { "jfmulticontent": "*", "templavoila": "*" }, "replace": { "gridelements": "self.version", "typo3-ter/gridelements": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "GridElementsTeam\\Gridelements\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This extension integrates the grid layout concept also to regular content elements - the grid elements. It offers a lot of new features like advanced drag & drop or real references, that improve the usability of the page and list module to speed up the daily work with the backend.", "homepage": "https://forge.typo3.org/projects/extension-gridelements2", "keywords": [ "Gridelements", "TYPO3 CMS", "grids" ], "time": "2019-05-27T09:59:26+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.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "9f83dded91781a01c63574e387eaa769be769115" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "reference": "9f83dded91781a01c63574e387eaa769be769115", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2018-12-04T20:46:45+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-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": "v2.0.5", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/typo3-console-plugin.git", "reference": "4a80b494adb97306bb19a14c72c214be79b5b079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/4a80b494adb97306bb19a14c72c214be79b5b079", "reference": "4a80b494adb97306bb19a14c72c214be79b5b079", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": "^7.0", "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": "2018-12-09T12:06:13+00:00" }, { "name": "league/csv", "version": "9.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", "reference": "f3a3c69b6e152417e1b62d995bcad2237b053cc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/csv/zipball/f3a3c69b6e152417e1b62d995bcad2237b053cc6", "reference": "f3a3c69b6e152417e1b62d995bcad2237b053cc6", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=7.0.10" }, "require-dev": { "ext-curl": "*", "friendsofphp/php-cs-fixer": "^2.12", "phpstan/phpstan": "^0.9.2", "phpstan/phpstan-phpunit": "^0.9.4", "phpstan/phpstan-strict-rules": "^0.9.0", "phpunit/phpunit": "^6.0" }, "suggest": { "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "9.x-dev" } }, "autoload": { "psr-4": { "League\\Csv\\": "src" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://github.com/nyamsprod/", "role": "Developer" } ], "description": "Csv data manipulation made easy in PHP", "homepage": "http://csv.thephpleague.com", "keywords": [ "csv", "export", "filter", "import", "read", "write" ], "time": "2019-03-08T06:56:16+00:00" }, { "name": "nikic/php-parser", "version": "v4.2.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420", "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420", "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.2-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": "2019-05-25T20:07:01+00:00" }, { "name": "pixelant/pxa-social-feed", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/pixelant/pxa_social_feed.git", "reference": "94ffd4a197e47e03227b6ecdb7af7227a67a16fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pixelant/pxa_social_feed/zipball/94ffd4a197e47e03227b6ecdb7af7227a67a16fc", "reference": "94ffd4a197e47e03227b6ecdb7af7227a67a16fc", "shasum": "" }, "require": { "facebook/graph-sdk": "^5.6.3", "typo3/cms-core": "^8.7 || ^9.5" }, "replace": { "pxa_social_feed": "self.version", "typo3-ter/pxa-social-feed": "self.version" }, "require-dev": { "nimut/testing-framework": "^2.0", "squizlabs/php_codesniffer": "2.*", "symfony/finder": "^3.0" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "0.0.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web" } }, "autoload": { "psr-4": { "Pixelant\\PxaSocialFeed\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Pixelant", "email": "info@pixelant.net", "homepage": "https://www.pixelant.net", "role": "Developer" } ], "description": "Add Facebook, Instagram, and Twitter feeds to your site.", "time": "2019-03-13T09:49:44+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.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-server-middleware.git", "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", "shasum": "" }, "require": { "php": ">=7.0", "psr/http-message": "^1.0", "psr/http-server-handler": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP server-side middleware", "keywords": [ "http", "http-interop", "middleware", "psr", "psr-15", "psr-7", "request", "response" ], "time": "2018-10-30T17:12:04+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": "ralouphie/getallheaders", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2016-02-11T07:05:27+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.3.0", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "f09463d1165396745fef0aae64b7a784c891be9f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/f09463d1165396745fef0aae64b7a784c891be9f", "reference": "f09463d1165396745fef0aae64b7a784c891be9f", "shasum": "" }, "require": { "php": "^7.1.3", "psr/cache": "~1.0", "psr/log": "~1.0", "symfony/cache-contracts": "^1.1", "symfony/service-contracts": "^1.1", "symfony/var-exporter": "^4.2" }, "conflict": { "doctrine/dbal": "<2.5", "symfony/dependency-injection": "<3.4", "symfony/var-dumper": "<3.4" }, "provide": { "psr/cache-implementation": "1.0", "psr/simple-cache-implementation": "1.0", "symfony/cache-implementation": "1.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "~1.6", "doctrine/dbal": "~2.5", "predis/predis": "~1.1", "psr/simple-cache": "^1.0", "symfony/config": "~4.2", "symfony/dependency-injection": "~3.4|~4.1", "symfony/var-dumper": "^4.1.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-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": "2019-05-27T08:16:38+00:00" }, { "name": "symfony/cache-contracts", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", "reference": "7ff3902cc747dd5e2c6f26dc42603ed07b530293" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/7ff3902cc747dd5e2c6f26dc42603ed07b530293", "reference": "7ff3902cc747dd5e2c6f26dc42603ed07b530293", "shasum": "" }, "require": { "php": "^7.1.3" }, "suggest": { "psr/cache": "", "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2019-05-22T12:23:29+00:00" }, { "name": "symfony/console", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "707b619d2c3bedf0224d56f95f77dabc60102305" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/707b619d2c3bedf0224d56f95f77dabc60102305", "reference": "707b619d2c3bedf0224d56f95f77dabc60102305", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/service-contracts": "^1.1" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/event-dispatcher": "<4.3", "symfony/process": "<3.3" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "^4.3", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.4|~4.0", "symfony/var-dumper": "^4.3" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-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": "2019-05-27T08:16:38+00:00" }, { "name": "symfony/expression-language", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "94f1b244c3f2f5e6d360d3d63d3ef77a5fc8aa82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/94f1b244c3f2f5e6d360d3d63d3ef77a5fc8aa82", "reference": "94f1b244c3f2f5e6d360d3d63d3ef77a5fc8aa82", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/cache": "~3.4|~4.0", "symfony/service-contracts": "^1.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-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": "2019-05-27T08:16:38+00:00" }, { "name": "symfony/finder", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "b3d4f4c0e4eadfdd8b296af9ca637cfbf51d8176" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/b3d4f4c0e4eadfdd8b296af9ca637cfbf51d8176", "reference": "b3d4f4c0e4eadfdd8b296af9ca637cfbf51d8176", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-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": "2019-05-26T20:47:49+00:00" }, { "name": "symfony/inflector", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", "reference": "fc31c163077e75bb0b1055fe60a27f5c3cb9ae7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/inflector/zipball/fc31c163077e75bb0b1055fe60a27f5c3cb9ae7c", "reference": "fc31c163077e75bb0b1055fe60a27f5c3cb9ae7c", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Inflector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Inflector Component", "homepage": "https://symfony.com", "keywords": [ "inflection", "pluralize", "singularize", "string", "symfony", "words" ], "time": "2019-04-01T13:53:46+00:00" }, { "name": "symfony/intl", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", "reference": "98e7de6ec772cdb6085abf947cb08953cb24f441" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/intl/zipball/98e7de6ec772cdb6085abf947cb08953cb24f441", "reference": "98e7de6ec772cdb6085abf947cb08953cb24f441", "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.3-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": "2019-05-29T18:02:35+00:00" }, { "name": "symfony/options-resolver", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "914e0edcb7cd0c9f494bc023b1d47534f4542332" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/914e0edcb7cd0c9f494bc023b1d47534f4542332", "reference": "914e0edcb7cd0c9f494bc023b1d47534f4542332", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "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 OptionsResolver Component", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2019-05-10T05:38:46+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "82ebae02209c21113908c229e9883c419720738a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", "reference": "82ebae02209c21113908c229e9883c419720738a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-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": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-intl-icu", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/999878a3a09d73cae157b0cf89bb6fb2cc073057", "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057", "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": "2019-01-07T19:39:47+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af", "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php72": "^1.9" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Laurent Bassin", "email": "laurent@bassin.info" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "time": "2019-03-04T13:44:35+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-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": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c", "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "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 backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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 backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/process", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "a5e3dd4e93a364668034a3cb6efa963d0b33ab45" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/a5e3dd4e93a364668034a3cb6efa963d0b33ab45", "reference": "a5e3dd4e93a364668034a3cb6efa963d0b33ab45", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-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": "2019-05-26T20:47:49+00:00" }, { "name": "symfony/property-access", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "a14764290356f3fd17b65d2e98babc19b85e2814" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/a14764290356f3fd17b65d2e98babc19b85e2814", "reference": "a14764290356f3fd17b65d2e98babc19b85e2814", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/inflector": "~3.4|~4.0" }, "require-dev": { "symfony/cache": "~3.4|~4.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "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 PropertyAccess Component", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2019-05-20T16:16:12+00:00" }, { "name": "symfony/routing", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "e6cc85f03102ef5e4aedfe636f83e58cf6fd7338" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/e6cc85f03102ef5e4aedfe636f83e58cf6fd7338", "reference": "e6cc85f03102ef5e4aedfe636f83e58cf6fd7338", "shasum": "" }, "require": { "php": "^7.1.3" }, "conflict": { "symfony/config": "<4.2", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.2", "psr/log": "~1.0", "symfony/config": "~4.2", "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/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.3-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": "2019-05-20T16:16:12+00:00" }, { "name": "symfony/serializer", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", "reference": "4bb37f32833c7fc72a6b2dc2abf545918c77fb6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/serializer/zipball/4bb37f32833c7fc72a6b2dc2abf545918c77fb6e", "reference": "4bb37f32833c7fc72a6b2dc2abf545918c77fb6e", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "phpdocumentor/type-resolver": "<0.2.1", "symfony/dependency-injection": "<3.4", "symfony/property-access": "<3.4", "symfony/property-info": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0", "symfony/cache": "~3.4|~4.0", "symfony/config": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/http-foundation": "~3.4|~4.0", "symfony/property-access": "~3.4|~4.0", "symfony/property-info": "^3.4.13|~4.0", "symfony/validator": "~3.4|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", "doctrine/cache": "For using the default cached annotation reader and metadata cache.", "psr/cache-implementation": "For using the metadata cache.", "symfony/config": "For using the XML mapping loader.", "symfony/http-foundation": "To use the DataUriNormalizer.", "symfony/property-access": "For using the ObjectNormalizer.", "symfony/property-info": "To deserialize relations.", "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Serializer\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", "time": "2019-05-20T16:16:12+00:00" }, { "name": "symfony/service-contracts", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0", "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0", "shasum": "" }, "require": { "php": "^7.1.3" }, "suggest": { "psr/container": "", "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2019-05-28T07:50:59+00:00" }, { "name": "symfony/var-exporter", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "2b7c857d553423b2317ac0741fb2581d9bfd8fb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2b7c857d553423b2317ac0741fb2581d9bfd8fb7", "reference": "2b7c857d553423b2317ac0741fb2581d9bfd8fb7", "shasum": "" }, "require": { "php": "^7.1.3" }, "require-dev": { "symfony/var-dumper": "^4.1.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "serialize" ], "time": "2019-04-10T19:42:49+00:00" }, { "name": "symfony/yaml", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99", "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99", "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.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2019-04-06T14:04:46+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-adminpanel", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", "reference": "bbcbf2e40363b6077e8e4c81d8496c7ba4d9ba6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/bbcbf2e40363b6077e8e4c81d8496c7ba4d9ba6a", "reference": "bbcbf2e40363b6077e8e4c81d8496c7ba4d9ba6a", "shasum": "" }, "require": { "psr/http-message": "~1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "typo3/cms-backend": "9.5.7", "typo3/cms-core": "9.5.7", "typo3/cms-fluid": "9.5.7", "typo3/cms-frontend": "9.5.7", "typo3fluid/fluid": "^2.6.1" }, "conflict": { "typo3/cms": "*" }, "replace": { "adminpanel": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "adminpanel" }, "typo3/class-alias-loader": { "class-alias-maps": [ "Migrations/Code/ClassAliasMap.php" ] } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Adminpanel\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-backend", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", "reference": "a80b7b4da694aee485d763a10b46b7d6af9783a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/a80b7b4da694aee485d763a10b46b7d6af9783a1", "reference": "a80b7b4da694aee485d763a10b46b7d6af9783a1", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7", "typo3/cms-recordlist": "9.5.7" }, "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": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-belog", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", "reference": "c16de4fd7519ac12fb7bfc3f6aee45a13dc110f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/c16de4fd7519ac12fb7bfc3f6aee45a13dc110f9", "reference": "c16de4fd7519ac12fb7bfc3f6aee45a13dc110f9", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "belog": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-beuser", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", "reference": "ca594b0bbade20af9bc77b2d5bea42add3d44ad2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/ca594b0bbade20af9bc77b2d5bea42add3d44ad2", "reference": "ca594b0bbade20af9bc77b2d5bea42add3d44ad2", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "beuser": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+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.2", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", "reference": "46437b54cf06c9c657a49283403b097943d7f524" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/46437b54cf06c9c657a49283403b097943d7f524", "reference": "46437b54cf06c9c657a49283403b097943d7f524", "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": "2019-03-04T12:18:45+00:00" }, { "name": "typo3/cms-core", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", "reference": "918ba8f151c5ce3b9df7eb613fd365fdb98c8531" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/918ba8f151c5ce3b9df7eb613fd365fdb98c8531", "reference": "918ba8f151c5ce3b9df7eb613fd365fdb98c8531", "shasum": "" }, "require": { "algo26-matthias/idna-convert": "^1.1.0", "cogpowered/finediff": "~0.3.1", "doctrine/annotations": "^1.3", "doctrine/dbal": "~2.8.0", "doctrine/instantiator": "^1.1", "doctrine/lexer": "^1.0", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-session": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.3.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-intl-idn": "^1.10", "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.1.2", "typo3fluid/fluid": "^2.6.1" }, "conflict": { "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", "symfony/routing": "4.2.7", "typo3/cms": "*" }, "replace": { "core": "*", "typo3/cms-lang": "*", "typo3/cms-saltedpasswords": "*", "typo3/cms-sv": "*" }, "require-dev": { "codeception/codeception": "^2.5.4", "fiunchinho/phpunit-randomizer": "^4.0", "friendsofphp/php-cs-fixer": "^2.12.2", "typo3/cms-styleguide": "~9.2.2", "typo3/testing-framework": "~4.12.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": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-extbase", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", "reference": "178a17bee92dc3f61a9fc8eda22b19dda255d676" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/178a17bee92dc3f61a9fc8eda22b19dda255d676", "reference": "178a17bee92dc3f61a9fc8eda22b19dda255d676", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "extbase": "*" }, "suggest": { "typo3/cms-scheduler": "Additional scheduler tasks" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-extensionmanager", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", "reference": "4b54d1cdb6ffa4c8e63e1a6a2e685e34ba5f8d17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/4b54d1cdb6ffa4c8e63e1a6a2e685e34ba5f8d17", "reference": "4b54d1cdb6ffa4c8e63e1a6a2e685e34ba5f8d17", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "extensionmanager": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-felogin", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", "reference": "bf63e17c269d7b35694f3c3242c30247d3d6ae00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/bf63e17c269d7b35694f3c3242c30247d3d6ae00", "reference": "bf63e17c269d7b35694f3c3242c30247d3d6ae00", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "felogin": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "felogin" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Felogin\\": "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 template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-filelist", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", "reference": "2a95a8eb888365ed4651548ba7d97ed9d67e229e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/2a95a8eb888365ed4651548ba7d97ed9d67e229e", "reference": "2a95a8eb888365ed4651548ba7d97ed9d67e229e", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "filelist": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-filemetadata", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", "reference": "da560b4e5146c50f18f4a6d654c157163d81d050" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/da560b4e5146c50f18f4a6d654c157163d81d050", "reference": "da560b4e5146c50f18f4a6d654c157163d81d050", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "filemetadata": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "filemetadata" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-fluid", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", "reference": "0e25ad86832d8fe9a06a2312d370cb6161b247c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/0e25ad86832d8fe9a06a2312d370cb6161b247c3", "reference": "0e25ad86832d8fe9a06a2312d370cb6161b247c3", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7", "typo3/cms-extbase": "9.5.7", "typo3fluid/fluid": "^2.6.1" }, "conflict": { "typo3/cms": "*" }, "replace": { "fluid": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-fluid-styled-content", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", "reference": "b07c4580db0cf97b48f2b4e5cca991d9d791204c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/b07c4580db0cf97b48f2b4e5cca991d9d791204c", "reference": "b07c4580db0cf97b48f2b4e5cca991d9d791204c", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7", "typo3/cms-fluid": "9.5.7", "typo3/cms-frontend": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "fluid_styled_content": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-form", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", "reference": "1565fef9fbeb72f94c3880b62a7271f9eca535f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/1565fef9fbeb72f94c3880b62a7271f9eca535f5", "reference": "1565fef9fbeb72f94c3880b62a7271f9eca535f5", "shasum": "" }, "require": { "psr/http-message": "~1.0", "symfony/expression-language": "^4.1", "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "form": "*" }, "suggest": { "typo3/cms-filelist": "Add context menu item for form files", "typo3/cms-impexp": "Register imported form files" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "form" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Form\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-frontend", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", "reference": "cced8f7d1d21e342a8b2d048358cbfae06757739" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/cced8f7d1d21e342a8b2d048358cbfae06757739", "reference": "cced8f7d1d21e342a8b2d048358cbfae06757739", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "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": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-info", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", "reference": "60eeba2d78cf4b96a30120a66698de919b04117f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/60eeba2d78cf4b96a30120a66698de919b04117f", "reference": "60eeba2d78cf4b96a30120a66698de919b04117f", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "info": "*", "typo3/cms-info-pagetsconfig": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-install", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", "reference": "efdbc9b8c2ef7c222ca09790e1a9062582592c79" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/efdbc9b8c2ef7c222ca09790e1a9062582592c79", "reference": "efdbc9b8c2ef7c222ca09790e1a9062582592c79", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", "symfony/finder": "^4.1", "typo3/cms-core": "9.5.7", "typo3/cms-extbase": "9.5.7", "typo3/cms-fluid": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "install": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-lowlevel", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", "reference": "40a4f21a07cbe6eff7c556f059a98389dc3c2bd8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/40a4f21a07cbe6eff7c556f059a98389dc3c2bd8", "reference": "40a4f21a07cbe6eff7c556f059a98389dc3c2bd8", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "lowlevel": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-recordlist", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", "reference": "ab2e93d2c43de0b82052f94b956100786e8d4465" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/ab2e93d2c43de0b82052f94b956100786e8d4465", "reference": "ab2e93d2c43de0b82052f94b956100786e8d4465", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "recordlist": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-recycler", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", "reference": "0956eb0befada18508f6d0cad67a739c7075428e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/0956eb0befada18508f6d0cad67a739c7075428e", "reference": "0956eb0befada18508f6d0cad67a739c7075428e", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "recycler": "*" }, "suggest": { "typo3/cms-scheduler": "Remove deleted records after given time" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "recycler" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Recycler\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-redirects", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", "reference": "2d7c8f2e0439e90405546f801bbcdc2763fe23c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/2d7c8f2e0439e90405546f801bbcdc2763fe23c0", "reference": "2d7c8f2e0439e90405546f801bbcdc2763fe23c0", "shasum": "" }, "require": { "typo3/cms-backend": "9.5.7", "typo3/cms-core": "9.5.7", "typo3fluid/fluid": "^2.6.1" }, "conflict": { "typo3/cms": "*" }, "replace": { "redirects": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "redirects", "Package": { "partOfFactoryDefault": true } } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Redirects\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Custom redirects in TYPO3.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-reports", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", "reference": "3b57041a1498a26d2aa99b3cd0032cfd3b6eed24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/3b57041a1498a26d2aa99b3cd0032cfd3b6eed24", "reference": "3b57041a1498a26d2aa99b3cd0032cfd3b6eed24", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "reports": "*" }, "suggest": { "typo3/cms-scheduler": "Determine system's status and send it via email" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "reports" }, "typo3/class-alias-loader": { "class-alias-maps": [ "Migrations/Code/ClassAliasMap.php" ] } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Reports\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-rte-ckeditor", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", "reference": "848fed7ede0d0c5d5ab61ade325fda0ea1af92f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/848fed7ede0d0c5d5ab61ade325fda0ea1af92f1", "reference": "848fed7ede0d0c5d5ab61ade325fda0ea1af92f1", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "rte_ckeditor": "*" }, "suggest": { "typo3/cms-setup": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-scheduler", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", "reference": "6ea27a27f02383bd9c29cc7b6551e7bf1f9307cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/6ea27a27f02383bd9c29cc7b6551e7bf1f9307cc", "reference": "6ea27a27f02383bd9c29cc7b6551e7bf1f9307cc", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "scheduler": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-seo", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", "reference": "52b3c98aa0502c3f70c2a3c78e12b03aea137038" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/52b3c98aa0502c3f70c2a3c78e12b03aea137038", "reference": "52b3c98aa0502c3f70c2a3c78e12b03aea137038", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7", "typo3/cms-extbase": "9.5.7", "typo3/cms-frontend": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "seo": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "seo", "Package": { "partOfFactoryDefault": true } } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Seo\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "SEO features for TYPO3.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-setup", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", "reference": "2ead2e82c05739c825912c39fb3cad25ed6c38cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/2ead2e82c05739c825912c39fb3cad25ed6c38cf", "reference": "2ead2e82c05739c825912c39fb3cad25ed6c38cf", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "setup": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-t3editor", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", "reference": "3e7c9f8534df936694485a569c38291784064de8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/3e7c9f8534df936694485a569c38291784064de8", "reference": "3e7c9f8534df936694485a569c38291784064de8", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "t3editor": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-taskcenter", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/taskcenter.git", "reference": "24cf15a4e764ed4a2eef56a620217aa14af50e83" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/24cf15a4e764ed4a2eef56a620217aa14af50e83", "reference": "24cf15a4e764ed4a2eef56a620217aa14af50e83", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "taskcenter": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "taskcenter" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Taskcenter\\": "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 Task Center is the framework for a host of other extensions, see below.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-tstemplate", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", "reference": "9e50fb86d2f6dc80a8e302a399e8bd965c6c5532" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/9e50fb86d2f6dc80a8e302a399e8bd965c6c5532", "reference": "9e50fb86d2f6dc80a8e302a399e8bd965c6c5532", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "tstemplate": "*" }, "type": "typo3-cms-framework", "extra": { "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": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/cms-viewpage", "version": "v9.5.7", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", "reference": "8dc5e86bb76d548cf6d2718cbb097dd8b63d497b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/8dc5e86bb76d548cf6d2718cbb097dd8b63d497b", "reference": "8dc5e86bb76d548cf6d2718cbb097dd8b63d497b", "shasum": "" }, "require": { "typo3/cms-core": "9.5.7" }, "conflict": { "typo3/cms": "*" }, "replace": { "viewpage": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "viewpage" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Viewpage\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", "time": "2019-05-15T11:41:51+00:00" }, { "name": "typo3/phar-stream-wrapper", "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771", "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.0" }, "require-dev": { "ext-xdebug": "*", "phpunit/phpunit": "^6.5" }, "suggest": { "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" }, "type": "library", "extra": { "branch-alias": { "dev-master": "v3.x-dev" } }, "autoload": { "psr-4": { "TYPO3\\PharStreamWrapper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Interceptors for PHP's native phar:// stream handling", "homepage": "https://typo3.org/", "keywords": [ "phar", "php", "security", "stream-wrapper" ], "time": "2019-05-14T13:14:14+00:00" }, { "name": "typo3fluid/fluid", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^4.8", "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": "2019-05-07T07:07:18+00:00" }, { "name": "yohang/calendr", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/yohang/CalendR.git", "reference": "f48f3f2f37908c63f18ecb762a0d923a74b19d24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yohang/CalendR/zipball/f48f3f2f37908c63f18ecb762a0d923a74b19d24", "reference": "f48f3f2f37908c63f18ecb762a0d923a74b19d24", "shasum": "" }, "require": { "php": "^5.5|^7.0", "symfony/options-resolver": "^2.7|^3.0|^4.0" }, "require-dev": { "doctrine/cache": "^1.5", "doctrine/common": "^2.5", "doctrine/orm": "^2.5", "phpunit/phpunit": "^4.8.35|^5.4.0|^6.0|^7.0", "silex/silex": "^1.3", "twig/twig": "^1.23|^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-4": { "CalendR\\": "src/CalendR/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Yohan GIARELLI", "email": "yohan@giarel.li", "homepage": "http://yohan.giarel.li" } ], "description": "Object Oriented calendar management", "homepage": "https://github.com/yohang/CalendR", "keywords": [ "calendar", "date", "events" ], "time": "2019-01-13T17:07:34+00:00" } ], "packages-dev": [ { "name": "deployer/deployer", "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/deployphp/deployer.git", "reference": "a7d03f8febc547344c4f205dd2291a6d40a2af44" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deployphp/deployer/zipball/a7d03f8febc547344c4f205dd2291a6d40a2af44", "reference": "a7d03f8febc547344c4f205dd2291a6d40a2af44", "shasum": "" }, "require": { "deployer/phar-update": "~2.1", "php": "~7.0", "pimple/pimple": "~3.0", "symfony/console": "~2.7|~3.0|~4.0", "symfony/process": "~2.7|~3.0|~4.0", "symfony/yaml": "~2.7|~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "^6.4.3" }, "bin": [ "bin/dep" ], "type": "library", "autoload": { "psr-4": { "Deployer\\": "src/" }, "files": [ "src/Support/helpers.php", "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anton Medvedev", "email": "anton@medv.io" } ], "description": "Deployment Tool", "homepage": "https://deployer.org", "time": "2019-01-17T13:53:14+00:00" }, { "name": "deployer/phar-update", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/deployphp/phar-update.git", "reference": "a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deployphp/phar-update/zipball/a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a", "reference": "a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/console": "~2.7|~3.0|~4.0" }, "require-dev": { "mikey179/vfsstream": "1.1.0", "phpunit/phpunit": "3.7.*", "symfony/process": "~2.7|~3.0|~4.0" }, "type": "library", "autoload": { "psr-4": { "Deployer\\Component\\PharUpdate\\": "src/", "Deployer\\Component\\PHPUnit\\": "src/PHPUnit/", "Deployer\\Component\\Version\\": "src/Version/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Herrera", "email": "kevin@herrera.io", "homepage": "http://kevin.herrera.io" }, { "name": "Anton Medvedev", "email": "anton@medv.io", "homepage": "https://medv.io" } ], "description": "Integrates Phar Update to Symfony Console.", "homepage": "https://github.com/deployphp/phar-update", "keywords": [ "console", "phar", "update" ], "time": "2018-02-27T17:29:10+00:00" }, { "name": "ichhabrecht/filefill", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/IchHabRecht/filefill.git", "reference": "13238f982b492b496667b96d9c30db7b416f7c23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/IchHabRecht/filefill/zipball/13238f982b492b496667b96d9c30db7b416f7c23", "reference": "13238f982b492b496667b96d9c30db7b416f7c23", "shasum": "" }, "require": { "typo3/cms-core": "^8.7 || ^9.5" }, "replace": { "filefill": "self.version", "typo3-ter/filefill": "self.version" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "typo3/cms": { "extension-key": "filefill", "cms-package-dir": "{$vendor-dir}/typo3/cms", "app-dir": ".Build", "web-dir": ".Build/public" } }, "autoload": { "psr-4": { "IchHabRecht\\Filefill\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Nicole Cordes", "email": "typo3@cordes.co", "role": "Developer" } ], "description": "Find and fetch missing local files from different remotes", "homepage": "https://github.com/IchHabRecht/filefill", "keywords": [ "extension", "file", "missing", "placeholder", "typo3" ], "time": "2018-10-29T21:06:06+00:00" }, { "name": "pimple/pimple", "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/container": "^1.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2018-01-21T07:42:36+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.2", "ext-json": "*", "ext-libxml": "*", "ext-pdo": "*", "ext-simplexml": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.2.17" } }