{ "_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": "629b8f7c640e16e14ca4d7d631bb578f", "packages": [ { "name": "christophlehmann/imageoptimizer", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/christophlehmann/imageoptimizer.git", "reference": "2472497fba5e718500d0ba61289c53c0042e68dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/christophlehmann/imageoptimizer/zipball/2472497fba5e718500d0ba61289c53c0042e68dc", "reference": "2472497fba5e718500d0ba61289c53c0042e68dc", "shasum": "" }, "require": { "typo3/cms-core": ">=7.6.0,<=8.7.99" }, "replace": { "imageoptimizer": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Lemming\\Imageoptimizer\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Optimize uploaded/processed images with binaries of your choice", "keywords": [ "extension", "jpegoptim", "lossless", "optipng", "progressive", "typo3" ], "time": "2018-08-20T20:49:40+00:00" }, { "name": "cogpowered/finediff", "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/cogpowered/FineDiff.git", "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cogpowered/FineDiff/zipball/339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8", "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "*", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "cogpowered\\FineDiff": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Crowe", "email": "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": "dmitryd/typo3-realurl", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/dmitryd/typo3-realurl.git", "reference": "4492e57ddaeda062ef802e840ffb02bab24816f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dmitryd/typo3-realurl/zipball/4492e57ddaeda062ef802e840ffb02bab24816f9", "reference": "4492e57ddaeda062ef802e840ffb02bab24816f9", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4.0,<7.3.0", "typo3/cms-core": ">=6.2.0,<9.0.0" }, "conflict": { "bednee/cooluri": ">0.0.1", "helhum/realurl": ">0.0.1", "typo3-ter/cooluri": ">=0.0.1", "typo3-ter/simulatestatic": ">0.0.1" }, "replace": { "realurl": "self.version", "typo3-ter/realurl": "self.version" }, "require-dev": { "phpunit/phpunit": "~4.8.0" }, "suggest": { "typo3-ter/static-info-tables": ">=6.2.0" }, "type": "typo3-cms-extension", "extra": { "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web" } }, "autoload": { "psr-4": { "DmitryDulepov\\Realurl\\": "Classes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+" ], "authors": [ { "name": "Dmitry Dulepov", "email": "dmitry.dulepov@gmail.com", "homepage": "http://www.dmitry-dulepov.com/" } ], "description": "Speaking URLs for TYPO3", "homepage": "https://github.com/dmitryd/typo3-realurl", "keywords": [ "RealURL", "cms", "typo3" ], "time": "2018-07-09T00:00:00+00:00" }, { "name": "doctrine/annotations", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": "^7.1" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2017-12-06T07:11:42+00:00" }, { "name": "doctrine/cache", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", "shasum": "" }, "require": { "php": "~7.1" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "doctrine/coding-standard": "^4.0", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0", "predis/predis": "~1.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "https://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2018-08-21T18:01:43+00:00" }, { "name": "doctrine/collections", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "~0.1@dev", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2017-07-22T10:37:32+00:00" }, { "name": "doctrine/common", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "^5.4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2017-07-22T08:35:12+00:00" }, { "name": "doctrine/dbal", "version": "v2.5.13", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "729340d8d1eec8f01bff708e12e449a3415af873" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", "reference": "729340d8d1eec8f01bff708e12e449a3415af873", "shasum": "" }, "require": { "doctrine/common": ">=2.4,<2.8-dev", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*", "symfony/console": "2.*||^3.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.5.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "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": "2017-07-22T20:44:48+00:00" }, { "name": "doctrine/inflector", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "5527a48b7313d15261292c149e55e26eae771b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", "reference": "5527a48b7313d15261292c149e55e26eae771b0a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/instantiator", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "time": "2015-06-14T21:17:01+00:00" }, { "name": "doctrine/lexer", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2014-09-09T13:34:57+00:00" }, { "name": "fluidtypo3/vhs", "version": "4.4.0", "source": { "type": "git", "url": "https://github.com/FluidTYPO3/vhs.git", "reference": "0e1c001ce1bd2ee130aa6c4233d10bd4a0c3944e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/0e1c001ce1bd2ee130aa6c4233d10bd4a0c3944e", "reference": "0e1c001ce1bd2ee130aa6c4233d10bd4a0c3944e", "shasum": "" }, "require": { "php": ">=7.0.0", "typo3/cms": ">=7.6.13, <=7.6.99|^8.4.1|dev-master" }, "replace": { "typo3-ter/vhs": "self.version", "vhs": "self.version" }, "require-dev": { "fluidtypo3/development": "^3.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": "2018-03-11T08:26:39+00:00" }, { "name": "georgringer/news", "version": "7.0.8", "source": { "type": "git", "url": "https://github.com/georgringer/news.git", "reference": "0fe174dd50e583eb5ad6989897e17347d8a5cb7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/georgringer/news/zipball/0fe174dd50e583eb5ad6989897e17347d8a5cb7e", "reference": "0fe174dd50e583eb5ad6989897e17347d8a5cb7e", "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": { "dmitryd/typo3-dd-googlesitemap": "~2.1", "dmitryd/typo3-realurl": "^2.3", "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": "2018-11-06T06:32:43+00:00" }, { "name": "gridelementsteam/gridelements", "version": "8.3.0", "source": { "type": "git", "url": "https://git.typo3.org/TYPO3CMS/Extensions/gridelements.git", "reference": "fc4447267d09d141728737919aa4645945339bde" }, "require": { "typo3/cms-backend": "^8.7", "typo3/cms-core": "^8.7", "typo3/cms-frontend": "^8.7", "typo3/cms-lang": "^8.7", "typo3/cms-recordlist": "^8.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": "2018-12-10T13:49:36+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/typo3-console", "version": "4.9.6", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", "reference": "5913e161a5c7e53df9d8e655e4946a10874b5140" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/5913e161a5c7e53df9d8e655e4946a10874b5140", "reference": "5913e161a5c7e53df9d8e655e4946a10874b5140", "shasum": "" }, "require": { "ext-phar": "*", "helhum/typo3-console-plugin": "^1.7.5 || ^2.0.2", "php": ">=5.5.0 <7.3", "symfony/console": "^2.7 || ^3.0", "symfony/process": "^2.7 || ^3.0", "typo3/cms-backend": "^7.6 || ^8.7", "typo3/cms-core": "^7.6 || ^8.7", "typo3/cms-extbase": "^7.6 || ^8.7", "typo3/cms-extensionmanager": "^7.6 || ^8.7", "typo3/cms-fluid": "^7.6 || ^8.7", "typo3/cms-install": "^7.6 || ^8.7", "typo3/cms-scheduler": "^7.6 || ^8.7" }, "replace": { "typo3-ter/typo3-console": "self.version", "typo3_console": "self.version" }, "require-dev": { "mikey179/vfsstream": "~1.6.0", "nimut/testing-framework": "^2.0 || ^3.0", "symfony/filesystem": "^3.2", "typo3-console/create-reference-command": "^1.0", "typo3/cms": "^8.7" }, "bin": [ "Scripts/typo3cms" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web", "Package": { "partOfMinimalUsableSystem": true } } }, "autoload": { "psr-4": { "Helhum\\Typo3Console\\": [ "Classes/", "Resources/Private/ExtensionArtifacts/src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Helmut Hummel", "email": "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-07-03T16:58:45+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": "jalle19/php-yui-compressor", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/Jalle19/php-yui-compressor.git", "reference": "eb88c4f7fd8d7c8bd15a1970611d67cca11f71a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Jalle19/php-yui-compressor/zipball/eb88c4f7fd8d7c8bd15a1970611d67cca11f71a0", "reference": "eb88c4f7fd8d7c8bd15a1970611d67cca11f71a0", "shasum": "" }, "require": { "nervo/yuicompressor": "2.4.*", "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "YUI": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "A modern PHP wrapper for the YUI compressor", "homepage": "https://github.com/Jalle19/php-yui-compressor", "keywords": [ "JS", "css", "minify", "yui" ], "time": "2014-06-03T12:02:11+00:00" }, { "name": "league/csv", "version": "8.2.3", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", "reference": "d2aab1e7bde802582c3879acf03d92716577c76d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d", "reference": "d2aab1e7bde802582c3879acf03d92716577c76d", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.9", "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "8.2-dev" } }, "autoload": { "psr-4": { "League\\Csv\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "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": "2018-02-06T08:27:03+00:00" }, { "name": "linkorb/jsmin-php", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/linkorb/jsmin-php.git", "reference": "be85d87fc9c27730e7e9ced742b13010dafc1026" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/linkorb/jsmin-php/zipball/be85d87fc9c27730e7e9ced742b13010dafc1026", "reference": "be85d87fc9c27730e7e9ced742b13010dafc1026", "shasum": "" }, "require": { "php": ">=5.0.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joost Faassen", "email": "j.faassen@linkorb.com", "role": "Packaging for Composer" }, { "name": "Ryan Grove", "email": "ryan@wonko.com", "role": "PHP port" }, { "name": "Adam Gofort", "email": "aag@adamgoforth.com", "role": "Updates to the PHP port" }, { "name": "Douglas Crockford", "email": "douglas@crockford.com" } ], "description": "Unofficial package of jsmin-php", "homepage": "http://www.github.com/linkorb/jsmin-php", "keywords": [ "javascript", "jsmin", "minify" ], "time": "2013-03-15T13:16:35+00:00" }, { "name": "matthiasmullie/minify", "version": "1.3.61", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751", "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "matthiasmullie/scrapbook": "~1.0", "phpunit/phpunit": "~4.8" }, "suggest": { "psr/cache-implementation": "Cache implementation to use with Minify::cache" }, "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "http://www.minifier.org", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "time": "2018-11-26T23:10:39+00:00" }, { "name": "matthiasmullie/path-converter", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9", "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "time": "2018-10-25T15:19:41+00:00" }, { "name": "meenie/javascript-packer", "version": "1.1", "source": { "type": "git", "url": "https://github.com/meenie/javascript-packer.git", "reference": "dcab0159ae1ed9d7535c034fb8afe1e4c3495d22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/meenie/javascript-packer/zipball/dcab0159ae1ed9d7535c034fb8afe1e4c3495d22", "reference": "dcab0159ae1ed9d7535c034fb8afe1e4c3495d22", "shasum": "" }, "type": "library", "autoload": { "files": [ "class.JavaScriptPacker.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL 2.1" ], "authors": [ { "name": "Nicolas Martin", "role": "Developer" } ], "description": "Composer hosted mirror of the PHP Version of Dean Edwards' JavaScript Packer", "homepage": "http://joliclic.free.fr/php/javascript-packer/en/", "keywords": [ "javascript packer" ], "time": "2013-03-25T21:54:33+00:00" }, { "name": "mso/idna-convert", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/phlylabs/idna-convert.git", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phlylabs/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Mso\\IdnaConvert\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1+" ], "authors": [ { "name": "Matthias Sommerfeld", "email": "mso@phlylabs.de", "role": "Developer" } ], "description": "A library for encoding and decoding internationalized domain names", "homepage": "http://idnaconv.net/", "keywords": [ "idn", "idna", "php" ], "time": "2016-06-19T18:08:43+00:00" }, { "name": "natxet/CssMin", "version": "v3.0.6", "source": { "type": "git", "url": "https://github.com/natxet/CssMin.git", "reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/natxet/CssMin/zipball/d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd", "reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd", "shasum": "" }, "require": { "php": ">=5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joe Scylla", "email": "joe.scylla@gmail.com", "homepage": "https://profiles.google.com/joe.scylla" } ], "description": "Minifying CSS", "homepage": "http://code.google.com/p/cssmin/", "keywords": [ "css", "minify" ], "time": "2018-01-09T11:15:01+00:00" }, { "name": "nervo/yuicompressor", "version": "2.4.8", "source": { "type": "git", "url": "https://github.com/nervo/yuicompressor.git", "reference": "e6e3b215c3998cf6092613c002ae533ae75d7ada" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nervo/yuicompressor/zipball/e6e3b215c3998cf6092613c002ae533ae75d7ada", "reference": "e6e3b215c3998cf6092613c002ae533ae75d7ada", "shasum": "" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "description": "YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.", "homepage": "https://github.com/yui/yuicompressor", "keywords": [ "java", "yui" ], "time": "2013-09-13T10:26:14+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { "php": "^7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "time": "2018-07-02T15:55:56+00:00" }, { "name": "patchwork/jsqueeze", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/tchwork/jsqueeze.git", "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/693d64850eab2ce6a7c8f7cf547e1ab46e69d542", "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Patchwork\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Efficient JavaScript minification in PHP", "homepage": "https://github.com/tchwork/jsqueeze", "keywords": [ "compression", "javascript", "minification" ], "time": "2016-04-19T09:28:22+00:00" }, { "name": "plusb/pb_social", "version": "1.3.4", "source": { "type": "git", "url": "https://bitbucket.org/plus-b/pb_social.git", "reference": "8aa104521133c32eca30dfb1b309eae18e5a8e60" }, "dist": { "type": "zip", "url": "https://bitbucket.org/plus-b/pb_social/get/8aa104521133c32eca30dfb1b309eae18e5a8e60.zip", "reference": "8aa104521133c32eca30dfb1b309eae18e5a8e60", "shasum": "" }, "require": { "php": ">=5.6", "typo3/cms-core": "^7.6 || ^8.7 || ^9.5" }, "replace": { "pb_social": "self.version", "typo3-ter/pb_social": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "PlusB\\PbSocial\\": "Classes" }, "classmap": [ "Resources/Private/Libs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Mikolaj Jedrzejewski, Ramon Mohi, Kai Lorenz, Robert Becker, Arend Maubach", "homepage": "https://www.plusb.de", "role": "Developer" } ], "description": "Social Media Streams", "homepage": "https://www.plusb.de", "keywords": [ "Social Media Streams", "TYPO3 CMS", "facebook", "imgur", "instagram", "linkedin", "pb_social", "pinterest", "plus B", "plusB", "tumblr", "twitter", "tx_news", "vimeo", "youtube" ], "time": "2018-11-19T10:55:21+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "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": "smichaelsen/pagepath", "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/smichaelsen/typo3-pagepath.git", "reference": "09dfe1e979dace879f6a12065d80bbe2d7c14198" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/smichaelsen/typo3-pagepath/zipball/09dfe1e979dace879f6a12065d80bbe2d7c14198", "reference": "09dfe1e979dace879f6a12065d80bbe2d7c14198", "shasum": "" }, "require": { "typo3/cms-core": "^7.6 || ^8.6" }, "replace": { "pagepath": "self.version", "typo3-ter/pagepath": "self.version" }, "require-dev": { "namelesscoder/typo3-repository-client": "^1.2.0" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web" } }, "autoload": { "classmap": [ "Classes/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "homepage": "https://github.com/smichaelsen/typo3-pagepath", "time": "2017-02-15T14:33:41+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "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/console", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2018-11-26T12:48:07+00:00" }, { "name": "symfony/debug", "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276", "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276", "shasum": "" }, "require": { "php": "^7.1.3", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": "<3.4" }, "require-dev": { "symfony/http-kernel": "~3.4|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com", "time": "2018-11-28T18:24:18+00:00" }, { "name": "symfony/finder", "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d", "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2018-11-11T19:52:12+00:00" }, { "name": "symfony/inflector", "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", "reference": "f9a637c0359f74404d44cf0da0a3ce53bae0787e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/inflector/zipball/f9a637c0359f74404d44cf0da0a3ce53bae0787e", "reference": "f9a637c0359f74404d44cf0da0a3ce53bae0787e", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-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": "2018-11-11T19:52:12+00:00" }, { "name": "symfony/options-resolver", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "2cf5aa084338c1f67166013aebe87e2026bbe953" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/2cf5aa084338c1f67166013aebe87e2026bbe953", "reference": "2cf5aa084338c1f67166013aebe87e2026bbe953", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony OptionsResolver Component", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2018-11-11T19:48:54+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224", "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/process", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2", "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2018-11-20T16:10:26+00:00" }, { "name": "symfony/property-access", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "df86e7cf3013ed2f9de0435c6fa02ace78127b34" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/df86e7cf3013ed2f9de0435c6fa02ace78127b34", "reference": "df86e7cf3013ed2f9de0435c6fa02ace78127b34", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/inflector": "~3.1|~4.0", "symfony/polyfill-php70": "~1.0" }, "require-dev": { "symfony/cache": "~3.1|~4.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "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": "2018-11-29T12:09:28+00:00" }, { "name": "symfony/serializer", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", "reference": "40b326ca34c113da5d626e87fb5d0627b8324098" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/serializer/zipball/40b326ca34c113da5d626e87fb5d0627b8324098", "reference": "40b326ca34c113da5d626e87fb5d0627b8324098", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "phpdocumentor/type-resolver": "<0.2.1", "symfony/dependency-injection": "<3.2", "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", "symfony/property-info": "<3.1", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0", "symfony/cache": "~3.1|~4.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.2|~4.0", "symfony/http-foundation": "~2.8|~3.0|~4.0", "symfony/property-access": "~2.8|~3.0|~4.0", "symfony/property-info": "~3.1|~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": "3.4-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": "2018-12-02T13:20:19+00:00" }, { "name": "symfony/yaml", "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "c41175c801e3edfda90f32e292619d10c27103d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/c41175c801e3edfda90f32e292619d10c27103d7", "reference": "c41175c801e3edfda90f32e292619d10c27103d7", "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.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2018-11-11T19:52:12+00:00" }, { "name": "tedivm/jshrink", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/tedious/JShrink.git", "reference": "21254058dc3ce6aba6bef458cff4bfa25cf8b198" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tedious/JShrink/zipball/21254058dc3ce6aba6bef458cff4bfa25cf8b198", "reference": "21254058dc3ce6aba6bef458cff4bfa25cf8b198", "shasum": "" }, "require": { "php": "^5.6|^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.8", "php-coveralls/php-coveralls": "^1.1.0", "phpunit/phpunit": "^6" }, "type": "library", "autoload": { "psr-0": { "JShrink": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Robert Hafner", "email": "tedivm@tedivm.com" } ], "description": "Javascript Minifier built in PHP", "homepage": "http://github.com/tedious/JShrink", "keywords": [ "javascript", "minifier" ], "time": "2018-09-16T00:02:51+00:00" }, { "name": "typo3-ter/html-compress", "version": "1.1.1", "dist": { "type": "zip", "url": "https://extensions.typo3.org/extension/download/html_compress/1.1.1/zip/", "reference": null, "shasum": null }, "require": { "typo3/cms-core": ">= 7.6.0, <= 8.9.99" }, "replace": { "html_compress": "self.version", "typo3-ter/html_compress": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Markussom\\HtmlCompress\\": "Classes" } }, "authors": [ { "name": "Markus Sommer", "email": "info@creativeworkspace.de", "company": "https://www.creativeworkspace.de", "username": "delaramas" } ], "description": "Compress/minify your HTML output", "homepage": "https://extensions.typo3.org/extension/html_compress/", "time": "2016-12-26T10:19:02+00:00" }, { "name": "typo3-ter/media", "version": "4.5.0", "dist": { "type": "zip", "url": "https://extensions.typo3.org/extension/download/media/4.5.0/zip/", "reference": null, "shasum": null }, "require": { "typo3-ter/vidi": ">= 2.3.1, <= 2.99.99", "typo3/cms-core": ">= 7.6.0, <= 8.99.99" }, "replace": { "media": "self.version" }, "suggest": { "typo3-ter/metadata": "*" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Fab\\Media\\": "Classes/" } }, "authors": [ { "name": "Fabien Udriot", "email": "fabien@ecodev.ch", "company": "", "username": "ecodev" } ], "description": "Media management system for TYPO3 CMS.", "homepage": "https://extensions.typo3.org/extension/media/", "time": "2017-11-02T13:08:04+00:00" }, { "name": "typo3-ter/ods-redirects", "version": "1.3.4", "dist": { "type": "zip", "url": "https://extensions.typo3.org/extension/download/ods_redirects/1.3.4/zip/", "reference": null, "shasum": null }, "require": { "typo3/cms-core": ">= 7.0.0, <= 8.99.99" }, "replace": { "ods_redirects": "self.version", "typo3-ter/ods_redirects": "self.version" }, "type": "typo3-cms-extension", "autoload": { "classmap": [ "" ], "exclude-from-classmap": [ "Migrations", "Tests", "tests", "class.ext_update.php" ] }, "authors": [ { "name": "Robert Heel", "email": "typo3@bobosch.de", "company": "", "username": "bobosch" } ], "description": "Simply manage (permanent 301) redirects in the list view. The extension supports multidomain sites, count the redirect usage and shows the last referer. UPDATE! imports the records from realurl.", "homepage": "https://extensions.typo3.org/extension/ods_redirects/", "time": "2017-05-22T22:07:45+00:00" }, { "name": "typo3-ter/vidi", "version": "2.7.1", "dist": { "type": "zip", "url": "https://extensions.typo3.org/extension/download/vidi/2.7.1/zip/", "reference": null, "shasum": null }, "require": { "typo3/cms-core": ">= 7.6.0, <= 8.99.99" }, "replace": { "vidi": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Fab\\Vidi\\": "Classes/" } }, "authors": [ { "name": "Fabien Udriot", "email": "fabien@ecodev.ch", "company": "", "username": "ecodev" } ], "description": "Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!", "homepage": "https://extensions.typo3.org/extension/vidi/", "time": "2018-08-31T14:37:27+00:00" }, { "name": "typo3/class-alias-loader", "version": "1.0.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", "version": "v8.7.21", "source": { "type": "git", "url": "https://github.com/TYPO3/TYPO3.CMS.git", "reference": "cccc7a31e46e9a3200aafd4c25bde77cc7501d63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/TYPO3.CMS/zipball/cccc7a31e46e9a3200aafd4c25bde77cc7501d63", "reference": "cccc7a31e46e9a3200aafd4c25bde77cc7501d63", "shasum": "" }, "require": { "cogpowered/finediff": "~0.3.1", "doctrine/dbal": "~2.5.4", "doctrine/instantiator": "~1.0.4", "doctrine/lexer": "^1.0", "ext-json": "*", "ext-pcre": "*", "ext-session": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.3.0", "mso/idna-convert": "^1.1.0", "php": ">=7.0.0 <=7.2.99", "psr/http-message": "~1.0", "psr/log": "~1.0.0", "swiftmailer/swiftmailer": "~5.4.5", "symfony/console": "^2.7 || ^3.0 || ^4.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0", "symfony/polyfill-mbstring": "^1.2", "symfony/yaml": "^2.7 || ^3.0 || ^4.0", "typo3/class-alias-loader": "^1.0", "typo3/cms-cli": "^1.0.2", "typo3/cms-composer-installers": "^1.2.8", "typo3/phar-stream-wrapper": "^3.0.1", "typo3fluid/fluid": "^2.3" }, "conflict": { "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" }, "replace": { "typo3-ter/func": "*", "typo3/cms-about": "self.version", "typo3/cms-backend": "self.version", "typo3/cms-belog": "self.version", "typo3/cms-beuser": "self.version", "typo3/cms-context-help": "self.version", "typo3/cms-core": "self.version", "typo3/cms-cshmanual": "self.version", "typo3/cms-css-styled-content": "self.version", "typo3/cms-documentation": "self.version", "typo3/cms-extbase": "self.version", "typo3/cms-extensionmanager": "self.version", "typo3/cms-feedit": "self.version", "typo3/cms-felogin": "self.version", "typo3/cms-filelist": "self.version", "typo3/cms-filemetadata": "self.version", "typo3/cms-fluid": "self.version", "typo3/cms-fluid-styled-content": "self.version", "typo3/cms-form": "self.version", "typo3/cms-frontend": "self.version", "typo3/cms-func": "self.version", "typo3/cms-func-wizards": "self.version", "typo3/cms-impexp": "self.version", "typo3/cms-indexed-search": "self.version", "typo3/cms-info": "self.version", "typo3/cms-info-pagetsconfig": "self.version", "typo3/cms-install": "self.version", "typo3/cms-lang": "self.version", "typo3/cms-linkvalidator": "self.version", "typo3/cms-lowlevel": "self.version", "typo3/cms-opendocs": "self.version", "typo3/cms-recordlist": "self.version", "typo3/cms-recycler": "self.version", "typo3/cms-reports": "self.version", "typo3/cms-rsaauth": "self.version", "typo3/cms-rte-ckeditor": "self.version", "typo3/cms-saltedpasswords": "self.version", "typo3/cms-scheduler": "self.version", "typo3/cms-setup": "self.version", "typo3/cms-sv": "self.version", "typo3/cms-sys-action": "self.version", "typo3/cms-sys-note": "self.version", "typo3/cms-t3editor": "self.version", "typo3/cms-taskcenter": "self.version", "typo3/cms-tstemplate": "self.version", "typo3/cms-version": "self.version", "typo3/cms-viewpage": "self.version", "typo3/cms-wizard-crpages": "self.version", "typo3/cms-wizard-sortpages": "self.version", "typo3/cms-workspaces": "self.version" }, "require-dev": { "codeception/codeception": "^2.3", "fiunchinho/phpunit-randomizer": "~3.0.0", "friendsofphp/php-cs-fixer": "^2.0", "typo3/cms-styleguide": "~8.0.15", "typo3/testing-framework": "~1.3.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-mysqli": "", "ext-openssl": "", "ext-zip": "", "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files" }, "type": "typo3-cms-core", "extra": { "typo3/class-alias-loader": { "always-add-alias-loader": true, "class-alias-maps": [ "typo3/sysext/extbase/Migrations/Code/ClassAliasMap.php", "typo3/sysext/fluid/Migrations/Code/ClassAliasMap.php", "typo3/sysext/version/Migrations/Code/ClassAliasMap.php" ] }, "branch-alias": { "dev-TYPO3_8-7": "8.x-dev" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\About\\": "typo3/sysext/about/Classes/", "TYPO3\\CMS\\Backend\\": "typo3/sysext/backend/Classes/", "TYPO3\\CMS\\Belog\\": "typo3/sysext/belog/Classes/", "TYPO3\\CMS\\Beuser\\": "typo3/sysext/beuser/Classes/", "TYPO3\\CMS\\ContextHelp\\": "typo3/sysext/context_help/Classes/", "TYPO3\\CMS\\Core\\": "typo3/sysext/core/Classes/", "TYPO3\\CMS\\Cshmanual\\": "typo3/sysext/cshmanual/Classes/", "TYPO3\\CMS\\CssStyledContent\\": "typo3/sysext/css_styled_content/Classes/", "TYPO3\\CMS\\Documentation\\": "typo3/sysext/documentation/Classes/", "TYPO3\\CMS\\Extbase\\": "typo3/sysext/extbase/Classes/", "TYPO3\\CMS\\Extensionmanager\\": "typo3/sysext/extensionmanager/Classes/", "TYPO3\\CMS\\Feedit\\": "typo3/sysext/feedit/Classes/", "TYPO3\\CMS\\Felogin\\": "typo3/sysext/felogin/Classes/", "TYPO3\\CMS\\Filelist\\": "typo3/sysext/filelist/Classes/", "TYPO3\\CMS\\Fluid\\": "typo3/sysext/fluid/Classes/", "TYPO3\\CMS\\FluidStyledContent\\": "typo3/sysext/fluid_styled_content/Classes/", "TYPO3\\CMS\\Form\\": "typo3/sysext/form/Classes/", "TYPO3\\CMS\\Frontend\\": "typo3/sysext/frontend/Classes/", "TYPO3\\CMS\\Func\\": "typo3/sysext/func/Classes/", "TYPO3\\CMS\\Impexp\\": "typo3/sysext/impexp/Classes/", "TYPO3\\CMS\\IndexedSearch\\": "typo3/sysext/indexed_search/Classes/", "TYPO3\\CMS\\Info\\": "typo3/sysext/info/Classes/", "TYPO3\\CMS\\InfoPagetsconfig\\": "typo3/sysext/info_pagetsconfig/Classes/", "TYPO3\\CMS\\Install\\": "typo3/sysext/install/Classes/", "TYPO3\\CMS\\Lang\\": "typo3/sysext/lang/Classes/", "TYPO3\\CMS\\Linkvalidator\\": "typo3/sysext/linkvalidator/Classes/", "TYPO3\\CMS\\Lowlevel\\": "typo3/sysext/lowlevel/Classes/", "TYPO3\\CMS\\Opendocs\\": "typo3/sysext/opendocs/Classes/", "TYPO3\\CMS\\Recordlist\\": "typo3/sysext/recordlist/Classes/", "TYPO3\\CMS\\Recycler\\": "typo3/sysext/recycler/Classes/", "TYPO3\\CMS\\Reports\\": "typo3/sysext/reports/Classes/", "TYPO3\\CMS\\Rsaauth\\": "typo3/sysext/rsaauth/Classes/", "TYPO3\\CMS\\RteCKEditor\\": "typo3/sysext/rte_ckeditor/Classes/", "TYPO3\\CMS\\Saltedpasswords\\": "typo3/sysext/saltedpasswords/Classes/", "TYPO3\\CMS\\Scheduler\\": "typo3/sysext/scheduler/Classes/", "TYPO3\\CMS\\Setup\\": "typo3/sysext/setup/Classes/", "TYPO3\\CMS\\Sv\\": "typo3/sysext/sv/Classes/", "TYPO3\\CMS\\SysAction\\": "typo3/sysext/sys_action/Classes/", "TYPO3\\CMS\\SysNote\\": "typo3/sysext/sys_note/Classes/", "TYPO3\\CMS\\T3editor\\": "typo3/sysext/t3editor/Classes/", "TYPO3\\CMS\\Taskcenter\\": "typo3/sysext/taskcenter/Classes/", "TYPO3\\CMS\\Tstemplate\\": "typo3/sysext/tstemplate/Classes/", "TYPO3\\CMS\\Version\\": "typo3/sysext/version/Classes/", "TYPO3\\CMS\\Viewpage\\": "typo3/sysext/viewpage/Classes/", "TYPO3\\CMS\\WizardCrpages\\": "typo3/sysext/wizard_crpages/Classes/", "TYPO3\\CMS\\WizardSortpages\\": "typo3/sysext/wizard_sortpages/Classes/", "TYPO3\\CMS\\Workspaces\\": "typo3/sysext/workspaces/Classes/" }, "classmap": [ "typo3/sysext/core/Resources/PHP/" ], "files": [ "typo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "The TYPO3 Community", "homepage": "https://typo3.org/community/", "role": "Contributor" }, { "name": "TYPO3 CMS Core Team", "homepage": "https://forge.typo3.org/projects/typo3cms-core", "role": "Developer" } ], "description": "TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.", "homepage": "https://typo3.org/", "keywords": [ "Content management system", "cms", "extbase", "typo3" ], "time": "2018-12-11T12:40:12+00:00" }, { "name": "typo3/cms-cli", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/TYPO3/cms-cli.git", "reference": "c27c3580b384353414d0b4ff61137127798f8189" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/c27c3580b384353414d0b4ff61137127798f8189", "reference": "c27c3580b384353414d0b4ff61137127798f8189", "shasum": "" }, "require": { "php": "^7.0" }, "bin": [ "typo3" ], "type": "library", "autoload": { "psr-4": { "TYPO3\\CMS\\Cli\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "description": "TYPO3 command line binary", "homepage": "https://typo3.org", "time": "2017-09-06T12:09:47+00:00" }, { "name": "typo3/cms-composer-installers", "version": "v1.5.2", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", "reference": "a5c340cafe69629869f046f4e2790fb87bfb9ded" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/a5c340cafe69629869f046f4e2790fb87bfb9ded", "reference": "a5c340cafe69629869f046f4e2790fb87bfb9ded", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "php": ">=7.0.0 <7.3" }, "conflict": { "composer/installers": "<1.0.24 || >1.0.24" }, "replace": { "lw/typo3cms-installers": "*", "netresearch/composer-installers": "*" }, "require-dev": { "composer/composer": "^1.2" }, "type": "composer-plugin", "extra": { "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Christian Opitz", "email": "christian.opitz@netresearch.de" }, { "name": "Lars Peipmann", "email": "lars@peipmann.de" }, { "name": "Helmut Hummel", "email": "info@helhum.io" } ], "description": "TYPO3 CMS Installers", "homepage": "https://github.com/TYPO3/CmsComposerInstallers", "keywords": [ "cms", "core", "extension", "installer", "typo3" ], "time": "2018-04-09T08:16:52+00:00" }, { "name": "typo3/phar-stream-wrapper", "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", "reference": "b3cbcfd2e4de5943bf05ec975d42d0e8d85c0009" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/b3cbcfd2e4de5943bf05ec975d42d0e8d85c0009", "reference": "b3cbcfd2e4de5943bf05ec975d42d0e8d85c0009", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.5" }, "type": "library", "autoload": { "psr-4": { "TYPO3\\PharStreamWrapper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Interceptors for PHP's native phar:// stream handling", "homepage": "https://typo3.org/", "keywords": [ "phar", "php", "security", "stream-wrapper" ], "time": "2018-10-18T08:50:44+00:00" }, { "name": "typo3fluid/fluid", "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", "reference": "bcd0ff44dd3c4f9d0f37097b0237db6319c2b181" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/bcd0ff44dd3c4f9d0f37097b0237db6319c2b181", "reference": "bcd0ff44dd3c4f9d0f37097b0237db6319c2b181", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "^2.7" }, "bin": [ "bin/fluid" ], "type": "library", "autoload": { "psr-4": { "TYPO3Fluid\\Fluid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "description": "The TYPO3 Fluid template rendering engine", "time": "2018-07-09T12:55:32+00:00" }, { "name": "webdevops/metaseo", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/webdevops/TYPO3-metaseo.git", "reference": "a67831dbf3e3e81d0ff367dc9060f7948cb3b288" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webdevops/TYPO3-metaseo/zipball/a67831dbf3e3e81d0ff367dc9060f7948cb3b288", "reference": "a67831dbf3e3e81d0ff367dc9060f7948cb3b288", "shasum": "" }, "require": { "php": ">=7.0.0", "typo3/cms-core": ">=8.7.0,<9.0" }, "replace": { "metaseo": "self.version", "typo3-ter/metaseo": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Metaseo\\Metaseo\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+" ], "description": "SEO extension for TYPO3", "homepage": "https://github.com/mblaschke/TYPO3-metaseo", "keywords": [ "TYPO3 CMS" ], "time": "2017-06-11T16:53:35+00:00" }, { "name": "websharks/css-minifier", "version": "150820", "source": { "type": "git", "url": "https://github.com/websharks/css-minifier.git", "reference": "da1d0254c41e1f59c7337aa444d743e6056046ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/websharks/css-minifier/zipball/da1d0254c41e1f59c7337aa444d743e6056046ff", "reference": "da1d0254c41e1f59c7337aa444d743e6056046ff", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3" }, "type": "library", "autoload": { "psr-4": { "WebSharks\\CssMinifier\\": "src/includes/classes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+" ], "authors": [ { "name": "websharks", "homepage": "http://websharks-inc.com/", "role": "company" }, { "name": "jaswsinc", "homepage": "http://jaswsinc.com/", "role": "developer" }, { "name": "raamdev", "homepage": "http://raam.org/", "role": "developer" } ], "description": "Compresses CSS.", "homepage": "https://github.com/websharks/css-minifier", "keywords": [ "compressor", "css", "websharks" ], "time": "2015-08-21T03:19:25+00:00" }, { "name": "wyrihaximus/html-compress", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/HtmlCompress.git", "reference": "0c2207ceaa711b93e1d33551cbb7b1ba6cd1e975" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WyriHaximus/HtmlCompress/zipball/0c2207ceaa711b93e1d33551cbb7b1ba6cd1e975", "reference": "0c2207ceaa711b93e1d33551cbb7b1ba6cd1e975", "shasum": "" }, "require": { "jalle19/php-yui-compressor": "^1.0", "linkorb/jsmin-php": "1.0.0", "matthiasmullie/minify": "^1.3", "meenie/javascript-packer": "1.1", "natxet/cssmin": "^3.0", "patchwork/jsqueeze": "~1.0|~2.0", "php": "^7.0 || ^5.6", "tedivm/jshrink": "^1.3", "websharks/css-minifier": "150820" }, "require-dev": { "phake/phake": "^1.0", "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^1.0", "vectorface/dunit": "^2.0" }, "type": "library", "autoload": { "psr-4": { "WyriHaximus\\HtmlCompress\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Cees-Jan Kiewiet", "email": "ceesjank@gmail.com", "homepage": "http://wyrihaximus.net/" } ], "description": "Compress/minify your HTML", "keywords": [ "compress", "html" ], "time": "2018-01-03T21:15:44+00:00" }, { "name": "yohang/calendr", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/yohang/CalendR.git", "reference": "1ae1da29ec9e633afb692cc763b6736c1def3f55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yohang/CalendR/zipball/1ae1da29ec9e633afb692cc763b6736c1def3f55", "reference": "1ae1da29ec9e633afb692cc763b6736c1def3f55", "shasum": "" }, "require": { "php": "^5.5|^7.0", "symfony/options-resolver": "^2.7|^3.0|^4.0" }, "require-dev": { "doctrine/cache": "^1.5", "doctrine/common": "^2.5", "doctrine/orm": "^2.5", "phpunit/phpunit": "^4.8.35|^5.4.0|^6.0|^7.0", "silex/silex": "^1.3", "twig/twig": "^1.23" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-0": { "CalendR": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Yohan GIARELLI", "email": "yohan@giarel.li", "homepage": "http://yohan.giarel.li" } ], "description": "Object Oriented calendar management", "homepage": "https://github.com/yohang/CalendR", "keywords": [ "calendar", "date", "events" ], "time": "2018-04-04T17:39:14+00:00" } ], "packages-dev": [ { "name": "deployer/deployer", "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/deployphp/deployer.git", "reference": "3013995ad728e4d3450a6fa5d8ae90a9d7be5a17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deployphp/deployer/zipball/3013995ad728e4d3450a6fa5d8ae90a9d7be5a17", "reference": "3013995ad728e4d3450a6fa5d8ae90a9d7be5a17", "shasum": "" }, "require": { "deployer/phar-update": "~2.1", "php": "~7.0", "pimple/pimple": "~3.0", "symfony/console": "~2.7|~3.0|~4.0", "symfony/process": "~2.7|~3.0|~4.0", "symfony/yaml": "~2.7|~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "^6.4.3" }, "bin": [ "bin/dep" ], "type": "library", "autoload": { "psr-4": { "Deployer\\": "src/" }, "files": [ "src/Support/helpers.php", "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anton Medvedev", "email": "anton@medv.io" } ], "description": "Deployment Tool", "homepage": "https://deployer.org", "time": "2018-08-27T06:37:53+00:00" }, { "name": "deployer/phar-update", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/deployphp/phar-update.git", "reference": "a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deployphp/phar-update/zipball/a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a", "reference": "a6c7c3a1b2eb6983ebeb59cd1dc1c2e9df115c4a", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/console": "~2.7|~3.0|~4.0" }, "require-dev": { "mikey179/vfsstream": "1.1.0", "phpunit/phpunit": "3.7.*", "symfony/process": "~2.7|~3.0|~4.0" }, "type": "library", "autoload": { "psr-4": { "Deployer\\Component\\PharUpdate\\": "src/", "Deployer\\Component\\PHPUnit\\": "src/PHPUnit/", "Deployer\\Component\\Version\\": "src/Version/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Herrera", "email": "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": "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" }, { "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" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.1", "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.1.10" } }