{ "_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": "a93dae8193192c5f1630198f37cfedc7", "packages": [ { "name": "adoy/fastcgi-client", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/adoy/PHP-FastCGI-Client.git", "reference": "ae8234f0781b6d97e909e45d8a425b9f9bd120bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/adoy/PHP-FastCGI-Client/zipball/ae8234f0781b6d97e909e45d8a425b9f9bd120bb", "reference": "ae8234f0781b6d97e909e45d8a425b9f9bd120bb", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Adoy\\FastCGI\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pierrick Charron", "email": "pierrick@adoy.net" } ], "description": "Client for communication with a FastCGI (FCGI) application using the FastCGI protocol.", "keywords": [ "fastcgi" ], "time": "2015-05-20T15:36:05+00:00" }, { "name": "apache-solr-for-typo3/solr", "version": "7.5.3", "source": { "type": "git", "url": "https://github.com/TYPO3-Solr/ext-solr.git", "reference": "1aa80c4c9b9fdb061616ae16d2059a9f76d2588d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Solr/ext-solr/zipball/1aa80c4c9b9fdb061616ae16d2059a9f76d2588d", "reference": "1aa80c4c9b9fdb061616ae16d2059a9f76d2588d", "shasum": "" }, "require": { "php": ">=7.0.0", "typo3/cms-core": ">=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-3.0-or-later" ], "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": "2018-09-27T15:09:59+00:00" }, { "name": "causal/ig_ldap_sso_auth", "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/xperseguers/t3ext-ig_ldap_sso_auth.git", "reference": "056876af8c0fb28efa11591e447b5d9b242eae5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/xperseguers/t3ext-ig_ldap_sso_auth/zipball/056876af8c0fb28efa11591e447b5d9b242eae5b", "reference": "056876af8c0fb28efa11591e447b5d9b242eae5b", "shasum": "" }, "require": { "php": ">= 5.5.0, <= 7.2.99", "typo3/cms-core": ">= 7.6.0, <= 8.7.99" }, "replace": { "ig_ldap_sso_auth": "self.version", "typo3-ter/ig-ldap-sso-auth": "self.version" }, "type": "typo3-cms-extension", "extra": { "branch-alias": { "dev-master": "3.3.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": ".Build/Web" }, "typo3/class-alias-loader": { "class-alias-maps": [ "Migrations/Code/ClassAliasMap.php" ] } }, "autoload": { "psr-4": { "Causal\\IgLdapSsoAuth\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Xavier Perseguers", "email": "xavier@causal.ch", "homepage": "https://www.causal.ch", "role": "Developer" } ], "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://). In 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.", "homepage": "https://github.com/xperseguers/t3ext-ig_ldap_sso_auth", "keywords": [ "Authentication", "TYPO3 CMS", "active directory", "ldap", "openldap" ], "time": "2018-12-26T09:55:08+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": "gordalina/cachetool", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/gordalina/cachetool.git", "reference": "a8bed42d6763b465861b5f93c82e9206d1bdc729" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gordalina/cachetool/zipball/a8bed42d6763b465861b5f93c82e9206d1bdc729", "reference": "a8bed42d6763b465861b5f93c82e9206d1bdc729", "shasum": "" }, "require": { "adoy/fastcgi-client": "~1.0", "monolog/monolog": "~1.1", "php": ">=5.5.9", "psr/log": "~1.0", "symfony/console": "~3.0", "symfony/dependency-injection": "~3.0", "symfony/finder": "~3.0", "symfony/process": "~3.0", "symfony/yaml": "~3.0" }, "require-dev": { "herrera-io/phar-update": "~2.0", "phpunit/phpunit": "4.8.*" }, "bin": [ "bin/cachetool" ], "type": "library", "autoload": { "psr-0": { "CacheTool": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "gordalina", "email": "samuel.gordalina@gmail.com" } ], "description": "Manage your opcode & apc through the cli", "keywords": [ "Opcache", "apc", "cache", "fastcgi", "fpm", "opcode" ], "time": "2018-05-22T02:09:28+00:00" }, { "name": "gridelementsteam/gridelements", "version": "8.3.0", "source": { "type": "git", "url": "https://gitlab.com/coderscare/gridelements.git", "reference": "fc4447267d09d141728737919aa4645945339bde" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=fc4447267d09d141728737919aa4645945339bde", "reference": "fc4447267d09d141728737919aa4645945339bde", "shasum": "" }, "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:55:31+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2018-04-22T15:46:56+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "9f83dded91781a01c63574e387eaa769be769115" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "reference": "9f83dded91781a01c63574e387eaa769be769115", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2018-12-04T20:46:45+00:00" }, { "name": "helhum/config-loader", "version": "v0.11.0", "source": { "type": "git", "url": "https://github.com/helhum/config-loader.git", "reference": "7748b96a80725fd8801075a4b75485889ac04779" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/helhum/config-loader/zipball/7748b96a80725fd8801075a4b75485889ac04779", "reference": "7748b96a80725fd8801075a4b75485889ac04779", "shasum": "" }, "require": { "php": ">=7.0.0 <7.3.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^5.0", "symfony/yaml": "^2.8 || ^3.3 || ^4.0" }, "suggest": { "ext-yaml": "For improved performance when parsing yaml files you should use the PECL YAML Parser php extension", "symfony/yaml": "To be able to parse yaml files, you will need symfony/yaml" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Helhum\\ConfigLoader\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic config loader with context and environment support.", "time": "2018-09-02T15:46:19+00:00" }, { "name": "helhum/typo3-composer-setup", "version": "v0.5.4", "source": { "type": "git", "url": "https://github.com/helhum/typo3-composer-setup.git", "reference": "d8a7db5fc160bd652aae2837b324b26f7b5ed6d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/helhum/typo3-composer-setup/zipball/d8a7db5fc160bd652aae2837b324b26f7b5ed6d4", "reference": "d8a7db5fc160bd652aae2837b324b26f7b5ed6d4", "shasum": "" }, "require": { "typo3/cms-composer-installers": "^1.4 || ^2.0", "typo3/minimal": "^7 || ^8 || ^9" }, "require-dev": { "typo3-console/php-server-command": "^0.1.0", "typo3/cms-core": "^8.7.10 || ^9.5.2" }, "suggest": { "helhum/typo3-console": "TYPO3 Console is highly recommended for any TYPO3 composer setup.", "pagemachine/typo3-composer-legacy-cli ": "Provides the legacy cli_dispatch.phpsh entry point for TYPO3." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" }, "typo3/cms": { "web-dir": "public" } }, "autoload": { "psr-4": { "Helhum\\Typo3ComposerSetup\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Helmut Hummel", "email": "info@helhum.io", "homepage": "https://helhum.io", "role": "Developer" } ], "description": "Set up required entry points for TYPO3 web directory", "time": "2018-12-16T11:45:46+00:00" }, { "name": "helhum/typo3-console", "version": "5.6.0", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", "reference": "5e4ce3c116685a9929e033d3032d502658e543e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/5e4ce3c116685a9929e033d3032d502658e543e9", "reference": "5e4ce3c116685a9929e033d3032d502658e543e9", "shasum": "" }, "require": { "doctrine/annotations": "^1.4", "helhum/config-loader": ">=0.9 <0.12", "helhum/typo3-console-plugin": "^2.0.2", "php": ">=7.0.0 <7.3", "symfony/console": "^3.4.4 || ^4.0", "symfony/process": "^3.4.4 || ^4.0", "typo3/cms-backend": "~8.7.10 || ~9.5.0", "typo3/cms-core": "~8.7.10 || ~9.5.0", "typo3/cms-extbase": "~8.7.10 || ~9.5.0", "typo3/cms-extensionmanager": "~8.7.10 || ~9.5.0", "typo3/cms-fluid": "~8.7.10 || ~9.5.0", "typo3/cms-frontend": "~8.7.10 || ~9.5.0", "typo3/cms-install": "~8.7.10 || ~9.5.0", "typo3/cms-saltedpasswords": "*", "typo3/cms-scheduler": "~8.7.10 || ~9.5.0" }, "conflict": { "friendsoftypo3/dbal": "*", "typo3-ter/dbal": "*" }, "replace": { "typo3-ter/typo3-console": "self.version", "typo3_console": "self.version" }, "require-dev": { "cweagans/composer-patches": "^1.6", "doctrine/dbal": "< 2.8", "jakub-onderka/php-parallel-lint": "^1.0", "nimut/testing-framework": "dev-master", "symfony/filesystem": "^3.2", "typo3-console/convert-command-controller-command": "@dev", "typo3-console/create-reference-command": "@dev", "typo3-console/php-server-command": "^0.2", "typo3/cms-filemetadata": "~8.7.10 || ~9.5.0 || dev-master", "typo3/cms-reports": "~8.7.10 || ~9.5.0 || dev-master" }, "bin": [ "typo3cms" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" }, "typo3/cms": { "app-dir": ".Build", "web-dir": ".Build/public", "Package": { "partOfMinimalUsableSystem": true } } }, "autoload": { "psr-4": { "Helhum\\Typo3Console\\": [ "Classes/Console/", "Classes/Compatibility/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Helmut Hummel", "email": "info@helhum.io", "homepage": "http://helhum.io", "role": "Developer" } ], "description": "A reliable and powerful command line interface for TYPO3 CMS", "homepage": "http://insight.helhum.io/post/104528981610/about-the-beauty-and-power-of-typo3-console", "keywords": [ "cli", "command", "commandline", "console", "typo3" ], "time": "2018-10-21T21:10:17+00:00" }, { "name": "helhum/typo3-console-plugin", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/typo3-console-plugin.git", "reference": "4a80b494adb97306bb19a14c72c214be79b5b079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/4a80b494adb97306bb19a14c72c214be79b5b079", "reference": "4a80b494adb97306bb19a14c72c214be79b5b079", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": "^7.0", "typo3/cms-composer-installers": "^1.4 || ^2.0" }, "require-dev": { "composer/composer": "^1.0" }, "type": "composer-plugin", "extra": { "class": "Helhum\\Typo3ConsolePlugin\\Plugin", "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Helhum\\Typo3ConsolePlugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Helmut Hummel", "email": "info@helhum.io" } ], "description": "Installer plugin for helhum/typo3-console, to ease usage without the need to specify scripts in your root composer.json", "homepage": "https://github.com/helhum/typo3-console-plugin", "keywords": [ "composer", "plugin", "typo3 console" ], "time": "2018-12-09T12:06:13+00:00" }, { "name": "helhum/typo3-secure-web", "version": "v0.2.8", "source": { "type": "git", "url": "https://github.com/helhum/typo3-secure-web.git", "reference": "c3530fda74affbae6d5a09c62335d128a735c69c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/helhum/typo3-secure-web/zipball/c3530fda74affbae6d5a09c62335d128a735c69c", "reference": "c3530fda74affbae6d5a09c62335d128a735c69c", "shasum": "" }, "require": { "helhum/typo3-composer-setup": "^0.5.4", "typo3/cms-composer-installers": "^1.4 || ^2.0" }, "conflict": { "helhum/typo3-composer-setup": "<0.5.4", "typo3/cms": "<8.7.10", "typo3/cms-core": "<8.7.10" }, "require-dev": { "typo3-console/php-server-command": "^0.1.0", "typo3/cms-core": "^8.7.10 || ^9.5.2" }, "type": "library", "extra": { "typo3/cms": { "root-dir": "private", "web-dir": "public" } }, "autoload": { "psr-4": { "Helhum\\Typo3SecureWeb\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Helmut Hummel", "email": "info@helhum.io", "homepage": "https://helhum.io", "role": "Developer" } ], "description": "Set up secure TYPO3 web directory containing only public assets", "time": "2018-12-16T12:14:08+00:00" }, { "name": "monolog/monolog", "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "jakub-onderka/php-parallel-lint": "0.9", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2018-11-05T09:00:11+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.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", "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": "2018-02-28T20:30:58+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "ralouphie/getallheaders", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2016-02-11T07:05:27+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2018-07-31T09:26:32+00:00" }, { "name": "symfony/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/dependency-injection", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "5be2d762b51076295a972c86604a977fbcc5c12b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5be2d762b51076295a972c86604a977fbcc5c12b", "reference": "5be2d762b51076295a972c86604a977fbcc5c12b", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/container": "^1.0" }, "conflict": { "symfony/config": "<3.3.7", "symfony/finder": "<3.3", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0" }, "require-dev": { "symfony/config": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "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 DependencyInjection Component", "homepage": "https://symfony.com", "time": "2018-12-02T15:50:25+00:00" }, { "name": "symfony/finder", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442", "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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: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/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/yaml", "version": "v3.4.20", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "291e13d808bec481eab83f301f7bff3e699ef603" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603", "reference": "291e13d808bec481eab83f301f7bff3e699ef603", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "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": "3.4-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:48:54+00:00" }, { "name": "t3o/gitlab_api", "version": "1.0.2", "source": { "type": "git", "url": "https://git-t3o.typo3.org/t3o/gitlab_api.git", "reference": "89d77f24e1f5a19823e64db7b0346acda9476775" }, "replace": { "gitlab_api": "self.version", "typo3-ter/gitlab_api": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "T3O\\GitlabApi\\": "Classes/" } }, "keywords": [ "TYPO3 CMS" ], "time": "2018-04-11T09:12:14+00:00" }, { "name": "t3o/t3olayout", "version": "3.3.2", "source": { "type": "git", "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", "reference": "f9eab0ca58749f5cda1268c566e70a1af1f3c164" }, "require": { "causal/ig_ldap_sso_auth": "^3.2", "gridelementsteam/gridelements": "^8.0", "t3o/gitlab_api": "^1.0", "typo3/cms-backend": "*", "typo3/cms-belog": "*", "typo3/cms-beuser": "*", "typo3/cms-documentation": "*", "typo3/cms-extensionmanager": "*", "typo3/cms-felogin": "*", "typo3/cms-filemetadata": "*", "typo3/cms-fluid": "*", "typo3/cms-fluid-styled-content": "*", "typo3/cms-form": "*", "typo3/cms-frontend": "*", "typo3/cms-func": "*", "typo3/cms-info": "*", "typo3/cms-install": "*", "typo3/cms-lowlevel": "*", "typo3/cms-opendocs": "*", "typo3/cms-recordlist": "*", "typo3/cms-recycler": "*", "typo3/cms-reports": "*", "typo3/cms-rte-ckeditor": "*", "typo3/cms-scheduler": "*", "typo3/cms-setup": "*", "typo3/cms-tstemplate": "*", "typo3/cms-viewpage": "*", "typo3/cms-wizard-crpages": "*", "typo3/cms-wizard-sortpages": "*" }, "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-11-06T18:13:51+00:00" }, { "name": "t3o/ter-frontend", "version": "dev-master", "dist": { "type": "path", "url": "extensions/ter_fe2", "reference": "a2bc9d82b713d80c24904c887f3d5ee57d2d662d", "shasum": null }, "require": { "typo3/cms-core": ">= 8.7.0, <= 8.7.99" }, "replace": { "ter_fe2": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "T3o\\TerFe2\\": "Classes/" } }, "license": [ "GPL-2.0+" ], "authors": [ { "name": "t3o team", "email": "maintenance@typo3.org" } ], "description": "This extension provides extension listing and detail view, plus management of extension keys", "keywords": [ "Extensions", "TER", "TYPO3 CMS" ], "support": { "email": "maintenance@typo3.org", "issues": "https://git-t3o.typo3.org/t3o/ter/issues" } }, { "name": "t3o/ter-layout", "version": "dev-master", "dist": { "type": "path", "url": "extensions/ter_layout", "reference": "c65de69dc6a10c1bca047e2aafea0e95003f976c", "shasum": null }, "require": { "typo3/cms-core": ">= 8.7.0, <= 8.7.99" }, "replace": { "ter_layout": "self.version" }, "type": "typo3-cms-extension", "license": [ "GPL-2.0+" ], "authors": [ { "name": "t3o team", "email": "maintenance@typo3.org" } ], "description": "This extension provides layout adjustments for TER website", "keywords": [ "Extensions", "TER", "TYPO3 CMS" ], "support": { "email": "maintenance@typo3.org", "issues": "https://git-t3o.typo3.org/t3o/ter/issues" } }, { "name": "t3o/ter-soap", "version": "dev-master", "dist": { "type": "path", "url": "extensions/ter", "reference": "3c7712a38ebc8d1f75c3e44528cdfb79f6978d2a", "shasum": null }, "require": { "typo3/cms-core": ">= 8.7.0, <= 8.7.99" }, "replace": { "ter": "self.version" }, "type": "typo3-cms-extension", "autoload": { "psr-4": { "T3o\\Ter\\": "Classes/" }, "classmap": [ "Classes", "pi1", "class.tx_ter_api.php", "class.tx_ter_helper.php", "class.tx_ter_tcaLabel.php" ] }, "license": [ "GPL-2.0+" ], "authors": [ { "name": "t3o team", "email": "maintenance@typo3.org" } ], "description": "This extension provides extension listing and detail view, plus management of extension keys", "keywords": [ "Extensions", "TER", "TYPO3 CMS" ], "support": { "email": "maintenance@typo3.org", "issues": "https://git-t3o.typo3.org/t3o/ter/issues" } }, { "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-backend", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", "reference": "dc8ee1e117798ada878f12250db23f7491613f97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/dc8ee1e117798ada878f12250db23f7491613f97", "reference": "dc8ee1e117798ada878f12250db23f7491613f97", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "backend": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "backend" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Backend\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-belog", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", "reference": "625aac355f9f90a3d40e8f6eece52955d9db15b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/625aac355f9f90a3d40e8f6eece52955d9db15b6", "reference": "625aac355f9f90a3d40e8f6eece52955d9db15b6", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "belog": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "belog" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Belog\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-beuser", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", "reference": "7c6cddf26aed4f41afb5e41a89776d17edef3499" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/7c6cddf26aed4f41afb5e41a89776d17edef3499", "reference": "7c6cddf26aed4f41afb5e41a89776d17edef3499", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "beuser": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "beuser" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Beuser\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43: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": "v1.5.3", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", "reference": "aad8b6b56b45e2f9fc4542e1e64677da4ee8c5fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/aad8b6b56b45e2f9fc4542e1e64677da4ee8c5fa", "reference": "aad8b6b56b45e2f9fc4542e1e64677da4ee8c5fa", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "php": ">=7.0.0 <7.4" }, "conflict": { "composer/installers": "<1.0.24 || >1.0.24" }, "replace": { "lw/typo3cms-installers": "*", "netresearch/composer-installers": "*" }, "require-dev": { "composer/composer": "^1.2" }, "type": "composer-plugin", "extra": { "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { "dev-master": "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-12-15T22:14:50+00:00" }, { "name": "typo3/cms-core", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", "reference": "0038f2a7b71f69246d188fd6458e4dc235cca1b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/0038f2a7b71f69246d188fd6458e4dc235cca1b7", "reference": "0038f2a7b71f69246d188fd6458e4dc235cca1b7", "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", "helhum/typo3-composer-setup": "^0.5", "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" }, "conflict": { "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", "typo3/cms": "*" }, "replace": { "core": "*" }, "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-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "core" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Core\\": "Classes/" }, "classmap": [ "Resources/PHP/" ], "files": [ "Resources/PHP/GlobalDebugFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The core library of TYPO3.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-cshmanual", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/cshmanual.git", "reference": "6b1a4dfebeb7b2103dc5f3e191f66fb6221b8727" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/cshmanual/zipball/6b1a4dfebeb7b2103dc5f3e191f66fb6221b8727", "reference": "6b1a4dfebeb7b2103dc5f3e191f66fb6221b8727", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "cshmanual": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": false, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "cshmanual" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Cshmanual\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Shows TYPO3 inline user manual.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-documentation", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/documentation.git", "reference": "9d9d2d0e4b6233db2fbab08cea7006221ae3defd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/documentation/zipball/9d9d2d0e4b6233db2fbab08cea7006221ae3defd", "reference": "9d9d2d0e4b6233db2fbab08cea7006221ae3defd", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "documentation": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "documentation" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Documentation\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Backend module for TYPO3 to list and show documentation of loaded extensions as well as custom documents.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-extbase", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", "reference": "77d7b77cfceb019bb1650cb3973f75adaafde7f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/77d7b77cfceb019bb1650cb3973f75adaafde7f8", "reference": "77d7b77cfceb019bb1650cb3973f75adaafde7f8", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "extbase": "*" }, "suggest": { "typo3/cms-scheduler": "Additional scheduler tasks" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "extbase" }, "typo3/class-alias-loader": { "always-add-alias-loader": true, "class-alias-maps": [ "Migrations/Code/ClassAliasMap.php" ] } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Extbase\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-extensionmanager", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", "reference": "e709de674c035ac78ad45bfaa075c1341cf56126" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/e709de674c035ac78ad45bfaa075c1341cf56126", "reference": "e709de674c035ac78ad45bfaa075c1341cf56126", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "extensionmanager": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "extensionmanager" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Extensionmanager\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-felogin", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", "reference": "275d1d9da6640832779ef42db85a99f7796ff48a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/275d1d9da6640832779ef42db85a99f7796ff48a", "reference": "275d1d9da6640832779ef42db85a99f7796ff48a", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "felogin": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "felogin" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Felogin\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "A template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-filelist", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", "reference": "a9304ee9d68c1aae8f82bb76a65b1ec326b689ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/a9304ee9d68c1aae8f82bb76a65b1ec326b689ea", "reference": "a9304ee9d68c1aae8f82bb76a65b1ec326b689ea", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "filelist": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "filelist" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Filelist\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Listing of files in the directory", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-filemetadata", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", "reference": "f265ba92bb0143999fa0976b8a3f665d232c2ddd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/f265ba92bb0143999fa0976b8a3f665d232c2ddd", "reference": "f265ba92bb0143999fa0976b8a3f665d232c2ddd", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "filemetadata": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "filemetadata" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-fluid", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", "reference": "d0b9d6c34fcf521515c018e87c06ddf7027cccb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/d0b9d6c34fcf521515c018e87c06ddf7027cccb8", "reference": "d0b9d6c34fcf521515c018e87c06ddf7027cccb8", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22", "typo3/cms-extbase": "8.7.22", "typo3fluid/fluid": "^2.3" }, "conflict": { "typo3/cms": "*" }, "replace": { "fluid": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "fluid" }, "typo3/class-alias-loader": { "class-alias-maps": [ "Migrations/Code/ClassAliasMap.php" ] } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Fluid\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-fluid-styled-content", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", "reference": "32de2f3d504261138d3418fb2ae133a7604fd25b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/32de2f3d504261138d3418fb2ae133a7604fd25b", "reference": "32de2f3d504261138d3418fb2ae133a7604fd25b", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22", "typo3/cms-frontend": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "fluid_styled_content": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "fluid_styled_content" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\FluidStyledContent\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-form", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", "reference": "60561ddaab49e5b6414c5cb4b840f6c65785e184" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/60561ddaab49e5b6414c5cb4b840f6c65785e184", "reference": "60561ddaab49e5b6414c5cb4b840f6c65785e184", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "form": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "form" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Form\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-frontend", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", "reference": "877812bfb128e15d98baaa2498834f607c2f0275" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/877812bfb128e15d98baaa2498834f607c2f0275", "reference": "877812bfb128e15d98baaa2498834f607c2f0275", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "frontend": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "frontend" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Frontend\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-func", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/func.git", "reference": "51fc2f0af6cac92f04240851736d472370fe6b4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/func/zipball/51fc2f0af6cac92f04240851736d472370fe6b4a", "reference": "51fc2f0af6cac92f04240851736d472370fe6b4a", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "replace": { "func": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "func" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Func\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Advanced functions", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-info", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", "reference": "8477df62052067cb7ff5f2ff9e9b0a3fac6f60a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/8477df62052067cb7ff5f2ff9e9b0a3fac6f60a2", "reference": "8477df62052067cb7ff5f2ff9e9b0a3fac6f60a2", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "info": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "info" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Info\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Shows various infos", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-install", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", "reference": "3cc352d46fe520ef5b574c866d06b4830b4df28c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/3cc352d46fe520ef5b574c866d06b4830b4df28c", "reference": "3cc352d46fe520ef5b574c866d06b4830b4df28c", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22", "typo3/cms-extbase": "8.7.22", "typo3/cms-fluid": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "install": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "install" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Install\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-lang", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lang.git", "reference": "52c1b00e7270d4a456a7a2b5d37305060906ab9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/lang/zipball/52c1b00e7270d4a456a7a2b5d37305060906ab9b", "reference": "52c1b00e7270d4a456a7a2b5d37305060906ab9b", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22", "typo3/cms-extensionmanager": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "lang": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "lang" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Lang\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Contains all the core language labels in a set of files mostly of the \"locallang\" format. This extension is always required in a TYPO3 install.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-lowlevel", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", "reference": "0c0b0379fb446a2320f844a1a60849fe87b55369" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/0c0b0379fb446a2320f844a1a60849fe87b55369", "reference": "0c0b0379fb446a2320f844a1a60849fe87b55369", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "lowlevel": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "lowlevel" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Lowlevel\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-opendocs", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/opendocs.git", "reference": "46ca8f6420e9c5d4e6cd867760fb515b271a3d06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/46ca8f6420e9c5d4e6cd867760fb515b271a3d06", "reference": "46ca8f6420e9c5d4e6cd867760fb515b271a3d06", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "opendocs": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "opendocs" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Opendocs\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Shows opened documents by the user.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-recordlist", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", "reference": "e8d018f3ffa2eb24705238eafca15ad66eaa62fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/e8d018f3ffa2eb24705238eafca15ad66eaa62fd", "reference": "e8d018f3ffa2eb24705238eafca15ad66eaa62fd", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "recordlist": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "recordlist" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Recordlist\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "List of database-records", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-recycler", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", "reference": "f29e8010cf24fe14ff5907e838fd7b3a750ac5e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/f29e8010cf24fe14ff5907e838fd7b3a750ac5e6", "reference": "f29e8010cf24fe14ff5907e838fd7b3a750ac5e6", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "recycler": "*" }, "suggest": { "typo3/cms-scheduler": "Remove deleted records after given time" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "recycler" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Recycler\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-reports", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", "reference": "5da9f44d2b594ca65335cbb1dd6cb9e0c596e2c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/5da9f44d2b594ca65335cbb1dd6cb9e0c596e2c0", "reference": "5da9f44d2b594ca65335cbb1dd6cb9e0c596e2c0", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "reports": "*" }, "suggest": { "typo3/cms-scheduler": "Determine system's status and send it via email" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "reports" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Reports\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-rte-ckeditor", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", "reference": "497b0b2635698d153121178e3777beff8e9560a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/497b0b2635698d153121178e3777beff8e9560a1", "reference": "497b0b2635698d153121178e3777beff8e9560a1", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "rte_ckeditor": "*" }, "suggest": { "typo3/cms-setup": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "rte_ckeditor" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\RteCKEditor\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-saltedpasswords", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/saltedpasswords.git", "reference": "195ecb70a3f079b746556fa7772b472b3805873d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/saltedpasswords/zipball/195ecb70a3f079b746556fa7772b472b3805873d", "reference": "195ecb70a3f079b746556fa7772b472b3805873d", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "saltedpasswords": "*" }, "suggest": { "typo3/cms-rsaauth": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "saltedpasswords" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Saltedpasswords\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Uses a password hashing framework for storing passwords. Integrates into the system extension \"felogin\". Use SSL or rsaauth to secure datatransfer! Please read the manual first!", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-scheduler", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", "reference": "1ae6d24870e54eae4a8d999020f53042d7d5b590" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/1ae6d24870e54eae4a8d999020f53042d7d5b590", "reference": "1ae6d24870e54eae4a8d999020f53042d7d5b590", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "scheduler": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "extension-key": "scheduler" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Scheduler\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-setup", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", "reference": "aa4ebde37e9b804fd9b67b47c74b8652b682ee9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/aa4ebde37e9b804fd9b67b47c74b8652b682ee9d", "reference": "aa4ebde37e9b804fd9b67b47c74b8652b682ee9d", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "setup": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "setup" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Setup\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-sv", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/sv.git", "reference": "7f55d5630db58118e386a79cd131918dd625606d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/sv/zipball/7f55d5630db58118e386a79cd131918dd625606d", "reference": "7f55d5630db58118e386a79cd131918dd625606d", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "replace": { "sv": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "sv" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Sv\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "The core/default services. This includes the default authentication services for now.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-tstemplate", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", "reference": "36798d9f3d0b901ca0f5431584158026a6289dde" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/36798d9f3d0b901ca0f5431584158026a6289dde", "reference": "36798d9f3d0b901ca0f5431584158026a6289dde", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "tstemplate": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "tstemplate" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Tstemplate\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-viewpage", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", "reference": "30628f66d021cf87d90d289c760e56380cd69907" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/30628f66d021cf87d90d289c760e56380cd69907", "reference": "30628f66d021cf87d90d289c760e56380cd69907", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22" }, "conflict": { "typo3/cms": "*" }, "replace": { "viewpage": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "viewpage" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Viewpage\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-wizard-crpages", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/wizard_crpages.git", "reference": "402c2a81173b55ba6b37b6d3d581f109a1b8dbd1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/wizard_crpages/zipball/402c2a81173b55ba6b37b6d3d581f109a1b8dbd1", "reference": "402c2a81173b55ba6b37b6d3d581f109a1b8dbd1", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22", "typo3/cms-func": "8.7.22" }, "replace": { "wizard_crpages": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "wizard_crpages" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\WizardCrpages\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "A little utility to create many empty pages in one batch. Great for making a quick page structure.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/cms-wizard-sortpages", "version": "v8.7.22", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/wizard_sortpages.git", "reference": "4eb6173d6ead3b6fb9cc5312f3def9f13637d6c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TYPO3-CMS/wizard_sortpages/zipball/4eb6173d6ead3b6fb9cc5312f3def9f13637d6c9", "reference": "4eb6173d6ead3b6fb9cc5312f3def9f13637d6c9", "shasum": "" }, "require": { "php": ">=7.0.0 <=7.2.99", "typo3/cms-core": "8.7.22", "typo3/cms-func": "8.7.22" }, "replace": { "wizard_sortpages": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "wizard_sortpages" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\WizardSortpages\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" } ], "description": "A little utility to rearrange the sorting order of pages in the backend.", "homepage": "https://typo3.org", "time": "2018-12-14T07:43:50+00:00" }, { "name": "typo3/minimal", "version": "v8.7.0", "require": { "typo3/cms-backend": "^8.7.9", "typo3/cms-core": "^8.7.9", "typo3/cms-cshmanual": "^8.7.9", "typo3/cms-extbase": "^8.7.9", "typo3/cms-extensionmanager": "^8.7.9", "typo3/cms-filelist": "^8.7.9", "typo3/cms-fluid": "^8.7.9", "typo3/cms-frontend": "^8.7.9", "typo3/cms-install": "^8.7.9", "typo3/cms-lang": "^8.7.9", "typo3/cms-recordlist": "^8.7.9", "typo3/cms-saltedpasswords": "^8.7.9", "typo3/cms-sv": "^8.7.9" }, "type": "metapackage", "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": "Minimal required set of TYPO3 extensions", "time": "2017-12-31T14:28:41+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" } ], "packages-dev": [ { "name": "mikey179/vfsStream", "version": "v1.6.5", "source": { "type": "git", "url": "https://github.com/mikey179/vfsStream.git", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-0": { "org\\bovigo\\vfs\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Frank Kleine", "homepage": "http://frankkleine.de/", "role": "Developer" } ], "description": "Virtual file system to mock the real file system in unit tests.", "homepage": "http://vfs.bovigo.org/", "time": "2017-08-01T08:02:14+00:00" }, { "name": "myclabs/deep-copy", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", "shasum": "" }, "require": { "php": "^7.1" }, "replace": { "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "time": "2018-06-11T23:09:50+00:00" }, { "name": "nimut/testing-framework", "version": "3.0.7", "source": { "type": "git", "url": "https://github.com/Nimut/testing-framework.git", "reference": "a8aaaa20caaf590a65fbc6d73a24d913297d0e9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Nimut/testing-framework/zipball/a8aaaa20caaf590a65fbc6d73a24d913297d0e9b", "reference": "a8aaaa20caaf590a65fbc6d73a24d913297d0e9b", "shasum": "" }, "require": { "mikey179/vfsstream": "^1.6", "php": "< 7.3", "phpunit/phpunit": "^6.0", "typo3/cms-backend": ">=7.6 <9.3 || dev-master", "typo3/cms-core": ">=7.6 <9.3 || dev-master", "typo3/cms-extbase": ">=7.6 <9.3 || dev-master", "typo3/cms-fluid": ">=7.6 <9.3 || dev-master", "typo3/cms-frontend": ">=7.6 <9.3 || dev-master", "typo3/cms-install": ">=7.6 <9.3 || dev-master", "typo3/cms-lang": ">=7.6 <9.3 || dev-master" }, "conflict": { "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" }, "require-dev": { "nimut/phpunit-merger": "^0.1", "nimut/testing-framework-testbase": "@dev" }, "suggest": { "friendsofphp/php-cs-fixer": "Tool to automatically fix PHP coding standards issues" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "app-dir": ".Build", "web-dir": ".Build/Web" } }, "autoload": { "psr-4": { "Nimut\\TestingFramework\\": "src/TestingFramework/", "Nimut\\TestingFramework\\v76\\": "compat/v76/", "Nimut\\TestingFramework\\v87\\": "compat/v87/", "Nimut\\TestingFramework\\v90\\": "compat/v90/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ ".Build/vendor/pear/http_request2/", ".Build/vendor/pear/net_url2/" ], "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Helmut Hummel", "email": "info@helhum.io", "homepage": "http://helhum.io", "role": "Developer" }, { "name": "Nicole Cordes", "email": "typo3@cordes.co", "role": "Developer" } ], "description": "TYPO3 testing framework that provides base classes and configuration for PHPUnit tests", "homepage": "https://github.com/Nimut/TYPO3-testing-framework", "keywords": [ "TYPO3 CMS", "phpunit", "testing" ], "time": "2018-04-13T10:52:19+00:00" }, { "name": "phar-io/manifest", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", "phar-io/version": "^1.0.1", "php": "^5.6 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "time": "2017-03-05T18:14:27+00:00" }, { "name": "phar-io/version", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "time": "2017-03-05T17:38:23+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "94fd0001232e47129dd3504189fa1c7225010d08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", "reference": "94fd0001232e47129dd3504189fa1c7225010d08", "shasum": "" }, "require": { "php": "^7.0", "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { "doctrine/instantiator": "~1.0.5", "mockery/mockery": "^1.0", "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpspec/prophecy", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-0": { "Prophecy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "time": "2018-08-05T17:53:17+00:00" }, { "name": "phpunit/php-code-coverage", "version": "5.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "c89677919c5dd6d3b3852f230a663118762218ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", "reference": "c89677919c5dd6d3b3852f230a663118762218ac", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^7.0", "phpunit/php-file-iterator": "^1.4.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-token-stream": "^2.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-xdebug": "^2.5.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2018-04-06T15:36:58+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", "version": "6.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "^1.6.1", "phar-io/manifest": "^1.0.1", "phar-io/version": "^1.0", "php": "^7.0", "phpspec/prophecy": "^1.7", "phpunit/php-code-coverage": "^5.3", "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", "phpunit/phpunit-mock-objects": "^5.0.9", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", "sebastian/exporter": "^3.1", "sebastian/global-state": "^2.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^1.0", "sebastian/version": "^2.0.1" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2", "phpunit/dbunit": "<3.0" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", "phpunit/php-invoker": "^1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "6.5.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2018-09-08T15:10:43+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "5.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.5", "php": "^7.0", "phpunit/php-text-template": "^1.2.1", "sebastian/exporter": "^3.1" }, "conflict": { "phpunit/phpunit": "<6.0" }, "require-dev": { "phpunit/phpunit": "^6.5.11" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "time": "2018-08-09T05:50:03+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", "shasum": "" }, "require": { "php": "^7.0", "sebastian/diff": "^2.0 || ^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2018-02-01T13:46:46+00:00" }, { "name": "sebastian/diff", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2017-08-03T08:09:46+00:00" }, { "name": "sebastian/environment", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "time": "2017-07-01T08:51:00+00:00" }, { "name": "sebastian/exporter", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", "shasum": "" }, "require": { "php": "^7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2017-04-03T13:19:02+00:00" }, { "name": "sebastian/global-state", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { "php": "^7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "time": "2017-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, { "name": "theseer/tokenizer", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2017-04-07T12:08:54+00:00" }, { "name": "webmozart/assert", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2018-01-29T19:49:41+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "t3o/ter-layout": 20, "t3o/ter-soap": 20, "t3o/ter-frontend": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0" }, "platform-dev": [], "platform-overrides": { "php": "7.2.13" } }