{ "_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" ], "hash": "4cf63cc665362672eb3e0db357f646d5", "content-hash": "5dee4046b6bf177032482c7c9f33e929", "packages": [ { "name": "apache-solr-for-typo3/solr", "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/TYPO3-Solr/ext-solr.git", "reference": "7c12f8e02d5dd7657f9c38adb1ccdbb2c64a2d56" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Solr/ext-solr/zipball/7c12f8e02d5dd7657f9c38adb1ccdbb2c64a2d56", "reference": "7c12f8e02d5dd7657f9c38adb1ccdbb2c64a2d56", "shasum": "" }, "require": { "php": ">=5.5.0", "typo3/cms": ">=7.6.0" }, "replace": { "solr": "self.version", "typo3-ter/solr": "self.version" }, "require-dev": { "phpunit/phpunit": ">=4.8.0 <6.0.0" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "5.1.x-dev" }, "typo3/cms": { "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": "2016-11-01 13:36:42" }, { "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-19 10:25:02" }, { "name": "dmitryd/typo3-realurl", "version": "2.1.5", "source": { "type": "git", "url": "https://github.com/dmitryd/typo3-realurl.git", "reference": "9a233f2b891cc1fd5c8baeba2df63b6915497821" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dmitryd/typo3-realurl/zipball/9a233f2b891cc1fd5c8baeba2df63b6915497821", "reference": "9a233f2b891cc1fd5c8baeba2df63b6915497821", "shasum": "" }, "require": { "php": ">=5.4.0", "typo3/cms-core": ">=6.2.0,<8.5.0" }, "conflict": { "bednee/cooluri": ">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": "2016-11-03 00: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-14 21:17:01" }, { "name": "helhum/typo3-console", "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/typo3_console.git", "reference": "4c3292cc2a856f126e4e21eff15d5a9f81576415" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/typo3_console/zipball/4c3292cc2a856f126e4e21eff15d5a9f81576415", "reference": "4c3292cc2a856f126e4e21eff15d5a9f81576415", "shasum": "" }, "require": { "ext-phar": "*", "helhum/typo3-console-plugin": "^1.5.0", "php": ">=5.5.0", "symfony/console": "^2.7 || ^3.0", "symfony/process": "^2.7 || ^3.0", "typo3/cms-backend": "^7.6 || >=8.3.0 <8.6", "typo3/cms-core": "^7.6 || >=8.3.0 <8.6", "typo3/cms-extbase": "^7.6 || >=8.3.0 <8.6", "typo3/cms-extensionmanager": "^7.6 || >=8.3.0 <8.6", "typo3/cms-fluid": "^7.6 || >=8.3.0 <8.6", "typo3/cms-install": "^7.6 || >=8.3.0 <8.6", "typo3/cms-saltedpasswords": "^7.6 || >=8.3.0 <8.6", "typo3/cms-scheduler": "^7.6 || >=8.3.0 <8.6" }, "replace": { "typo3-ter/typo3-console": "self.version", "typo3_console": "self.version" }, "require-dev": { "mikey179/vfsstream": "~1.6.0", "namelesscoder/typo3-repository-client": "^1.2.0", "phpunit/phpunit": "~4.8.0" }, "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-01-12 01:21:41" }, { "name": "helhum/typo3-console-plugin", "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/typo3-console-plugin.git", "reference": "6b964fb572692c2ada04979aeb2a2faf16ca60c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/6b964fb572692c2ada04979aeb2a2faf16ca60c0", "reference": "6b964fb572692c2ada04979aeb2a2faf16ca60c0", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": ">=5.5.0" }, "require-dev": { "composer/composer": "^1.0" }, "type": "composer-plugin", "extra": { "class": "Helhum\\Typo3ConsolePlugin\\Plugin", "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Helhum\\Typo3ConsolePlugin\\": "src/" }, "files": [ "res/php/autoload-include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Helmut Hummel", "email": "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-01-17 09:36:15" }, { "name": "mso/idna-convert", "version": "v0.9.1", "source": { "type": "git", "url": "https://github.com/phlylabs/idna-convert.git", "reference": "0a0a09e460e63739d82c3f0c3f0e5555567a6be3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phlylabs/idna-convert/zipball/0a0a09e460e63739d82c3f0c3f0e5555567a6be3", "reference": "0a0a09e460e63739d82c3f0c3f0e5555567a6be3", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.9.x-dev" } }, "autoload": { "classmap": [ "idna_convert.class.php", "uctc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1+" ], "authors": [ { "name": "Matthias Sommerfeld", "email": "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-01-06 21:05:46" }, { "name": "pear/http_request2", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/pear/HTTP_Request2.git", "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4", "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4", "shasum": "" }, "require": { "pear/net_url2": "^2.2.0", "pear/pear_exception": "^1.0.0", "php": ">=5.2.0" }, "suggest": { "ext-fileinfo": "Adds support for looking up mime-types using finfo.", "ext-zlib": "Allows handling gzip compressed responses.", "lib-curl": "Allows using cURL as a request backend.", "lib-openssl": "Allows handling SSL requests when not using cURL." }, "type": "library", "extra": { "branch-alias": { "dev-trunk": "2.2-dev" } }, "autoload": { "psr-0": { "HTTP_Request2": "" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Alexey Borzov", "email": "avb@php.net" } ], "description": "Provides an easy way to perform HTTP requests.", "homepage": "http://pear.php.net/package/HTTP_Request2", "keywords": [ "PEAR", "curl", "http", "request" ], "time": "2016-02-13 20:20:39" }, { "name": "pear/net_url2", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/pear/Net_URL2.git", "reference": "43a87606daf52efe6685c92131be083143108e37" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_URL2/zipball/43a87606daf52efe6685c92131be083143108e37", "reference": "43a87606daf52efe6685c92131be083143108e37", "shasum": "" }, "require": { "php": ">=5.1.4" }, "require-dev": { "phpunit/phpunit": ">=3.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "classmap": [ "Net/URL2.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Coallier", "email": "davidc@php.net" }, { "name": "Tom Klingenberg", "email": "tkli@php.net" }, { "name": "Christian Schmidt", "email": "chmidt@php.net" } ], "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.", "homepage": "https://github.com/pear/Net_URL2", "keywords": [ "PEAR", "net", "networking", "rfc3986", "uri", "url" ], "time": "2016-04-18 22:24:01" }, { "name": "pear/pear_exception", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/pear/PEAR_Exception.git", "reference": "8c18719fdae000b690e3912be401c76e406dd13b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", "reference": "8c18719fdae000b690e3912be401c76e406dd13b", "shasum": "" }, "require": { "php": ">=4.4.0" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "class", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "PEAR": "" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "." ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Helgi Thormar", "email": "dufuz@php.net" }, { "name": "Greg Beaver", "email": "cellog@php.net" } ], "description": "The PEAR Exception base class.", "homepage": "https://github.com/pear/PEAR_Exception", "keywords": [ "exception" ], "time": "2015-02-10 20:07:52" }, { "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-06 14:39:51" }, { "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-10 12:19:37" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.5", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "cd142238a339459b10da3d8234220963f392540c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", "reference": "cd142238a339459b10da3d8234220963f392540c", "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": "2016-12-29 10:02:40" }, { "name": "symfony/console", "version": "v2.8.16", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/2e18b8903d9c498ba02e1dfa73f64d4894bb6912", "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/debug": "~2.7,>=2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/process": "~2.1|~3.0.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2017-01-08 20:43:03" }, { "name": "symfony/debug", "version": "v3.0.9", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-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": "2016-07-30 07:22:48" }, { "name": "symfony/finder", "version": "v2.8.16", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/355fccac526522dc5fca8ecf0e62749a149f3b8b", "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2017-01-02 20:30:24" }, { "name": "symfony/polyfill-mbstring", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-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": "2016-11-14 01:06:16" }, { "name": "symfony/process", "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/350e810019fc52dd06ae844b6a6d382f8a0e8893", "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-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-01-02 20:32:22" }, { "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-06 10:25:44" }, { "name": "typo3/cms", "version": "7.6.15", "source": { "type": "git", "url": "https://github.com/TYPO3/TYPO3.CMS.git", "reference": "83c94ad5ee39aa4faeebfdd8d0eb66a7450f2ab1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/TYPO3.CMS/zipball/83c94ad5ee39aa4faeebfdd8d0eb66a7450f2ab1", "reference": "83c94ad5ee39aa4faeebfdd8d0eb66a7450f2ab1", "shasum": "" }, "require": { "cogpowered/finediff": "~0.3.1", "doctrine/instantiator": "~1.0.4", "ext-json": "*", "ext-pcre": "*", "ext-session": "*", "ext-xml": "*", "mso/idna-convert": "^0.9.1", "pear/http_request2": "~2.3.0", "php": ">=5.5.0", "psr/http-message": "~1.0", "psr/log": "~1.0.0", "swiftmailer/swiftmailer": "~5.4.5", "symfony/console": "^2.7", "symfony/finder": "^2.7", "typo3/class-alias-loader": "^1.0", "typo3/cms-composer-installers": "^1.2.8" }, "replace": { "typo3/cms-about": "self.version", "typo3/cms-aboutmodules": "self.version", "typo3/cms-adodb": "self.version", "typo3/cms-backend": "self.version", "typo3/cms-belog": "self.version", "typo3/cms-beuser": "self.version", "typo3/cms-context-help": "self.version", "typo3/cms-core": "self.version", "typo3/cms-cshmanual": "self.version", "typo3/cms-css-styled-content": "self.version", "typo3/cms-dbal": "self.version", "typo3/cms-documentation": "self.version", "typo3/cms-extbase": "self.version", "typo3/cms-extensionmanager": "self.version", "typo3/cms-feedit": "self.version", "typo3/cms-felogin": "self.version", "typo3/cms-filelist": "self.version", "typo3/cms-filemetadata": "self.version", "typo3/cms-fluid": "self.version", "typo3/cms-fluid-styled-content": "self.version", "typo3/cms-form": "self.version", "typo3/cms-frontend": "self.version", "typo3/cms-func": "self.version", "typo3/cms-func-wizards": "self.version", "typo3/cms-impexp": "self.version", "typo3/cms-indexed-search": "self.version", "typo3/cms-indexed-search-mysql": "self.version", "typo3/cms-info": "self.version", "typo3/cms-info-pagetsconfig": "self.version", "typo3/cms-install": "self.version", "typo3/cms-lang": "self.version", "typo3/cms-linkvalidator": "self.version", "typo3/cms-lowlevel": "self.version", "typo3/cms-opendocs": "self.version", "typo3/cms-recordlist": "self.version", "typo3/cms-recycler": "self.version", "typo3/cms-reports": "self.version", "typo3/cms-rsaauth": "self.version", "typo3/cms-rtehtmlarea": "self.version", "typo3/cms-saltedpasswords": "self.version", "typo3/cms-scheduler": "self.version", "typo3/cms-setup": "self.version", "typo3/cms-sv": "self.version", "typo3/cms-sys-action": "self.version", "typo3/cms-sys-note": "self.version", "typo3/cms-t3editor": "self.version", "typo3/cms-t3skin": "self.version", "typo3/cms-taskcenter": "self.version", "typo3/cms-tstemplate": "self.version", "typo3/cms-version": "self.version", "typo3/cms-viewpage": "self.version", "typo3/cms-wizard-crpages": "self.version", "typo3/cms-wizard-sortpages": "self.version", "typo3/cms-workspaces": "self.version" }, "require-dev": { "mikey179/vfsstream": "1.6.0", "phpunit/phpunit": "~4.8.0", "symfony/polyfill-mbstring": "~1.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-soap": "", "ext-zip": "", "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files" }, "type": "typo3-cms-core", "extra": { "typo3/class-alias-loader": { "always-add-alias-loader": true }, "branch-alias": { "dev-TYPO3_7-6": "7.x-dev" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\About\\": "typo3/sysext/about/Classes/", "TYPO3\\CMS\\Aboutmodules\\": "typo3/sysext/aboutmodules/Classes/", "TYPO3\\CMS\\Backend\\": "typo3/sysext/backend/Classes/", "TYPO3\\CMS\\Belog\\": "typo3/sysext/belog/Classes/", "TYPO3\\CMS\\Beuser\\": "typo3/sysext/beuser/Classes/", "TYPO3\\CMS\\ContextHelp\\": "typo3/sysext/context_help/Classes/", "TYPO3\\CMS\\Core\\": "typo3/sysext/core/Classes/", "TYPO3\\CMS\\Cshmanual\\": "typo3/sysext/cshmanual/Classes/", "TYPO3\\CMS\\CssStyledContent\\": "typo3/sysext/css_styled_content/Classes/", "TYPO3\\CMS\\Dbal\\": "typo3/sysext/dbal/Classes/", "TYPO3\\CMS\\Documentation\\": "typo3/sysext/documentation/Classes/", "TYPO3\\CMS\\Extbase\\": "typo3/sysext/extbase/Classes/", "TYPO3\\CMS\\Extensionmanager\\": "typo3/sysext/extensionmanager/Classes/", "TYPO3\\CMS\\Feedit\\": "typo3/sysext/feedit/Classes/", "TYPO3\\CMS\\Felogin\\": "typo3/sysext/felogin/Classes/", "TYPO3\\CMS\\Filelist\\": "typo3/sysext/filelist/Classes/", "TYPO3\\CMS\\Fluid\\": "typo3/sysext/fluid/Classes/", "TYPO3\\CMS\\FluidStyledContent\\": "typo3/sysext/fluid_styled_content/Classes/", "TYPO3\\CMS\\Form\\": "typo3/sysext/form/Classes/", "TYPO3\\CMS\\Frontend\\": "typo3/sysext/frontend/Classes/", "TYPO3\\CMS\\Func\\": "typo3/sysext/func/Classes/", "TYPO3\\CMS\\Impexp\\": "typo3/sysext/impexp/Classes/", "TYPO3\\CMS\\IndexedSearch\\": "typo3/sysext/indexed_search/Classes/", "TYPO3\\CMS\\IndexedSearchMysql\\": "typo3/sysext/indexed_search_mysql/Classes/", "TYPO3\\CMS\\Info\\": "typo3/sysext/info/Classes/", "TYPO3\\CMS\\InfoPagetsconfig\\": "typo3/sysext/info_pagetsconfig/Classes/", "TYPO3\\CMS\\Install\\": "typo3/sysext/install/Classes/", "TYPO3\\CMS\\Lang\\": "typo3/sysext/lang/Classes/", "TYPO3\\CMS\\Linkvalidator\\": "typo3/sysext/linkvalidator/Classes/", "TYPO3\\CMS\\Lowlevel\\": "typo3/sysext/lowlevel/Classes/", "TYPO3\\CMS\\Opendocs\\": "typo3/sysext/opendocs/Classes/", "TYPO3\\CMS\\Recordlist\\": "typo3/sysext/recordlist/Classes/", "TYPO3\\CMS\\Recycler\\": "typo3/sysext/recycler/Classes/", "TYPO3\\CMS\\Reports\\": "typo3/sysext/reports/Classes/", "TYPO3\\CMS\\Rsaauth\\": "typo3/sysext/rsaauth/Classes/", "TYPO3\\CMS\\Rtehtmlarea\\": "typo3/sysext/rtehtmlarea/Classes/", "TYPO3\\CMS\\Saltedpasswords\\": "typo3/sysext/saltedpasswords/Classes/", "TYPO3\\CMS\\Scheduler\\": "typo3/sysext/scheduler/Classes/", "TYPO3\\CMS\\Setup\\": "typo3/sysext/setup/Classes/", "TYPO3\\CMS\\Sv\\": "typo3/sysext/sv/Classes/", "TYPO3\\CMS\\SysAction\\": "typo3/sysext/sys_action/Classes/", "TYPO3\\CMS\\SysNote\\": "typo3/sysext/sys_note/Classes/", "TYPO3\\CMS\\T3editor\\": "typo3/sysext/t3editor/Classes/", "TYPO3\\CMS\\Taskcenter\\": "typo3/sysext/taskcenter/Classes/", "TYPO3\\CMS\\Tstemplate\\": "typo3/sysext/tstemplate/Classes/", "TYPO3\\CMS\\Version\\": "typo3/sysext/version/Classes/", "TYPO3\\CMS\\Viewpage\\": "typo3/sysext/viewpage/Classes/", "TYPO3\\CMS\\WizardCrpages\\": "typo3/sysext/wizard_crpages/Classes/", "TYPO3\\CMS\\WizardSortpages\\": "typo3/sysext/wizard_sortpages/Classes/", "TYPO3\\CMS\\Workspaces\\": "typo3/sysext/workspaces/Classes/" }, "classmap": [ "typo3/sysext/core/Resources/PHP/", "typo3/sysext/fluid/Resources/PHP/" ], "files": [ "typo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "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-01-03 11:24:12" }, { "name": "typo3/cms-composer-installers", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", "reference": "cb25a053cdba0fcc43a9f56f5e086f77eed6b916" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/cb25a053cdba0fcc43a9f56f5e086f77eed6b916", "reference": "cb25a053cdba0fcc43a9f56f5e086f77eed6b916", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0" }, "conflict": { "composer/installers": "<1.0.24 || >1.0.24" }, "replace": { "lw/typo3cms-installers": "*", "netresearch/composer-installers": "*" }, "require-dev": { "composer/composer": "1.*" }, "type": "composer-plugin", "extra": { "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Christian Opitz", "email": "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": "2016-07-05 09:38:42" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }