{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "83639c916b961cc3aa6b2d81095e9b83", "packages": [ { "name": "apache-solr-for-typo3/solr", "version": "7.5.0", "source": { "type": "git", "url": "https://github.com/TYPO3-Solr/ext-solr.git", "reference": "789b5055ba30978243d29c40bf58d69e5358fc30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Solr/ext-solr/zipball/789b5055ba30978243d29c40bf58d69e5358fc30", "reference": "789b5055ba30978243d29c40bf58d69e5358fc30", "shasum": "" }, "require": { "php": ">=7.0.0", "typo3/cms": ">=8.7.0" }, "replace": { "apache-solr-for-typo3/solrfluid": "*", "solr": "self.version", "typo3-ter/solr": "self.version" }, "require-dev": { "nimut/testing-framework": "^1.1", "phpunit/phpunit": "^5.6" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "7.5.x-dev" }, "typo3/cms": { "extension-key": "solr", "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web" } }, "autoload": { "classmap": [ "Resources/Private/Php/" ], "psr-4": { "ApacheSolrForTypo3\\Solr\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Ingo Renner", "email": "ingo@typo3.org", "role": "Lead Developer" } ], "description": "Apache Solr for TYPO3", "homepage": "http://www.typo3-solr.com", "keywords": [ "TYPO3 CMS", "search", "solr", "typo3" ], "time": "2017-10-24T08:00:19+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.3.0", "source": { "type": "git", "url": "https://github.com/dmitryd/typo3-realurl.git", "reference": "dbafbbae049f1dfa66c4510970a938f191fd10c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dmitryd/typo3-realurl/zipball/dbafbbae049f1dfa66c4510970a938f191fd10c1", "reference": "dbafbbae049f1dfa66c4510970a938f191fd10c1", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4.0", "typo3/cms-core": ">=6.2.0,<8.7.999" }, "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": "2017-10-05T00:00:00+00:00" }, { "name": "doctrine/annotations", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "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-02-24T16:22:25+00:00" }, { "name": "doctrine/cache", "version": "v1.6.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", "shasum": "" }, "require": { "php": "~5.5|~7.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.0", "predis/predis": "~1.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "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": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2017-07-22T12:49:21+00:00" }, { "name": "doctrine/collections", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/coding-standard": "~0.1@dev", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "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-01-03T10:49:41+00:00" }, { "name": "doctrine/common", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "^5.4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "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.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.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": "2017-07-22T12:18:28+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": "gridelementsteam/gridelements", "version": "dev-master", "source": { "type": "git", "url": "https://git.typo3.org/TYPO3CMS/Extensions/gridelements.git", "reference": "e4ca6909c31ac02296a6b28f5c27a8d837538a8a" }, "require": { "typo3/cms-core": "~8.0" }, "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+" ], "description": "This extension integrates the grid layout concept to regular content elements.", "homepage": "https://forge.typo3.org/projects/extension-gridelements2", "keywords": [ "Gridelements", "TYPO3 CMS", "grids" ], "time": "2017-09-21T07:38:47+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0 || ^5.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-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": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "request", "response", "stream", "uri", "url" ], "time": "2017-03-20T17:10:46+00:00" }, { "name": "helhum/typo3-console", "version": "4.9.2", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", "reference": "d142f37ad2564e149e5cb77bd361d39a544de42e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/d142f37ad2564e149e5cb77bd361d39a544de42e", "reference": "d142f37ad2564e149e5cb77bd361d39a544de42e", "shasum": "" }, "require": { "ext-phar": "*", "helhum/typo3-console-plugin": "^1.7.5 || ^2.0.2", "php": ">=5.5.0 <7.2", "symfony/console": "^2.7 || ^3.0", "symfony/process": "^2.7 || ^3.0", "typo3/cms-backend": "^7.6 || ^8.7", "typo3/cms-core": "^7.6 || ^8.7", "typo3/cms-extbase": "^7.6 || ^8.7", "typo3/cms-extensionmanager": "^7.6 || ^8.7", "typo3/cms-fluid": "^7.6 || ^8.7", "typo3/cms-install": "^7.6 || ^8.7", "typo3/cms-scheduler": "^7.6 || ^8.7" }, "replace": { "typo3-ter/typo3-console": "self.version", "typo3_console": "self.version" }, "require-dev": { "mikey179/vfsstream": "~1.6.0", "nimut/testing-framework": "^1.0", "symfony/filesystem": "^3.2", "typo3-console/create-reference-command": "^1.0", "typo3/cms": "^8.7" }, "bin": [ "Scripts/typo3cms" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web", "Package": { "partOfMinimalUsableSystem": true } } }, "autoload": { "psr-4": { "Helhum\\Typo3Console\\": [ "Classes/", "Resources/Private/ExtensionArtifacts/src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Helmut Hummel", "email": "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": "2017-10-06T10:32:21+00:00" }, { "name": "helhum/typo3-console-plugin", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/typo3-console-plugin.git", "reference": "4886cd23d0e37a20c2fd5b6d2408dcfe7c6fca48" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/4886cd23d0e37a20c2fd5b6d2408dcfe7c6fca48", "reference": "4886cd23d0e37a20c2fd5b6d2408dcfe7c6fca48", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": ">=7.0.0 <7.2", "typo3/cms-composer-installers": "^1.4" }, "require-dev": { "composer/composer": "^1.0" }, "type": "composer-plugin", "extra": { "class": "Helhum\\Typo3ConsolePlugin\\Plugin", "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Helhum\\Typo3ConsolePlugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Helmut Hummel", "email": "info@helhum.io" } ], "description": "Installer plugin for helhum/typo3-console, to ease usage without the need to specify scripts in your root composer.json", "homepage": "https://github.com/helhum/typo3-console-plugin", "keywords": [ "composer", "plugin", "typo3 console" ], "time": "2017-08-14T13:44:01+00:00" }, { "name": "mso/idna-convert", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/phlylabs/idna-convert.git", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phlylabs/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Mso\\IdnaConvert\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1+" ], "authors": [ { "name": "Matthias Sommerfeld", "email": "mso@phlylabs.de", "role": "Developer" } ], "description": "A library for encoding and decoding internationalized domain names", "homepage": "http://idnaconv.net/", "keywords": [ "idn", "idna", "php" ], "time": "2016-06-19T18:08:43+00:00" }, { "name": "nikic/php-parser", "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a1e8e1a30e1352f118feff1a8481066ddc2f234a", "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-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": "2017-09-02T17:10:46+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", "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": "http://swiftmailer.org", "keywords": [ "email", "mail", "mailer" ], "time": "2017-05-01T15:54:03+00:00" }, { "name": "symfony/console", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c", "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3", "symfony/dependency-injection": "~3.3", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/filesystem": "~2.8|~3.0", "symfony/process": "~2.8|~3.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/filesystem": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.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": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/debug", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-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": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/finder", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "773e19a491d97926f236942484cb541560ce862d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d", "reference": "773e19a491d97926f236942484cb541560ce862d", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.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": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/process", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "fdf89e57a723a29baf536e288d6e232c059697b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1", "reference": "fdf89e57a723a29baf536e288d6e232c059697b1", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.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": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/yaml", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "require-dev": { "symfony/console": "~2.8|~3.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2017-10-05T14:43:42+00:00" }, { "name": "t3o/t3olayout", "version": "2.0.1", "source": { "type": "git", "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", "reference": "f1f951b5769db6c01fa64e98bad9d5fe750336e6" }, "require": { "gridelementsteam/gridelements": "dev-master#e4ca6909c31ac02296a6b28f5c27a8d837538a8a", "typo3-ter/ig-ldap-sso-auth": "3.2.2" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "T3o\\T3olayout\\": "Classes" } }, "license": [ "GPL-2.0+" ], "description": "Base extension for project t3olayout", "homepage": "https://www.typo3.org", "keywords": [ "TYPO3 CMS" ], "time": "2018-01-11T08:53:30+00:00" }, { "name": "typo3-ter/ig-ldap-sso-auth", "version": "3.2.2", "dist": { "type": "t3x", "url": "https://typo3.org/extensions/repository/download/ig_ldap_sso_auth/3.2.2/t3x/", "reference": null, "shasum": null }, "require": { "php": ">= 5.5.0, <= 7.1.99", "typo3/cms-core": ">= 6.2.0, <= 8.7.99" }, "replace": { "ig_ldap_sso_auth": "self.version", "typo3-ter/ig_ldap_sso_auth": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "Causal\\IgLdapSsoAuth\\": "Classes/" } }, "authors": [ { "name": "Xavier Perseguers", "email": "xavier@causal.ch", "company": "", "username": "xperseguers" } ], "description": "This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (ldaps://).\nIn case of use in an intranet environment, this extension is a perfect match since it natively brings Single Sign-On (SSO) capability to TYPO3 without any complex configuration.", "time": "2017-05-26T11:19:16+00:00" }, { "name": "typo3/class-alias-loader", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/TYPO3/class-alias-loader.git", "reference": "a9dd295c81ed0b51455644be420ab9210cad688f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/a9dd295c81ed0b51455644be420ab9210cad688f", "reference": "a9dd295c81ed0b51455644be420ab9210cad688f", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": ">=5.3.7" }, "replace": { "helhum/class-alias-loader": "*" }, "require-dev": { "composer/composer": "dev-master", "mikey179/vfsstream": "1.4.*@dev", "phpunit/phpunit": "~4.7.0" }, "type": "composer-plugin", "extra": { "class": "TYPO3\\ClassAliasLoader\\Plugin", "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "TYPO3\\ClassAliasLoader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Helmut Hummel", "email": "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": "2015-10-06T10:25:44+00:00" }, { "name": "typo3/cms", "version": "v8.7.9", "source": { "type": "git", "url": "https://github.com/TYPO3/TYPO3.CMS.git", "reference": "50b5da136efc62be6f00d9d087648e7a523cc7cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/TYPO3.CMS/zipball/50b5da136efc62be6f00d9d087648e7a523cc7cf", "reference": "50b5da136efc62be6f00d9d087648e7a523cc7cf", "shasum": "" }, "require": { "cogpowered/finediff": "~0.3.1", "doctrine/dbal": "~2.5.4", "doctrine/instantiator": "~1.0.4", "ext-json": "*", "ext-pcre": "*", "ext-session": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.3.0", "mso/idna-convert": "^1.1.0", "php": "^7.0", "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", "typo3fluid/fluid": "^2.3" }, "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", "enm1989/chromedriver": "~2.30", "fiunchinho/phpunit-randomizer": "~3.0.0", "friendsofphp/php-cs-fixer": "^2.0", "typo3/cms-styleguide": "~8.0.8", "typo3/testing-framework": "~1.2.2" }, "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+" ], "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": "2017-12-12T16:09:50+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": "1.4.2", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", "reference": "33cd7b5441744da327e482c48f987e1005da1b9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/33cd7b5441744da327e482c48f987e1005da1b9d", "reference": "33cd7b5441744da327e482c48f987e1005da1b9d", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "php": ">=7.0.0 <7.2" }, "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": "2017-08-01T16:14:32+00:00" }, { "name": "typo3fluid/fluid", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", "reference": "f583badd3b2a90f046fe5c1e0459300325a3e0ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/f583badd3b2a90f046fe5c1e0459300325a3e0ce", "reference": "f583badd3b2a90f046fe5c1e0459300325a3e0ce", "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" ], "description": "The TYPO3 Fluid template rendering engine", "time": "2017-08-25T10:10:42+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }