From c6555fe32ec3aa9d281ca72fb151295f50c8ed77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 8 Aug 2019 12:02:32 +0200 Subject: [PATCH 01/28] First composer updates --- composer.json | 10 +- composer.lock | 6187 ++++++++++++++------------- extensions/ter/composer.json | 2 +- extensions/ter_fe2/composer.json | 2 +- extensions/ter_layout/composer.json | 2 +- 5 files changed, 3187 insertions(+), 3016 deletions(-) diff --git a/composer.json b/composer.json index 0016033f..efecb6d0 100644 --- a/composer.json +++ b/composer.json @@ -27,20 +27,18 @@ ], "require": { "php": ">=7.0", - "typo3/cms-core": "^8.7", "t3o/ter-layout": "@dev", "t3o/ter-soap": "@dev", "t3o/ter-frontend": "@dev", "helhum/typo3-console": "^5.7", - "dmitryd/typo3-realurl": "^2.5", "apache-solr-for-typo3/solr": "^9.0", - "t3o/t3olayout": "^3.0", - "nikic/php-parser": "^3.1", - "gordalina/cachetool": "^3.2", + "t3o/t3olayout": "dev-develop-v9", + "nikic/php-parser": "^4.0", + "gordalina/cachetool": "^4.0", "helhum/typo3-secure-web": "^0.2.9" }, "require-dev": { - "nimut/testing-framework": "^3.0" + "nimut/testing-framework": "^4.0" }, "config": { "store-auths": false, diff --git a/composer.lock b/composer.lock index c260acf7..1e9725fc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fb420ddb088c608e04d07c5db1ef6e31", + "content-hash": "ce7b06a7df4931f9175176908d1eafe4", "packages": [ { "name": "adoy/fastcgi-client", @@ -151,8 +151,8 @@ "authors": [ { "name": "Ingo Renner", - "email": "ingo@typo3.org", - "role": "Lead Developer" + "role": "Lead Developer", + "email": "ingo@typo3.org" } ], "description": "Apache Solr for TYPO3", @@ -284,73 +284,6 @@ ], "time": "2014-05-19T10:25:02+00:00" }, - { - "name": "dmitryd/typo3-realurl", - "version": "2.5.0", - "source": { - "type": "git", - "url": "https://github.com/dmitryd/typo3-realurl.git", - "reference": "beb6010830c2bced17432433fafcdf7834a70daa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dmitryd/typo3-realurl/zipball/beb6010830c2bced17432433fafcdf7834a70daa", - "reference": "beb6010830c2bced17432433fafcdf7834a70daa", - "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.1", @@ -494,170 +427,33 @@ ], "time": "2018-08-21T18:01:43+00:00" }, - { - "name": "doctrine/collections", - "version": "v1.6.2", - "source": { - "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be", - "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.2.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" - } - }, - "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": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", - "homepage": "https://www.doctrine-project.org/projects/collections.html", - "keywords": [ - "array", - "collections", - "iterators", - "php" - ], - "time": "2019-06-09T13:48:14+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", + "version": "v2.9.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "729340d8d1eec8f01bff708e12e449a3415af873" + "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", - "reference": "729340d8d1eec8f01bff708e12e449a3415af873", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", + "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", "shasum": "" }, "require": { - "doctrine/common": ">=2.4,<2.8-dev", - "php": ">=5.3.2" + "doctrine/cache": "^1.0", + "doctrine/event-manager": "^1.0", + "ext-pdo": "*", + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "4.*", - "symfony/console": "2.*||^3.0" + "doctrine/coding-standard": "^5.0", + "jetbrains/phpstorm-stubs": "^2018.1.2", + "phpstan/phpstan": "^0.10.1", + "phpunit/phpunit": "^7.4", + "symfony/console": "^2.0.5|^3.0|^4.0", + "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -668,12 +464,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5.x-dev" + "dev-master": "2.9.x-dev", + "dev-develop": "3.0.x-dev" } }, "autoload": { - "psr-0": { - "Doctrine\\DBAL\\": "lib/" + "psr-4": { + "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "notification-url": "https://packagist.org/downloads/", @@ -698,45 +495,53 @@ "email": "jonwage@gmail.com" } ], - "description": "Database Abstraction Layer", - "homepage": "http://www.doctrine-project.org", + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ + "abstraction", "database", "dbal", + "mysql", "persistence", + "pgsql", + "php", "queryobject" ], - "time": "2017-07-22T20:44:48+00:00" + "time": "2018-12-31T03:27:51+00:00" }, { - "name": "doctrine/inflector", - "version": "v1.3.0", + "name": "doctrine/event-manager", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/doctrine/inflector.git", - "reference": "5527a48b7313d15261292c149e55e26eae771b0a" + "url": "https://github.com/doctrine/event-manager.git", + "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", - "reference": "5527a48b7313d15261292c149e55e26eae771b0a", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3", + "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3", "shasum": "" }, "require": { "php": "^7.1" }, + "conflict": { + "doctrine/common": "<2.9@dev" + }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^4.0", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", @@ -763,46 +568,51 @@ { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "Doctrine Event Manager component", + "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ - "inflection", - "pluralize", - "singularize", - "string" + "event", + "eventdispatcher", + "eventmanager" ], - "time": "2018-01-09T20:05:19+00:00" + "time": "2018-06-11T11:59:03+00:00" }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "a2c590166b2133a4633738648b6b064edae0814a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", + "reference": "a2c590166b2133a4633738648b6b064edae0814a", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -822,37 +632,39 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2019-03-17T17:37:11+00:00" }, { "name": "doctrine/lexer", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea", + "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.2" }, "require-dev": { - "phpunit/phpunit": "^4.5" + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -865,14 +677,14 @@ "MIT" ], "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" @@ -887,36 +699,36 @@ "parser", "php" ], - "time": "2019-06-08T11:03:04+00:00" + "time": "2019-07-30T19:33:28+00:00" }, { "name": "gordalina/cachetool", - "version": "3.2.1", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/gordalina/cachetool.git", - "reference": "a8bed42d6763b465861b5f93c82e9206d1bdc729" + "reference": "8568747d71849e54f91b8749fc941045c091dc0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gordalina/cachetool/zipball/a8bed42d6763b465861b5f93c82e9206d1bdc729", - "reference": "a8bed42d6763b465861b5f93c82e9206d1bdc729", + "url": "https://api.github.com/repos/gordalina/cachetool/zipball/8568747d71849e54f91b8749fc941045c091dc0c", + "reference": "8568747d71849e54f91b8749fc941045c091dc0c", "shasum": "" }, "require": { "adoy/fastcgi-client": "~1.0", "monolog/monolog": "~1.1", - "php": ">=5.5.9", + "php": ">=7.1.0", "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" + "symfony/console": "~4.0", + "symfony/dependency-injection": "~4.0", + "symfony/finder": "~4.0", + "symfony/process": "~4.0", + "symfony/yaml": "~4.0" }, "require-dev": { "herrera-io/phar-update": "~2.0", - "phpunit/phpunit": "4.8.*" + "phpunit/phpunit": "~7.0" }, "bin": [ "bin/cachetool" @@ -946,28 +758,27 @@ "fpm", "opcode" ], - "time": "2018-05-22T02:09:28+00:00" + "time": "2019-01-28T20:55:37+00:00" }, { "name": "gridelementsteam/gridelements", - "version": "8.5.1", + "version": "9.2.2", "source": { "type": "git", "url": "https://gitlab.com/coderscare/gridelements.git", - "reference": "d9b4f6d8c5154d12927d39ea0e7ab8443e588d22" + "reference": "8e0f450fb40dd3d038c53cf20dd3100cca5283a5" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=d9b4f6d8c5154d12927d39ea0e7ab8443e588d22", - "reference": "d9b4f6d8c5154d12927d39ea0e7ab8443e588d22", + "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=8e0f450fb40dd3d038c53cf20dd3100cca5283a5", + "reference": "8e0f450fb40dd3d038c53cf20dd3100cca5283a5", "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" + "typo3/cms-backend": "^9.5.7", + "typo3/cms-core": "^9.5.7", + "typo3/cms-frontend": "^9.5.7", + "typo3/cms-recordlist": "^9.5.7" }, "conflict": { "jfmulticontent": "*", @@ -994,7 +805,7 @@ "TYPO3 CMS", "grids" ], - "time": "2019-04-15T07:49:48+00:00" + "time": "2019-05-27T09:59:26+00:00" }, { "name": "guzzlehttp/guzzle", @@ -1114,33 +925,37 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.5.2", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "9f83dded91781a01c63574e387eaa769be769115" + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", - "reference": "9f83dded91781a01c63574e387eaa769be769115", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5" + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { + "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, + "suggest": { + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -1177,24 +992,24 @@ "uri", "url" ], - "time": "2018-12-04T20:46:45+00:00" + "time": "2019-07-01T23:21:34+00:00" }, { "name": "helhum/config-loader", - "version": "v0.11.0", + "version": "v0.12.2", "source": { "type": "git", "url": "https://github.com/helhum/config-loader.git", - "reference": "7748b96a80725fd8801075a4b75485889ac04779" + "reference": "1faf12146c505f3b929b10f09aabb8b675d7842d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/helhum/config-loader/zipball/7748b96a80725fd8801075a4b75485889ac04779", - "reference": "7748b96a80725fd8801075a4b75485889ac04779", + "url": "https://api.github.com/repos/helhum/config-loader/zipball/1faf12146c505f3b929b10f09aabb8b675d7842d", + "reference": "1faf12146c505f3b929b10f09aabb8b675d7842d", "shasum": "" }, "require": { - "php": ">=7.0.0 <7.3.0" + "php": "^7" }, "require-dev": { "mikey179/vfsstream": "^1.6", @@ -1221,7 +1036,7 @@ "GPL-2.0-or-later" ], "description": "Generic config loader with context and environment support.", - "time": "2018-09-02T15:46:19+00:00" + "time": "2019-05-30T14:58:15+00:00" }, { "name": "helhum/typo3-composer-setup", @@ -1280,34 +1095,34 @@ }, { "name": "helhum/typo3-console", - "version": "v5.7.0", + "version": "v5.7.1", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", - "reference": "433fe6b3d1bd5760b0d9fb90fc486f8fd56a4a34" + "reference": "f450c9cd144672463deb4aa4209c195374b9f079" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/433fe6b3d1bd5760b0d9fb90fc486f8fd56a4a34", - "reference": "433fe6b3d1bd5760b0d9fb90fc486f8fd56a4a34", + "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/f450c9cd144672463deb4aa4209c195374b9f079", + "reference": "f450c9cd144672463deb4aa4209c195374b9f079", "shasum": "" }, "require": { "doctrine/annotations": "^1.4", "helhum/config-loader": ">=0.9 <0.13", "helhum/typo3-console-plugin": "^2.0.2", - "php": ">=7.0.0 <7.4", + "php": "^7", "symfony/console": "^3.4.4 || ^4.0", "symfony/process": "^3.4.4 || ^4.0", - "typo3/cms-backend": "~8.7.22 || ~9.5.0", - "typo3/cms-core": "~8.7.22 || ~9.5.0", - "typo3/cms-extbase": "~8.7.22 || ~9.5.0", - "typo3/cms-extensionmanager": "~8.7.22 || ~9.5.0", - "typo3/cms-fluid": "~8.7.22 || ~9.5.0", - "typo3/cms-frontend": "~8.7.22 || ~9.5.0", - "typo3/cms-install": "~8.7.22 || ~9.5.0", + "typo3/cms-backend": "~8.7.22 || ~9.5.8", + "typo3/cms-core": "~8.7.22 || ~9.5.8", + "typo3/cms-extbase": "~8.7.22 || ~9.5.8", + "typo3/cms-extensionmanager": "~8.7.22 || ~9.5.8", + "typo3/cms-fluid": "~8.7.22 || ~9.5.8", + "typo3/cms-frontend": "~8.7.22 || ~9.5.8", + "typo3/cms-install": "~8.7.22 || ~9.5.8", "typo3/cms-saltedpasswords": "*", - "typo3/cms-scheduler": "~8.7.22 || ~9.5.0" + "typo3/cms-scheduler": "~8.7.22 || ~9.5.8" }, "conflict": { "friendsoftypo3/dbal": "*", @@ -1318,15 +1133,14 @@ }, "require-dev": { "cweagans/composer-patches": "^1.6", - "doctrine/dbal": "< 2.8", "jakub-onderka/php-parallel-lint": "^1.0", "nimut/testing-framework": "dev-allow-php73", "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.22 || ~9.5.0 || dev-master", - "typo3/cms-reports": "~8.7.22 || ~9.5.0 || dev-master" + "typo3/cms-filemetadata": "~8.7.22 || ~9.5.8 || dev-master", + "typo3/cms-reports": "~8.7.22 || ~9.5.8 || dev-master" }, "bin": [ "typo3cms" @@ -1356,9 +1170,9 @@ "authors": [ { "name": "Helmut Hummel", + "role": "Developer", "email": "info@helhum.io", - "homepage": "http://helhum.io", - "role": "Developer" + "homepage": "http://helhum.io" } ], "description": "A reliable and powerful command line interface for TYPO3 CMS", @@ -1370,7 +1184,7 @@ "console", "typo3" ], - "time": "2019-07-17T09:02:54+00:00" + "time": "2019-08-07T12:46:56+00:00" }, { "name": "helhum/typo3-console-plugin", @@ -1479,6 +1293,52 @@ "description": "Set up secure TYPO3 web directory containing only public assets", "time": "2019-05-30T15:24:17+00:00" }, + { + "name": "mikey179/vfsstream", + "version": "v1.6.7", + "source": { + "type": "git", + "url": "https://github.com/bovigo/vfsStream.git", + "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", + "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5|^5.0" + }, + "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", + "role": "Developer", + "homepage": "http://frankkleine.de/" + } + ], + "description": "Virtual file system to mock the real file system in unit tests.", + "homepage": "http://vfs.bovigo.org/", + "time": "2019-08-01T01:38:37+00:00" + }, { "name": "monolog/monolog", "version": "1.24.0", @@ -1558,171 +1418,209 @@ "time": "2018-11-05T09:00:11+00:00" }, { - "name": "nikic/php-parser", - "version": "v3.1.5", + "name": "myclabs/deep-copy", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", - "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=5.5" + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" }, - "bin": [ - "bin/php-parse" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { "psr-4": { - "PhpParser\\": "lib/PhpParser" - } + "DeepCopy\\": "src/DeepCopy/" + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", + "description": "Create deep copies (clones) of your objects", "keywords": [ - "parser", - "php" + "clone", + "copy", + "duplicate", + "object", + "object graph" ], - "time": "2018-02-28T20:30:58+00:00" + "time": "2019-04-07T13:18:21+00:00" }, { - "name": "psr/container", - "version": "1.0.0", + "name": "nikic/php-parser", + "version": "v4.2.2", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420", + "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420", "shasum": "" }, "require": { - "php": ">=5.3.0" + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.5 || ^7.0" }, + "bin": [ + "bin/php-parse" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.2-dev" } }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Nikita Popov" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "A PHP parser written in PHP", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "parser", + "php" ], - "time": "2017-02-14T16:28:37+00:00" + "time": "2019-05-25T20:07:01+00:00" }, { - "name": "psr/http-message", - "version": "1.0.1", + "name": "nimut/testing-framework", + "version": "4.1.5", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "url": "https://github.com/Nimut/testing-framework.git", + "reference": "2e7506174ea7cac505076cae6a42126525833551" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/Nimut/testing-framework/zipball/2e7506174ea7cac505076cae6a42126525833551", + "reference": "2e7506174ea7cac505076cae6a42126525833551", "shasum": "" }, "require": { - "php": ">=5.3.0" + "mikey179/vfsstream": "^1.6", + "php": ">= 5.5, < 7.4", + "phpunit/phpunit": "^6.0 || ^7.0", + "typo3/cms-backend": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-core": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-extbase": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-fluid": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-install": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-recordlist": "^7.6 || ^8.7 || ^9.5 || dev-master" + }, + "conflict": { + "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" + }, + "require-dev": { + "nimut/phpunit-merger": "^0.2", + "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": "1.0.x-dev" + "dev-master": "4.x-dev" + }, + "typo3/cms": { + "cms-package-dir": "{$vendor-dir}/typo3/cms", + "app-dir": ".Build", + "web-dir": ".Build/Web" } }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "Nimut\\TestingFramework\\": "src/TestingFramework/", + "Nimut\\TestingFramework\\v76\\": "compat/v76/", + "Nimut\\TestingFramework\\v87\\": "compat/v87/", + "Nimut\\TestingFramework\\v90\\": "compat/v90/", + "Nimut\\TestingFramework\\v91\\": "compat/v91/" } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + ".Build/vendor/pear/http_request2/", + ".Build/vendor/pear/net_url2/" + ], "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Helmut Hummel", + "role": "Developer", + "email": "info@helhum.io", + "homepage": "http://helhum.io" + }, + { + "name": "Nicole Cordes", + "role": "Developer", + "email": "typo3@cordes.co" } ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", + "description": "TYPO3 testing framework that provides base classes and configuration for PHPUnit tests", + "homepage": "https://github.com/Nimut/TYPO3-testing-framework", "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" + "TYPO3 CMS", + "phpunit", + "testing" ], - "time": "2016-08-06T14:39:51+00:00" + "time": "2019-03-08T13:56:36+00:00" }, { - "name": "psr/log", - "version": "1.0.2", + "name": "phar-io/manifest", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "url": "https://github.com/phar-io/manifest.git", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "shasum": "" }, "require": { - "php": ">=5.3.0" + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^2.0", + "php": "^5.6 || ^7.0" }, "type": "library", "extra": { @@ -1731,234 +1629,220 @@ } }, "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "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": "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" + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "time": "2018-07-08T19:23:20+00:00" }, { - "name": "ralouphie/getallheaders", - "version": "2.0.5", + "name": "phar-io/version", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + "url": "https://github.com/phar-io/version.git", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", "shasum": "" }, "require": { - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" + "php": "^5.6 || ^7.0" }, "type": "library", "autoload": { - "files": [ - "src/getallheaders.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" + "name": "Arne Blankerts", + "role": "Developer", + "email": "arne@blankerts.de" + }, + { + "name": "Sebastian Heuer", + "role": "Developer", + "email": "sebastian@phpeople.de" + }, + { + "name": "Sebastian Bergmann", + "role": "Developer", + "email": "sebastian@phpunit.de" } ], - "description": "A polyfill for getallheaders.", - "time": "2016-02-11T07:05:27+00:00" + "description": "Library for handling version information and constraints", + "time": "2018-07-08T19:19:57+00:00" }, { - "name": "solarium/solarium", - "version": "4.2.0", + "name": "phpdocumentor/reflection-common", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/solariumphp/solarium.git", - "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/solariumphp/solarium/zipball/20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", - "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { - "php": "^7.0", - "symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0" + "php": ">=5.5" }, "require-dev": { - "guzzlehttp/guzzle": "^3.8 || ^6.2", - "php-coveralls/php-coveralls": "^1.0", - "phpunit/phpunit": "^6.5", - "squizlabs/php_codesniffer": "^1.4", - "zendframework/zendframework": "^3.0" - }, - "suggest": { - "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" + "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Solarium\\": "src/" + "phpDocumentor\\Reflection\\": [ + "src" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "See GitHub contributors", - "homepage": "https://github.com/basdenooijer/solarium/contributors" + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" } ], - "description": "PHP Solr client", - "homepage": "http://www.solarium-project.org", + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", "keywords": [ - "php", - "search", - "solr" + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" ], - "time": "2018-11-24T09:20:30+00:00" + "time": "2017-09-11T18:02:19+00:00" }, { - "name": "swiftmailer/swiftmailer", - "version": "v5.4.12", + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.1", "source": { "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", - "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", + "phpdocumentor/type-resolver": "^0.4.0", + "webmozart/assert": "^1.0" }, "require-dev": { - "mockery/mockery": "~0.9.1", - "symfony/phpunit-bridge": "~3.2" + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "4.x-dev" } }, "autoload": { - "files": [ - "lib/swift_required.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], "authors": [ { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Mike van Riel", + "email": "me@mikevanriel.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" + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2019-04-30T17:48:53+00:00" }, { - "name": "symfony/console", - "version": "v3.4.28", + "name": "phpdocumentor/type-resolver", + "version": "0.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6", - "reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "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" - }, - "provide": { - "psr/log-implementation": "1.0" + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" }, "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": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1966,55 +1850,47 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2019-05-09T08:42:51+00:00" + "time": "2017-07-14T14:27:02+00:00" }, { - "name": "symfony/debug", - "version": "v4.3.1", + "name": "phpspec/prophecy", + "version": "1.8.1", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "4e025104f1f9adb1f7a2d14fb102c9986d6e97c6" + "url": "https://github.com/phpspec/prophecy.git", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/4e025104f1f9adb1f7a2d14fb102c9986d6e97c6", - "reference": "4e025104f1f9adb1f7a2d14fb102c9986d6e97c6", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": "<3.4" + "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": { - "symfony/http-kernel": "~3.4|~4.0" + "phpspec/phpspec": "^2.5|^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Prophecy\\": "src/Prophecy" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2022,413 +1898,390 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" } ], - "description": "Symfony Debug Component", - "homepage": "https://symfony.com", - "time": "2019-05-30T16:10:05+00:00" + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "time": "2019-06-13T12:50:23+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v3.4.20", + "name": "phpunit/php-code-coverage", + "version": "6.1.4", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5be2d762b51076295a972c86604a977fbcc5c12b" + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5be2d762b51076295a972c86604a977fbcc5c12b", - "reference": "5be2d762b51076295a972c86604a977fbcc5c12b", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "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" + "ext-dom": "*", + "ext-xmlwriter": "*", + "php": "^7.1", + "phpunit/php-file-iterator": "^2.0", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^3.0", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^3.1 || ^4.0", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1" }, "require-dev": { - "symfony/config": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/yaml": "~3.4|~4.0" + "phpunit/phpunit": "^7.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": "" + "ext-xdebug": "^2.6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "6.1-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony DependencyInjection Component", - "homepage": "https://symfony.com", - "time": "2018-12-02T15:50:25+00:00" + "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-10-31T16:06:48+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v4.3.3", + "name": "phpunit/php-file-iterator", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "212b020949331b6531250584531363844b34a94e" + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e", - "reference": "212b020949331b6531250584531363844b34a94e", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/event-dispatcher-contracts": "^1.1" - }, - "conflict": { - "symfony/dependency-injection": "<3.4" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "php": "^7.1" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/http-foundation": "^3.4|^4.0", - "symfony/service-contracts": "^1.1", - "symfony/stopwatch": "~3.4|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2019-06-27T06:42:14+00:00" + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "time": "2018-09-13T20:33:42+00:00" }, { - "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.5", + "name": "phpunit/php-text-template", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "c61766f4440ca687de1084a5c00b08e167a2575c" + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c", - "reference": "c61766f4440ca687de1084a5c00b08e167a2575c", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { - "php": "^7.1.3" - }, - "suggest": { - "psr/event-dispatcher": "", - "symfony/event-dispatcher-implementation": "" + "php": ">=5.3.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, "autoload": { - "psr-4": { - "Symfony\\Contracts\\EventDispatcher\\": "" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Generic abstractions related to dispatching event", - "homepage": "https://symfony.com", + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" + "template" ], - "time": "2019-06-20T06:46:26+00:00" + "time": "2015-06-21T13:50:34+00:00" }, { - "name": "symfony/finder", - "version": "v3.4.28", + "name": "phpunit/php-timer", + "version": "2.1.2", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "fa5d962a71f2169dfe1cbae217fa5a2799859f6c" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/fa5d962a71f2169dfe1cbae217fa5a2799859f6c", - "reference": "fa5d962a71f2169dfe1cbae217fa5a2799859f6c", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "2.1-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2019-05-24T12:25:55+00:00" + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "time": "2019-06-07T04:22:29+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.11.0", + "name": "phpunit/php-token-stream", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "82ebae02209c21113908c229e9883c419720738a" + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", - "reference": "82ebae02209c21113908c229e9883c419720738a", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a", + "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a", "shasum": "" }, "require": { - "php": ">=5.3.3" + "ext-tokenizer": "*", + "php": "^7.1" }, - "suggest": { - "ext-ctype": "For best performance" + "require-dev": { + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "3.1-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" + "tokenizer" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-07-25T05:29:42+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", + "name": "phpunit/phpunit", + "version": "7.5.14", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff", + "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff", "shasum": "" }, "require": { - "php": ">=5.3.3" + "doctrine/instantiator": "^1.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "^1.7", + "phar-io/manifest": "^1.0.2", + "phar-io/version": "^2.0", + "php": "^7.1", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^6.0.7", + "phpunit/php-file-iterator": "^2.0.1", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^2.1", + "sebastian/comparator": "^3.0", + "sebastian/diff": "^3.0", + "sebastian/environment": "^4.0", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^2.0", + "sebastian/version": "^2.0.1" + }, + "conflict": { + "phpunit/phpunit-mock-objects": "*" + }, + "require-dev": { + "ext-pdo": "*" }, "suggest": { - "ext-mbstring": "For best performance" + "ext-soap": "*", + "ext-xdebug": "*", + "phpunit/php-invoker": "^2.0" }, + "bin": [ + "phpunit" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "7.5-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" + "phpunit", + "testing", + "xunit" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-07-15T06:24:08+00:00" }, { - "name": "symfony/process", - "version": "v3.4.27", + "name": "psr/cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a" + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a", - "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Psr\\Cache\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2436,58 +2289,45 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2019-04-08T16:15:54+00:00" + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "time": "2016-08-06T20:24:11+00:00" }, { - "name": "symfony/yaml", - "version": "v3.4.28", + "name": "psr/container", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "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" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2495,260 +2335,203 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2019-03-25T07:48:46+00:00" + "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": "t3o/gitlab_api", - "version": "1.0.2", + "name": "psr/http-message", + "version": "1.0.1", "source": { "type": "git", - "url": "https://git-t3o.typo3.org/t3o/gitlab_api.git", - "reference": "89d77f24e1f5a19823e64db7b0346acda9476775" + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, - "replace": { - "gitlab_api": "self.version", - "typo3-ter/gitlab_api": "self.version" + "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" + } }, - "type": "typo3-cms-extension", "autoload": { "psr-4": { - "T3O\\GitlabApi\\": "Classes/" + "Psr\\Http\\Message\\": "src/" } }, - "keywords": [ - "TYPO3 CMS" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], - "time": "2018-04-11T09:12:14+00:00" - }, - { - "name": "t3o/t3olayout", - "version": "3.7.0", - "source": { - "type": "git", - "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", - "reference": "38657eac8c1c0b36f44b7819ced0c3711909322d" - }, - "require": { - "causal/ig_ldap_sso_auth": "^3.2", - "gridelementsteam/gridelements": "^8.0", - "helhum/typo3-console": "^5.5", - "helhum/typo3-secure-web": "^0.2", - "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": "*", - "typo3/minimal": "^8.7" - }, - "replace": { - "t3o/t3olayout": "self.version" - }, - "type": "typo3-cms-extension", - "autoload": { - "psr-4": { - "T3o\\T3olayout\\": "Classes" + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } - }, - "license": [ - "GPL-2.0+" ], - "description": "Base extension for project t3olayout", - "homepage": "https://www.typo3.org", + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ - "TYPO3 CMS" + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" ], - "time": "2019-07-16T06:35:24+00:00" + "time": "2016-08-06T14:39:51+00:00" }, { - "name": "t3o/ter-frontend", - "version": "dev-master", + "name": "psr/http-server-handler", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-server-handler.git", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" + }, "dist": { - "type": "path", - "url": "extensions/ter_fe2", - "reference": "a2bc9d82b713d80c24904c887f3d5ee57d2d662d" + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "shasum": "" }, "require": { - "typo3/cms-core": ">= 8.7.0, <= 8.7.99" + "php": ">=7.0", + "psr/http-message": "^1.0" }, - "replace": { - "ter_fe2": "self.version" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, - "type": "typo3-cms-extension", "autoload": { "psr-4": { - "T3o\\TerFe2\\": "Classes/" + "Psr\\Http\\Server\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "t3o team", - "email": "maintenance@typo3.org" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "This extension provides extension listing and detail view, plus management of extension keys", + "description": "Common interface for HTTP server-side request handler", "keywords": [ - "Extensions", - "TER", - "TYPO3 CMS" + "handler", + "http", + "http-interop", + "psr", + "psr-15", + "psr-7", + "request", + "response", + "server" ], - "support": { - "email": "maintenance@typo3.org", - "issues": "https://git-t3o.typo3.org/t3o/ter/issues" - } + "time": "2018-10-30T16:46:14+00:00" }, { - "name": "t3o/ter-layout", - "version": "dev-master", - "dist": { - "type": "path", - "url": "extensions/ter_layout", - "reference": "c65de69dc6a10c1bca047e2aafea0e95003f976c" - }, - "require": { - "typo3/cms-core": ">= 8.7.0, <= 8.7.99" - }, - "replace": { - "ter_layout": "self.version" + "name": "psr/http-server-middleware", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-server-middleware.git", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" }, - "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" + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "shasum": "" }, "require": { - "typo3/cms-core": ">= 8.7.0, <= 8.7.99" + "php": ">=7.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0" }, - "replace": { - "ter": "self.version" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, - "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" - ] + "Psr\\Http\\Server\\": "src/" + } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "t3o team", - "email": "maintenance@typo3.org" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "This extension provides extension listing and detail view, plus management of extension keys", + "description": "Common interface for HTTP server-side middleware", "keywords": [ - "Extensions", - "TER", - "TYPO3 CMS" + "http", + "http-interop", + "middleware", + "psr", + "psr-15", + "psr-7", + "request", + "response" ], - "support": { - "email": "maintenance@typo3.org", - "issues": "https://git-t3o.typo3.org/t3o/ter/issues" - } + "time": "2018-10-30T17:12:04+00:00" }, { - "name": "typo3/class-alias-loader", - "version": "1.0.1", + "name": "psr/log", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/TYPO3/class-alias-loader.git", - "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0" + "url": "https://github.com/php-fig/log.git", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", - "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "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" + "php": ">=5.3.0" }, - "type": "composer-plugin", + "type": "library", "extra": { - "class": "TYPO3\\ClassAliasLoader\\Plugin", "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\ClassAliasLoader\\": "src/" + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2757,1821 +2540,2324 @@ ], "authors": [ { - "name": "Helmut Hummel", - "email": "info@helhum.io" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Amends the composer class loader to support class aliases to provide backwards compatibility for packages", - "homepage": "http://github.com/TYPO3/class-alias-loader", + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ - "alias", - "autoloader", - "classloader", - "composer" + "log", + "psr", + "psr-3" ], - "time": "2018-10-03T12:49:56+00:00" + "time": "2016-10-10T12:19:37+00:00" }, { - "name": "typo3/cms-backend", - "version": "v8.7.27", + "name": "ralouphie/getallheaders", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "31da6af3af4bb0340a2d30be44785bc221763ad0" + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/31da6af3af4bb0340a2d30be44785bc221763ad0", - "reference": "31da6af3af4bb0340a2d30be44785bc221763ad0", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "backend": "*" + "php": ">=5.6" }, - "type": "typo3-cms-framework", - "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "backend" - } + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, + "type": "library", "autoload": { - "psr-4": { - "TYPO3\\CMS\\Backend\\": "Classes/" - } + "files": [ + "src/getallheaders.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" } ], - "description": "Classes for the TYPO3 backend.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" }, { - "name": "typo3/cms-belog", - "version": "v8.7.27", + "name": "sebastian/code-unit-reverse-lookup", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "13a62fd9cc73d6b542f52b8884e65669550a2d02" + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/13a62fd9cc73d6b542f52b8884e65669550a2d02", - "reference": "13a62fd9cc73d6b542f52b8884e65669550a2d02", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^5.6 || ^7.0" }, - "replace": { - "belog": "*" + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "belog" + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Belog\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-beuser", - "version": "v8.7.27", + "name": "sebastian/comparator", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "66c080a0b7e7ee5860d22f89b7309731d1534837" + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/66c080a0b7e7ee5860d22f89b7309731d1534837", - "reference": "66c080a0b7e7ee5860d22f89b7309731d1534837", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.1", + "sebastian/diff": "^3.0", + "sebastian/exporter": "^3.1" }, - "replace": { - "beuser": "*" + "require-dev": { + "phpunit/phpunit": "^7.1" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "beuser" + "branch-alias": { + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Beuser\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "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": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+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": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" ], - "description": "TYPO3 command line binary", - "homepage": "https://typo3.org", - "time": "2017-09-06T12:09:47+00:00" + "time": "2018-07-12T15:12:46+00:00" }, { - "name": "typo3/cms-composer-installers", - "version": "v1.5.4", + "name": "sebastian/diff", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/TYPO3/CmsComposerInstallers.git", - "reference": "85bb09767d2c39050383f64117373e55ea800611" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/85bb09767d2c39050383f64117373e55ea800611", - "reference": "85bb09767d2c39050383f64117373e55ea800611", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "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": "*" + "php": "^7.1" }, "require-dev": { - "composer/composer": "^1.2" + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" }, - "type": "composer-plugin", + "type": "library", "extra": { - "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Composer\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Christian Opitz", - "email": "christian.opitz@netresearch.de" - }, - { - "name": "Lars Peipmann", - "email": "lars@peipmann.de" + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" }, { - "name": "Helmut Hummel", - "email": "info@helhum.io" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "TYPO3 CMS Installers", - "homepage": "https://github.com/TYPO3/CmsComposerInstallers", + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ - "cms", - "core", - "extension", - "installer", - "typo3" + "diff", + "udiff", + "unidiff", + "unified diff" ], - "time": "2019-03-04T12:25:01+00:00" + "time": "2019-02-04T06:01:07+00:00" }, { - "name": "typo3/cms-core", - "version": "v8.7.27", + "name": "sebastian/environment", + "version": "4.2.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "29728d43cee7f71300effa037d2bfda00f94fa8c" + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/29728d43cee7f71300effa037d2bfda00f94fa8c", - "reference": "29728d43cee7f71300effa037d2bfda00f94fa8c", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", + "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", "shasum": "" }, "require": { - "algo26-matthias/idna-convert": "^1.1.0", - "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", - "php": "^7.0 <7.4", - "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.1.2", - "typo3fluid/fluid": "^2.5.5" - }, - "conflict": { - "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", - "typo3/cms": "*" + "php": "^7.1" }, - "replace": { - "core": "*" + "require-dev": { + "phpunit/phpunit": "^7.5" }, "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" + "ext-posix": "*" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "core" + "branch-alias": { + "dev-master": "4.2-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Core\\": "Classes/" - }, "classmap": [ - "Resources/PHP/" - ], - "files": [ - "Resources/PHP/GlobalDebugFunctions.php" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "The core library of TYPO3.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2019-05-05T09:05:15+00:00" }, { - "name": "typo3/cms-cshmanual", - "version": "v8.7.27", + "name": "sebastian/exporter", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/cshmanual.git", - "reference": "ca88db97aa73ade02155815c48ba064aa47bb507" + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/cshmanual/zipball/ca88db97aa73ade02155815c48ba064aa47bb507", - "reference": "ca88db97aa73ade02155815c48ba064aa47bb507", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0", + "sebastian/recursion-context": "^3.0" }, - "replace": { - "cshmanual": "*" + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": false, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "cshmanual" + "branch-alias": { + "dev-master": "3.1.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Cshmanual\\": "Classes/" - } - }, + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "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": "Shows TYPO3 inline user manual.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-documentation", - "version": "v8.7.27", + "name": "sebastian/global-state", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/documentation.git", - "reference": "b05de0767e9de51f7bbfe214317706df26a7bebb" + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/documentation/zipball/b05de0767e9de51f7bbfe214317706df26a7bebb", - "reference": "b05de0767e9de51f7bbfe214317706df26a7bebb", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.0" }, - "conflict": { - "typo3/cms": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "replace": { - "documentation": "*" + "suggest": { + "ext-uopz": "*" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "documentation" + "branch-alias": { + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Documentation\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Backend module for TYPO3 to list and show documentation of loaded extensions as well as custom documents.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-extbase", - "version": "v8.7.27", + "name": "sebastian/object-enumerator", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "6e7bb1c4b9a487ff3ef559782ea588d66cc1354d" + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/6e7bb1c4b9a487ff3ef559782ea588d66cc1354d", - "reference": "6e7bb1c4b9a487ff3ef559782ea588d66cc1354d", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "extbase": "*" + "php": "^7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, - "suggest": { - "typo3/cms-scheduler": "Additional scheduler tasks" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "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" - ] + "branch-alias": { + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Extbase\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "A framework to build extensions for TYPO3 CMS.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-extensionmanager", - "version": "v8.7.27", + "name": "sebastian/object-reflector", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "72499d5a2e873fb753744b950a79051a34a175c9" + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/72499d5a2e873fb753744b950a79051a34a175c9", - "reference": "72499d5a2e873fb753744b950a79051a34a175c9", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", + "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0" }, - "replace": { - "extensionmanager": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "extensionmanager" + "branch-alias": { + "dev-master": "1.1-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Extensionmanager\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "TYPO3 Extension Manager", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-felogin", - "version": "v8.7.27", + "name": "sebastian/recursion-context", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "10f06f3ea97215b966c0058b94e866e236ce0895" + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/10f06f3ea97215b966c0058b94e866e236ce0895", - "reference": "10f06f3ea97215b966c0058b94e866e236ce0895", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0" }, - "replace": { - "felogin": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "felogin" + "branch-alias": { + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Felogin\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], - "description": "A template-based plugin to log in Website Users in the Frontend", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-filelist", - "version": "v8.7.27", + "name": "sebastian/resource-operations", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "54974980b75ee0a3ca83032d7e1fc51ca5da6a28" + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/54974980b75ee0a3ca83032d7e1fc51ca5da6a28", - "reference": "54974980b75ee0a3ca83032d7e1fc51ca5da6a28", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "filelist": "*" + "php": "^7.1" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "filelist" + "branch-alias": { + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Filelist\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Listing of files in the directory", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "time": "2018-10-04T04:07:39+00:00" }, { - "name": "typo3/cms-filemetadata", - "version": "v8.7.27", + "name": "sebastian/version", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "65aec286e444556d8849f8f4e1a0e6854c605e33" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/65aec286e444556d8849f8f4e1a0e6854c605e33", - "reference": "65aec286e444556d8849f8f4e1a0e6854c605e33", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "filemetadata": "*" + "php": ">=5.6" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "filemetadata" + "branch-alias": { + "dev-master": "2.0.x-dev" } }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Add advanced metadata to File.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-fluid", - "version": "v8.7.27", + "name": "solarium/solarium", + "version": "4.2.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "efd7bd61af149a3b8fc804d715223c9b9a0acea8" + "url": "https://github.com/solariumphp/solarium.git", + "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/efd7bd61af149a3b8fc804d715223c9b9a0acea8", - "reference": "efd7bd61af149a3b8fc804d715223c9b9a0acea8", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", + "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-extbase": "8.7.27", - "typo3fluid/fluid": "^2.5.5" + "php": "^7.0", + "symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0" }, - "conflict": { - "typo3/cms": "*" + "require-dev": { + "guzzlehttp/guzzle": "^3.8 || ^6.2", + "php-coveralls/php-coveralls": "^1.0", + "phpunit/phpunit": "^6.5", + "squizlabs/php_codesniffer": "^1.4", + "zendframework/zendframework": "^3.0" }, - "replace": { - "fluid": "*" + "suggest": { + "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "fluid" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "branch-alias": { + "dev-master": "4.1.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Fluid\\": "Classes/" + "Solarium\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "See GitHub contributors", + "homepage": "https://github.com/basdenooijer/solarium/contributors" } ], - "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "PHP Solr client", + "homepage": "http://www.solarium-project.org", + "keywords": [ + "php", + "search", + "solr" + ], + "time": "2018-11-24T09:20:30+00:00" }, { - "name": "typo3/cms-fluid-styled-content", - "version": "v8.7.27", + "name": "swiftmailer/swiftmailer", + "version": "v5.4.12", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "57de85faf70100742f641735754bc9f3cdcf2b1b" + "url": "https://github.com/swiftmailer/swiftmailer.git", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/57de85faf70100742f641735754bc9f3cdcf2b1b", - "reference": "57de85faf70100742f641735754bc9f3cdcf2b1b", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-frontend": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": ">=5.3.3" }, - "replace": { - "fluid_styled_content": "*" + "require-dev": { + "mockery/mockery": "~0.9.1", + "symfony/phpunit-bridge": "~3.2" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "fluid_styled_content" + "branch-alias": { + "dev-master": "5.4-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\FluidStyledContent\\": "Classes/" - } + "files": [ + "lib/swift_required.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Chris Corbyn" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "A set of common content elements based on Fluid for Frontend output.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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": "typo3/cms-form", - "version": "v8.7.27", + "name": "symfony/cache", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "64301dfc594fb4df41a83dc8267f0df51d81bef7" + "url": "https://github.com/symfony/cache.git", + "reference": "d263af3cec33afa862310e58545fdc10d779806f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/64301dfc594fb4df41a83dc8267f0df51d81bef7", - "reference": "64301dfc594fb4df41a83dc8267f0df51d81bef7", + "url": "https://api.github.com/repos/symfony/cache/zipball/d263af3cec33afa862310e58545fdc10d779806f", + "reference": "d263af3cec33afa862310e58545fdc10d779806f", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.1.3", + "psr/cache": "~1.0", + "psr/log": "~1.0", + "symfony/cache-contracts": "^1.1", + "symfony/service-contracts": "^1.1", + "symfony/var-exporter": "^4.2" }, "conflict": { - "typo3/cms": "*" + "doctrine/dbal": "<2.5", + "symfony/dependency-injection": "<3.4", + "symfony/var-dumper": "<3.4" }, - "replace": { - "form": "*" + "provide": { + "psr/cache-implementation": "1.0", + "psr/simple-cache-implementation": "1.0", + "symfony/cache-implementation": "1.0" }, - "type": "typo3-cms-framework", + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "~1.6", + "doctrine/dbal": "~2.5", + "predis/predis": "~1.1", + "psr/simple-cache": "^1.0", + "symfony/config": "~4.2", + "symfony/dependency-injection": "~3.4|~4.1", + "symfony/var-dumper": "^4.1.1" + }, + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "form" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Form\\": "Classes/" - } + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Form Library, Plugin and Editor", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony Cache component with PSR-6, PSR-16, and tags", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "time": "2019-06-28T13:16:30+00:00" }, { - "name": "typo3/cms-frontend", - "version": "v8.7.27", + "name": "symfony/cache-contracts", + "version": "v1.1.5", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "96275f8b96cc116ae304b1964bb7423052dcee9a" + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/96275f8b96cc116ae304b1964bb7423052dcee9a", - "reference": "96275f8b96cc116ae304b1964bb7423052dcee9a", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", + "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.1.3", + "psr/cache": "^1.0" }, - "replace": { - "frontend": "*" + "suggest": { + "symfony/cache-implementation": "" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "frontend" + "branch-alias": { + "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Frontend\\": "Classes/" + "Symfony\\Contracts\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Classes for the frontend of TYPO3.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-06-13T11:15:36+00:00" }, { - "name": "typo3/cms-func", - "version": "v8.7.27", + "name": "symfony/console", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/func.git", - "reference": "e8ed25ef88e76555b81403de1a4b35f385a666dc" + "url": "https://github.com/symfony/console.git", + "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/func/zipball/e8ed25ef88e76555b81403de1a4b35f385a666dc", - "reference": "e8ed25ef88e76555b81403de1a4b35f385a666dc", + "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", + "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/service-contracts": "^1.1" }, - "replace": { - "func": "*" + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/event-dispatcher": "<4.3", + "symfony/process": "<3.3" }, - "type": "typo3-cms-framework", - "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "func" - } + "provide": { + "psr/log-implementation": "1.0" }, - "autoload": { - "psr-4": { - "TYPO3\\CMS\\Func\\": "Classes/" + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "^4.3", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0", + "symfony/var-dumper": "^4.3" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" } }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Advanced functions", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2019-07-24T17:13:59+00:00" }, { - "name": "typo3/cms-info", - "version": "v8.7.27", + "name": "symfony/dependency-injection", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "2598fdea0077bd01bff24012f51c10c1c2d07fb3" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/2598fdea0077bd01bff24012f51c10c1c2d07fb3", - "reference": "2598fdea0077bd01bff24012f51c10c1c2d07fb3", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9ad1b83d474ae17156f6914cb81ffe77aeac3a9b", + "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.1.3", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.2" }, "conflict": { - "typo3/cms": "*" + "symfony/config": "<4.3", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" }, - "replace": { - "info": "*" + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" }, - "type": "typo3-cms-framework", + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "~3.4|~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": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "info" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Info\\": "Classes/" - } + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Shows various infos", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com", + "time": "2019-07-26T07:03:43+00:00" }, { - "name": "typo3/cms-install", - "version": "v8.7.27", + "name": "symfony/event-dispatcher", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "1255bd5dbb4eb476c72e2bda61c06f1de90e40e2" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "212b020949331b6531250584531363844b34a94e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/1255bd5dbb4eb476c72e2bda61c06f1de90e40e2", - "reference": "1255bd5dbb4eb476c72e2bda61c06f1de90e40e2", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e", + "reference": "212b020949331b6531250584531363844b34a94e", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-extbase": "8.7.27", - "typo3/cms-fluid": "8.7.27" + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" }, "conflict": { - "typo3/cms": "*" + "symfony/dependency-injection": "<3.4" }, - "replace": { - "install": "*" + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" }, - "type": "typo3-cms-framework", + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/http-foundation": "^3.4|^4.0", + "symfony/service-contracts": "^1.1", + "symfony/stopwatch": "~3.4|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "install" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Install\\": "Classes/" - } + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2019-06-27T06:42:14+00:00" }, { - "name": "typo3/cms-lang", - "version": "v8.7.27", + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.5", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/lang.git", - "reference": "05be0663cc47c08c3ff67e9d805c6fe5ba243ccd" + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "c61766f4440ca687de1084a5c00b08e167a2575c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lang/zipball/05be0663cc47c08c3ff67e9d805c6fe5ba243ccd", - "reference": "05be0663cc47c08c3ff67e9d805c6fe5ba243ccd", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c", + "reference": "c61766f4440ca687de1084a5c00b08e167a2575c", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-extensionmanager": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.1.3" }, - "replace": { - "lang": "*" + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "lang" + "branch-alias": { + "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Lang\\": "Classes/" + "Symfony\\Contracts\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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": "2019-06-25T08:24:21+00:00" + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-06-20T06:46:26+00:00" }, { - "name": "typo3/cms-lowlevel", - "version": "v8.7.27", + "name": "symfony/expression-language", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "d9f185ec0896ecfef9e26beea1bd238530cf3421" + "url": "https://github.com/symfony/expression-language.git", + "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/d9f185ec0896ecfef9e26beea1bd238530cf3421", - "reference": "d9f185ec0896ecfef9e26beea1bd238530cf3421", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", + "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "lowlevel": "*" + "php": "^7.1.3", + "symfony/cache": "~3.4|~4.0", + "symfony/service-contracts": "^1.1" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "lowlevel" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Lowlevel\\": "Classes/" - } + "Symfony\\Component\\ExpressionLanguage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony ExpressionLanguage Component", + "homepage": "https://symfony.com", + "time": "2019-05-30T16:10:05+00:00" }, { - "name": "typo3/cms-opendocs", - "version": "v8.7.27", + "name": "symfony/finder", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/opendocs.git", - "reference": "47b085067883bd80ffaf2db13a249aa1d59de7b0" + "url": "https://github.com/symfony/finder.git", + "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/47b085067883bd80ffaf2db13a249aa1d59de7b0", - "reference": "47b085067883bd80ffaf2db13a249aa1d59de7b0", + "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2", + "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "opendocs": "*" + "php": "^7.1.3" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "opendocs" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Opendocs\\": "Classes/" - } + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Shows opened documents by the user.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony Finder Component", + "homepage": "https://symfony.com", + "time": "2019-06-28T13:16:30+00:00" }, { - "name": "typo3/cms-recordlist", - "version": "v8.7.27", + "name": "symfony/intl", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "5700508d94b9c446c00f10b73be50c0dd20792d7" + "url": "https://github.com/symfony/intl.git", + "reference": "741376a9127841ffae39f197f8bd0ab2d4772157" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/5700508d94b9c446c00f10b73be50c0dd20792d7", - "reference": "5700508d94b9c446c00f10b73be50c0dd20792d7", + "url": "https://api.github.com/repos/symfony/intl/zipball/741376a9127841ffae39f197f8bd0ab2d4772157", + "reference": "741376a9127841ffae39f197f8bd0ab2d4772157", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.1.3", + "symfony/polyfill-intl-icu": "~1.0" }, - "conflict": { - "typo3/cms": "*" + "require-dev": { + "symfony/filesystem": "~3.4|~4.0" }, - "replace": { - "recordlist": "*" + "suggest": { + "ext-intl": "to use the component with locales other than \"en\"" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "recordlist" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Recordlist\\": "Classes/" - } + "Symfony\\Component\\Intl\\": "" + }, + "classmap": [ + "Resources/stubs" + ], + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "List of database-records", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", + "homepage": "https://symfony.com", + "keywords": [ + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" + ], + "time": "2019-07-24T14:47:54+00:00" }, { - "name": "typo3/cms-recycler", - "version": "v8.7.27", + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "6e56844945bc21cdc0952f2fd422181d88a89e7c" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/6e56844945bc21cdc0952f2fd422181d88a89e7c", - "reference": "6e56844945bc21cdc0952f2fd422181d88a89e7c", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "recycler": "*" + "php": ">=5.3.3" }, "suggest": { - "typo3/cms-scheduler": "Remove deleted records after given time" + "ext-ctype": "For best performance" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "recycler" + "branch-alias": { + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Recycler\\": "Classes/" - } + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "typo3/cms-reports", - "version": "v8.7.27", + "name": "symfony/polyfill-intl-icu", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "8e7d255a83077e995628cd141f6526c99236bd01" + "url": "https://github.com/symfony/polyfill-intl-icu.git", + "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/8e7d255a83077e995628cd141f6526c99236bd01", - "reference": "8e7d255a83077e995628cd141f6526c99236bd01", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", + "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "reports": "*" + "php": ">=5.3.3", + "symfony/intl": "~2.3|~3.0|~4.0|~5.0" }, "suggest": { - "typo3/cms-scheduler": "Determine system's status and send it via email" + "ext-intl": "For best performance" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "reports" + "branch-alias": { + "dev-master": "1.12-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Reports\\": "Classes/" - } + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The reports module groups several system reports.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony polyfill for intl's ICU-related data and classes", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "icu", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "typo3/cms-rte-ckeditor", - "version": "v8.7.27", + "name": "symfony/polyfill-intl-idn", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "44ee52b6cb117893af836b4877e7d7897df8ab1e" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/44ee52b6cb117893af836b4877e7d7897df8ab1e", - "reference": "44ee52b6cb117893af836b4877e7d7897df8ab1e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", + "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "rte_ckeditor": "*" + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.9" }, "suggest": { - "typo3/cms-setup": "*" + "ext-intl": "For best performance" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "rte_ckeditor" + "branch-alias": { + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\RteCKEditor\\": "Classes/" - } + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Integration of CKEditor as Rich Text Editor.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "typo3/cms-saltedpasswords", - "version": "v8.7.27", + "name": "symfony/polyfill-mbstring", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/saltedpasswords.git", - "reference": "faa76e429b2edb32bb44bedd319c0e751ff91e9d" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/saltedpasswords/zipball/faa76e429b2edb32bb44bedd319c0e751ff91e9d", - "reference": "faa76e429b2edb32bb44bedd319c0e751ff91e9d", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "saltedpasswords": "*" + "php": ">=5.3.3" }, "suggest": { - "typo3/cms-rsaauth": "*" + "ext-mbstring": "For best performance" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "saltedpasswords" + "branch-alias": { + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Saltedpasswords\\": "Classes/" - } + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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": "2019-06-25T08:24:21+00:00" + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "typo3/cms-scheduler", - "version": "v8.7.27", + "name": "symfony/polyfill-php72", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "50f326953503d0b0986898d7c49796763f3cb959" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "04ce3335667451138df4307d6a9b61565560199e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/50f326953503d0b0986898d7c49796763f3cb959", - "reference": "50f326953503d0b0986898d7c49796763f3cb959", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", + "reference": "04ce3335667451138df4307d6a9b61565560199e", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "scheduler": "*" + "php": ">=5.3.3" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "scheduler" + "branch-alias": { + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Scheduler\\": "Classes/" - } + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "typo3/cms-setup", - "version": "v8.7.27", + "name": "symfony/polyfill-php73", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "28fdc445654d71e20028679e5aa910b82fa7d60c" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/28fdc445654d71e20028679e5aa910b82fa7d60c", - "reference": "28fdc445654d71e20028679e5aa910b82fa7d60c", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", + "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": ">=5.3.3" }, - "conflict": { - "typo3/cms": "*" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } }, - "replace": { - "setup": "*" + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] }, - "type": "typo3-cms-framework", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" + }, + { + "name": "symfony/process", + "version": "v4.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c", + "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "setup" + "branch-alias": { + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Setup\\": "Classes/" + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2019-05-30T16:10:05+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "a88c47a5861549f5dc1197660818084c3b67d773" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/a88c47a5861549f5dc1197660818084c3b67d773", + "reference": "a88c47a5861549f5dc1197660818084c3b67d773", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.2", + "psr/log": "~1.0", + "symfony/config": "~4.2", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/http-foundation": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" } }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "time": "2019-07-23T14:43:56+00:00" }, { - "name": "typo3/cms-sv", - "version": "v8.7.27", + "name": "symfony/service-contracts", + "version": "v1.1.5", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/sv.git", - "reference": "732e871e161085a6fefbdec95cd6818960bfc96b" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/sv/zipball/732e871e161085a6fefbdec95cd6818960bfc96b", - "reference": "732e871e161085a6fefbdec95cd6818960bfc96b", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", + "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.1.3", + "psr/container": "^1.0" }, - "replace": { - "sv": "*" + "suggest": { + "symfony/service-implementation": "" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "sv" + "branch-alias": { + "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Sv\\": "Classes/" + "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The core/default services. This includes the default authentication services for now.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-06-13T11:15:36+00:00" }, { - "name": "typo3/cms-tstemplate", - "version": "v8.7.27", + "name": "symfony/var-exporter", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "11c833553c721587e0c81f50d98bda43f2747cba" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", + "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "symfony/var-dumper": "^4.1.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "time": "2019-06-22T08:39:44+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/11c833553c721587e0c81f50d98bda43f2747cba", - "reference": "11c833553c721587e0c81f50d98bda43f2747cba", + "url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6", + "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "typo3/cms": "*" + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2019-07-24T14:47: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": "dev-develop-v9", + "source": { + "type": "git", + "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", + "reference": "d8a0598bd4e35a843888ec6dcf3add85796be2fd" + }, + "require": { + "causal/ig_ldap_sso_auth": "^3.4", + "gridelementsteam/gridelements": "^9.0", + "helhum/typo3-console": "^5.5", + "helhum/typo3-secure-web": "^0.2", + "t3o/gitlab_api": "^1.0", + "typo3/cms-backend": "*", + "typo3/cms-belog": "*", + "typo3/cms-beuser": "*", + "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-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/minimal": "^9.5" + }, + "replace": { + "t3o/t3olayout": "self.version" + }, + "type": "typo3-cms-extension", + "autoload": { + "psr-4": { + "T3o\\T3olayout\\": "Classes" + } + }, + "license": [ + "GPL-2.0+" + ], + "description": "Base extension for project t3olayout", + "homepage": "https://typo3.org", + "keywords": [ + "TYPO3 CMS" + ], + "time": "2019-08-02T21:41:34+00:00" + }, + { + "name": "t3o/ter-frontend", + "version": "dev-develop", + "dist": { + "type": "path", + "url": "extensions/ter_fe2", + "reference": "0f5976c40d99f9ac1c789425cdc199df7160e7b9" + }, + "require": { + "typo3/cms-core": "^8.7 || ^9.5" + }, + "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-develop", + "dist": { + "type": "path", + "url": "extensions/ter_layout", + "reference": "38bafa5cde928f809ed7e9ed96b73b160fa2272d" + }, + "require": { + "typo3/cms-core": "^8.7 || ^9.5" + }, + "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-develop", + "dist": { + "type": "path", + "url": "extensions/ter", + "reference": "e75df12320dc0db1d797aede2650d121d90e308f" + }, + "require": { + "typo3/cms-core": "^8.7 || ^9.5" + }, + "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": "theseer/tokenizer", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "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": "2019-06-13T22:48:21+00:00" + }, + { + "name": "typo3/class-alias-loader", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/class-alias-loader.git", + "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", + "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": ">=5.3.7" }, "replace": { - "tstemplate": "*" + "helhum/class-alias-loader": "*" }, - "type": "typo3-cms-framework", + "require-dev": { + "composer/composer": "dev-master", + "mikey179/vfsstream": "1.4.*@dev", + "phpunit/phpunit": "^4.8" + }, + "type": "composer-plugin", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "tstemplate" + "class": "TYPO3\\ClassAliasLoader\\Plugin", + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Tstemplate\\": "Classes/" + "TYPO3\\ClassAliasLoader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "name": "Helmut Hummel", + "email": "info@helhum.io" } ], - "description": "Framework for management of TypoScript template records for the CMS frontend.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "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-viewpage", - "version": "v8.7.27", + "name": "typo3/cms-backend", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "5e5080461bd3e52ea30e6fc9b08713044f864107" + "url": "https://github.com/TYPO3-CMS/backend.git", + "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/5e5080461bd3e52ea30e6fc9b08713044f864107", - "reference": "5e5080461bd3e52ea30e6fc9b08713044f864107", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", + "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "9.5.8", + "typo3/cms-recordlist": "9.5.8" }, "conflict": { "typo3/cms": "*" }, "replace": { - "viewpage": "*" + "backend": "*", + "typo3/cms-context-help": "*", + "typo3/cms-cshmanual": "*", + "typo3/cms-func-wizards": "*", + "typo3/cms-wizard-crpages": "*", + "typo3/cms-wizard-sortpages": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { - "partOfFactoryDefault": true + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true }, - "extension-key": "viewpage" + "extension-key": "backend" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Viewpage\\": "Classes/" + "TYPO3\\CMS\\Backend\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4581,35 +4867,36 @@ "authors": [ { "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Shows the frontend webpage inside the backend frameset.", + "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "typo3/cms-wizard-crpages", - "version": "v8.7.27", + "name": "typo3/cms-belog", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/wizard_crpages.git", - "reference": "48b962f9f0543fd1d0e08b7d07f2c0806dac1f12" + "url": "https://github.com/TYPO3-CMS/belog.git", + "reference": "71195575427a729be7577f895abcb6fcf1f0eb84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/wizard_crpages/zipball/48b962f9f0543fd1d0e08b7d07f2c0806dac1f12", - "reference": "48b962f9f0543fd1d0e08b7d07f2c0806dac1f12", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/71195575427a729be7577f895abcb6fcf1f0eb84", + "reference": "71195575427a729be7577f895abcb6fcf1f0eb84", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-func": "8.7.27" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" }, "replace": { - "wizard_crpages": "*" + "belog": "*" }, "type": "typo3-cms-framework", "extra": { @@ -4617,12 +4904,12 @@ "Package": { "partOfFactoryDefault": true }, - "extension-key": "wizard_crpages" + "extension-key": "belog" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\WizardCrpages\\": "Classes/" + "TYPO3\\CMS\\Belog\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4632,35 +4919,36 @@ "authors": [ { "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "A little utility to create many empty pages in one batch. Great for making a quick page structure.", + "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "typo3/cms-wizard-sortpages", - "version": "v8.7.27", + "name": "typo3/cms-beuser", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/wizard_sortpages.git", - "reference": "e36e670282efc94f0873e1586d48cb5c10e51a2e" + "url": "https://github.com/TYPO3-CMS/beuser.git", + "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/wizard_sortpages/zipball/e36e670282efc94f0873e1586d48cb5c10e51a2e", - "reference": "e36e670282efc94f0873e1586d48cb5c10e51a2e", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/cb281fe71b038c0ba862413cb02fff9d649cafe3", + "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3", "shasum": "" }, "require": { - "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-func": "8.7.27" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" }, "replace": { - "wizard_sortpages": "*" + "beuser": "*" }, "type": "typo3-cms-framework", "extra": { @@ -4668,12 +4956,12 @@ "Package": { "partOfFactoryDefault": true }, - "extension-key": "wizard_sortpages" + "extension-key": "beuser" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\WizardSortpages\\": "Classes/" + "TYPO3\\CMS\\Beuser\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4683,1652 +4971,1535 @@ "authors": [ { "name": "TYPO3 Core Team", - "email": "typo3cms@typo3.org", - "role": "Developer" + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "A little utility to rearrange the sorting order of pages in the backend.", + "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" - }, - { - "name": "typo3/minimal", - "version": "v8.7.0", - "source": { - "type": "git", - "url": "https://github.com/TYPO3/minimal.git", - "reference": "41dcd9882b564bd6ea516cf0df11799c96033345" - }, - "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" + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.2", + "name": "typo3/cms-cli", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771" + "url": "https://github.com/TYPO3/cms-cli.git", + "reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771", - "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771", + "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82", + "reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82", "shasum": "" }, "require": { - "ext-json": "*", "php": "^7.0" }, - "require-dev": { - "ext-xdebug": "*", - "phpunit/phpunit": "^6.5" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "v3.x-dev" - } - }, - "autoload": { - "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" - ], - "time": "2019-05-14T13:14:14+00:00" - }, - { - "name": "typo3fluid/fluid", - "version": "2.6.1", - "source": { - "type": "git", - "url": "https://github.com/TYPO3/Fluid.git", - "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", - "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", - "shasum": "" - }, - "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^4.8", - "squizlabs/php_codesniffer": "^2.7" - }, "bin": [ - "bin/fluid" - ], - "type": "library", - "autoload": { - "psr-4": { - "TYPO3Fluid\\Fluid\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0-or-later" - ], - "description": "The TYPO3 Fluid template rendering engine", - "time": "2019-05-07T07:07:18+00:00" - } - ], - "packages-dev": [ - { - "name": "mikey179/vfsStream", - "version": "v1.6.5", - "source": { - "type": "git", - "url": "https://github.com/bovigo/vfsStream.git", - "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bovigo/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" - } + "typo3" ], - "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" - ] - }, + "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" + "GPL-2.0-or-later" ], - "time": "2018-06-11T23:09:50+00:00" + "description": "TYPO3 command line binary", + "homepage": "https://typo3.org", + "time": "2018-03-08T20:16:43+00:00" }, { - "name": "nimut/testing-framework", - "version": "3.0.7", + "name": "typo3/cms-composer-installers", + "version": "v2.2.2", "source": { "type": "git", - "url": "https://github.com/Nimut/testing-framework.git", - "reference": "a8aaaa20caaf590a65fbc6d73a24d913297d0e9b" + "url": "https://github.com/TYPO3/CmsComposerInstallers.git", + "reference": "46437b54cf06c9c657a49283403b097943d7f524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nimut/testing-framework/zipball/a8aaaa20caaf590a65fbc6d73a24d913297d0e9b", - "reference": "a8aaaa20caaf590a65fbc6d73a24d913297d0e9b", + "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/46437b54cf06c9c657a49283403b097943d7f524", + "reference": "46437b54cf06c9c657a49283403b097943d7f524", "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" + "composer-plugin-api": "^1.0.0", + "php": ">=7.0.0 <7.4" }, "conflict": { - "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" + "composer/installers": "<1.0.24 || >1.0.24" }, - "require-dev": { - "nimut/phpunit-merger": "^0.1", - "nimut/testing-framework-testbase": "@dev" + "replace": { + "lw/typo3cms-installers": "*", + "netresearch/composer-installers": "*" }, - "suggest": { - "friendsofphp/php-cs-fixer": "Tool to automatically fix PHP coding standards issues" + "require-dev": { + "composer/composer": "^1.2" }, - "type": "library", + "type": "composer-plugin", "extra": { + "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { - "dev-master": "3.x-dev" - }, - "typo3/cms": { - "cms-package-dir": "{$vendor-dir}/typo3/cms", - "app-dir": ".Build", - "web-dir": ".Build/Web" + "dev-master": "2.1.x-dev" } }, "autoload": { "psr-4": { - "Nimut\\TestingFramework\\": "src/TestingFramework/", - "Nimut\\TestingFramework\\v76\\": "compat/v76/", - "Nimut\\TestingFramework\\v87\\": "compat/v87/", - "Nimut\\TestingFramework\\v90\\": "compat/v90/" + "TYPO3\\CMS\\Composer\\": "src/" } }, "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": "The TYPO3 Community", + "role": "Contributor", + "homepage": "https://typo3.org/community/" }, { - "name": "Nicole Cordes", - "email": "typo3@cordes.co", - "role": "Developer" + "name": "TYPO3 CMS Core Team", + "role": "Developer", + "homepage": "https://forge.typo3.org/projects/typo3cms-core" } ], - "description": "TYPO3 testing framework that provides base classes and configuration for PHPUnit tests", - "homepage": "https://github.com/Nimut/TYPO3-testing-framework", + "description": "TYPO3 CMS Installers", + "homepage": "https://github.com/TYPO3/CmsComposerInstallers", "keywords": [ - "TYPO3 CMS", - "phpunit", - "testing" + "cms", + "core", + "extension", + "installer", + "typo3" ], - "time": "2018-04-13T10:52:19+00:00" + "time": "2019-03-04T12:18:45+00:00" }, { - "name": "phar-io/manifest", - "version": "1.0.1", + "name": "typo3/cms-core", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" + "url": "https://github.com/TYPO3-CMS/core.git", + "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", - "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", + "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-phar": "*", - "phar-io/version": "^1.0.1", - "php": "^5.6 || ^7.0" + "algo26-matthias/idna-convert": "^1.1.0", + "cogpowered/finediff": "~0.3.1", + "doctrine/annotations": "^1.3", + "doctrine/dbal": "^2.8.1", + "doctrine/instantiator": "^1.1", + "doctrine/lexer": "^1.0", + "ext-json": "*", + "ext-pcre": "*", + "ext-pdo": "*", + "ext-session": "*", + "ext-xml": "*", + "guzzlehttp/guzzle": "^6.3.0", + "nikic/php-parser": "^4.0", + "php": "^7.2", + "psr/container": "^1.0", + "psr/http-message": "~1.0", + "psr/http-server-handler": "^1.0", + "psr/http-server-middleware": "^1.0", + "psr/log": "~1.0.0", + "swiftmailer/swiftmailer": "~5.4.5", + "symfony/console": "^4.1", + "symfony/expression-language": "^4.1", + "symfony/finder": "^4.1", + "symfony/polyfill-intl-icu": "^1.6", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.2", + "symfony/routing": "^4.1", + "symfony/yaml": "^4.1", + "typo3/class-alias-loader": "^1.0", + "typo3/cms-cli": "^2.0", + "typo3/cms-composer-installers": "^2.0", + "typo3/phar-stream-wrapper": "^3.1.2", + "typo3fluid/fluid": "^2.6.1" }, - "type": "library", + "conflict": { + "symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0", + "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", + "symfony/routing": "4.2.7", + "typo3/cms": "*" + }, + "replace": { + "core": "*", + "typo3/cms-lang": "*", + "typo3/cms-saltedpasswords": "*", + "typo3/cms-sv": "*" + }, + "require-dev": { + "codeception/codeception": "^2.5.4", + "fiunchinho/phpunit-randomizer": "^4.0", + "friendsofphp/php-cs-fixer": "^2.12.2", + "typo3/cms-styleguide": "~9.2.2", + "typo3/testing-framework": "~4.12.0" + }, + "suggest": { + "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", + "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", + "ext-intl": "TYPO3 with unicode-based filesystems", + "ext-mysqli": "", + "ext-openssl": "", + "ext-zip": "", + "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "core" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { + "psr-4": { + "TYPO3\\CMS\\Core\\": "Classes/" + }, "classmap": [ - "src/" + "Resources/PHP/" + ], + "files": [ + "Resources/PHP/GlobalDebugFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "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" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2017-03-05T18:14:27+00:00" + "description": "The core library of TYPO3.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phar-io/version", - "version": "1.0.1", + "name": "typo3/cms-extbase", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" + "url": "https://github.com/TYPO3-CMS/extbase.git", + "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", - "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/801271637b8e9aece5cffb9102c9346b8f9c46b1", + "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "extbase": "*" + }, + "suggest": { + "typo3/cms-scheduler": "Additional scheduler tasks" + }, + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "extbase" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] + } }, - "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Extbase\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "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" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Library for handling version information and constraints", - "time": "2017-03-05T17:38:23+00:00" + "description": "A framework to build extensions for TYPO3 CMS.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpdocumentor/reflection-common", - "version": "1.0.1", + "name": "typo3/cms-extensionmanager", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + "url": "https://github.com/TYPO3-CMS/extensionmanager.git", + "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/c1d4daaf10a6dd71314c84921b28a68b6a774420", + "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420", "shasum": "" }, "require": { - "php": ">=5.5" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^4.6" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "extensionmanager": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "extensionmanager" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "TYPO3\\CMS\\Extensionmanager\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "TYPO3 Extension Manager", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "4.3.0", + "name": "typo3/cms-felogin", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "94fd0001232e47129dd3504189fa1c7225010d08" + "url": "https://github.com/TYPO3-CMS/felogin.git", + "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", - "reference": "94fd0001232e47129dd3504189fa1c7225010d08", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/562c6c7a9cc42117bfa630dbdb0d0b04e201246f", + "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f", "shasum": "" }, "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "doctrine/instantiator": "~1.0.5", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^6.4" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "felogin": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "felogin" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "TYPO3\\CMS\\Felogin\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "A template-based plugin to log in Website Users in the Frontend", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpdocumentor/type-resolver", - "version": "0.4.0", + "name": "typo3/cms-filelist", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + "url": "https://github.com/TYPO3-CMS/filelist.git", + "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", + "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "filelist": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "filelist" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "TYPO3\\CMS\\Filelist\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "time": "2017-07-14T14:27:02+00:00" + "description": "Listing of files in the directory", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpspec/prophecy", - "version": "1.8.0", + "name": "typo3/cms-filemetadata", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" + "url": "https://github.com/TYPO3-CMS/filemetadata.git", + "reference": "e024ba321bfa720bc392337136025d5ce08e2c51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/e024ba321bfa720bc392337136025d5ce08e2c51", + "reference": "e024ba321bfa720bc392337136025d5ce08e2c51", "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" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + "conflict": { + "typo3/cms": "*" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8.x-dev" - } + "replace": { + "filemetadata": "*" }, - "autoload": { - "psr-0": { - "Prophecy\\": "src/" + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "extension-key": "filemetadata" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Add advanced metadata to File.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/php-code-coverage", - "version": "5.3.2", + "name": "typo3/cms-fluid", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac" + "url": "https://github.com/TYPO3-CMS/fluid.git", + "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", + "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", "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" + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", + "typo3fluid/fluid": "^2.6.1" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "conflict": { + "typo3/cms": "*" }, - "suggest": { - "ext-xdebug": "^2.5.5" + "replace": { + "fluid": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "5.3.x-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "fluid" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Fluid\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/php-file-iterator", - "version": "1.4.5", + "name": "typo3/cms-fluid-styled-content", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", + "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", + "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", "shasum": "" }, "require": { - "php": ">=5.3.3" + "typo3/cms-core": "9.5.8", + "typo3/cms-fluid": "9.5.8", + "typo3/cms-frontend": "9.5.8" }, - "type": "library", + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "fluid_styled_content": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "fluid_styled_content" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\FluidStyledContent\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "A set of common content elements based on Fluid for Frontend output.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/php-text-template", - "version": "1.2.1", + "name": "typo3/cms-form", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + "url": "https://github.com/TYPO3-CMS/form.git", + "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/eeaffab43eddfcfcf0d86d78b0319656a891de21", + "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21", "shasum": "" }, "require": { - "php": ">=5.3.3" + "psr/http-message": "~1.0", + "symfony/expression-language": "^4.1", + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "form": "*" + }, + "suggest": { + "typo3/cms-filelist": "Add context menu item for form files", + "typo3/cms-impexp": "Register imported form files" + }, + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "form" + } }, - "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Form\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "time": "2015-06-21T13:50:34+00:00" + "description": "Form Library, Plugin and Editor", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/php-timer", - "version": "1.0.9", + "name": "typo3/cms-frontend", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + "url": "https://github.com/TYPO3-CMS/frontend.git", + "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/c0574402a3002af017c0f15e936ba863fa9af1ae", + "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "frontend": "*" + }, + "suggest": { + "typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend." + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.0-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "frontend" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Frontend\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2017-02-26T11:10:40+00:00" + "description": "Classes for the frontend of TYPO3.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/php-token-stream", - "version": "2.0.2", + "name": "typo3/cms-info", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "791198a2c6254db10131eecfe8c06670700904db" + "url": "https://github.com/TYPO3-CMS/info.git", + "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", - "reference": "791198a2c6254db10131eecfe8c06670700904db", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/b6caef71ccbdb7e446c902a105af48da54f60fef", + "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": "^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.2.4" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "info": "*", + "typo3/cms-info-pagetsconfig": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "info" + }, + "typo3/class-alias-loader": { + "always-add-alias-loader": true, + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Info\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Shows various infos", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/phpunit", - "version": "6.5.13", + "name": "typo3/cms-install", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" + "url": "https://github.com/TYPO3-CMS/install.git", + "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/00b70e80bcaffc55efb70bbadf3193654eec8d72", + "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72", "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" + "nikic/php-parser": "^4.0", + "symfony/finder": "^4.1", + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", + "typo3/cms-fluid": "9.5.8" }, "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2", - "phpunit/dbunit": "<3.0" - }, - "require-dev": { - "ext-pdo": "*" + "typo3/cms": "*" }, - "suggest": { - "ext-xdebug": "*", - "phpunit/php-invoker": "^1.1" + "replace": { + "install": "*" }, - "bin": [ - "phpunit" - ], - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "6.5.x-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "install" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Install\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "time": "2018-09-08T15:10:43+00:00" + "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "phpunit/phpunit-mock-objects", - "version": "5.0.10", + "name": "typo3/cms-lowlevel", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" + "url": "https://github.com/TYPO3-CMS/lowlevel.git", + "reference": "04401fa72e242fca0958446e7f7136227d895b69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/04401fa72e242fca0958446e7f7136227d895b69", + "reference": "04401fa72e242fca0958446e7f7136227d895b69", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.0.5", - "php": "^7.0", - "phpunit/php-text-template": "^1.2.1", - "sebastian/exporter": "^3.1" + "typo3/cms-core": "9.5.8" }, "conflict": { - "phpunit/phpunit": "<6.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.5.11" + "typo3/cms": "*" }, - "suggest": { - "ext-soap": "*" + "replace": { + "lowlevel": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "lowlevel" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Lowlevel\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "abandoned": true, - "time": "2018-08-09T05:50:03+00:00" + "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", + "name": "typo3/cms-opendocs", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + "url": "https://github.com/TYPO3-CMS/opendocs.git", + "reference": "0d1c1442efe4b019454f465130468989c0eb4f33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/0d1c1442efe4b019454f465130468989c0eb4f33", + "reference": "0d1c1442efe4b019454f465130468989c0eb4f33", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "opendocs": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "typo3/cms": { + "extension-key": "opendocs" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Opendocs\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Shows opened documents by the user.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/comparator", - "version": "2.1.3", + "name": "typo3/cms-recordlist", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" + "url": "https://github.com/TYPO3-CMS/recordlist.git", + "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", - "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", + "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/diff": "^2.0 || ^3.0", - "sebastian/exporter": "^3.1" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" }, - "require-dev": { - "phpunit/phpunit": "^6.4" + "replace": { + "recordlist": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "recordlist" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Recordlist\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "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": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "List of database-records", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/diff", - "version": "2.0.1", + "name": "typo3/cms-recycler", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" + "url": "https://github.com/TYPO3-CMS/recycler.git", + "reference": "343a904344ebf54e524c0f2cf28386ca60d53414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/343a904344ebf54e524c0f2cf28386ca60d53414", + "reference": "343a904344ebf54e524c0f2cf28386ca60d53414", "shasum": "" }, "require": { - "php": "^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.2" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "recycler": "*" + }, + "suggest": { + "typo3/cms-scheduler": "Remove deleted records after given time" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" + "typo3/cms": { + "extension-key": "recycler" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Recycler\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff" - ], - "time": "2017-08-03T08:09:46+00:00" + "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/environment", - "version": "3.1.0", + "name": "typo3/cms-reports", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" + "url": "https://github.com/TYPO3-CMS/reports.git", + "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", - "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/6fc582af5ed57975414cd8415da1b38ae7fb19e9", + "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9", "shasum": "" }, "require": { - "php": "^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.1" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "reports": "*" + }, + "suggest": { + "typo3/cms-scheduler": "Determine system's status and send it via email" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "reports" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Reports\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "The reports module groups several system reports.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/exporter", - "version": "3.1.0", + "name": "typo3/cms-rte-ckeditor", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" + "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", + "reference": "7078768be898346cd13b67a24f03f097076e030e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/7078768be898346cd13b67a24f03f097076e030e", + "reference": "7078768be898346cd13b67a24f03f097076e030e", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/recursion-context": "^3.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "rte_ckeditor": "*" + }, + "suggest": { + "typo3/cms-setup": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "rte_ckeditor" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\RteCKEditor\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "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" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Integration of CKEditor as Rich Text Editor.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/global-state", - "version": "2.0.0", + "name": "typo3/cms-scheduler", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" + "url": "https://github.com/TYPO3-CMS/scheduler.git", + "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/550fe13bd47075c8e79896a522d35ff5c5c19d2c", + "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c", "shasum": "" }, "require": { - "php": "^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "conflict": { + "typo3/cms": "*" }, - "suggest": { - "ext-uopz": "*" + "replace": { + "scheduler": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" + "typo3/cms": { + "extension-key": "scheduler" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Scheduler\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" + } ], - "time": "2017-04-27T15:39:26+00:00" + "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/object-enumerator", - "version": "3.0.3", + "name": "typo3/cms-setup", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + "url": "https://github.com/TYPO3-CMS/setup.git", + "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", + "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/object-reflector": "^1.1.1", - "sebastian/recursion-context": "^3.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "setup": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "setup" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Setup\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/object-reflector", - "version": "1.1.1", + "name": "typo3/cms-tstemplate", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" + "url": "https://github.com/TYPO3-CMS/tstemplate.git", + "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/a1e9f2d876935512febcf698fba591fbfea1b8b8", + "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8", "shasum": "" }, "require": { - "php": "^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "tstemplate": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.1-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "tstemplate" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Tstemplate\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Framework for management of TypoScript template records for the CMS frontend.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/recursion-context", - "version": "3.0.0", + "name": "typo3/cms-viewpage", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + "url": "https://github.com/TYPO3-CMS/viewpage.git", + "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/802ffe8502c7f89fa9747ca2192455404aeaba71", + "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71", "shasum": "" }, "require": { - "php": "^7.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "viewpage": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "viewpage" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Viewpage\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" + "description": "Shows the frontend webpage inside the backend frameset.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "sebastian/resource-operations", - "version": "1.0.0", + "name": "typo3/minimal", + "version": "v9.5.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + "url": "https://github.com/TYPO3/minimal.git", + "reference": "6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "url": "https://api.github.com/repos/TYPO3/minimal/zipball/6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc", + "reference": "6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc", "shasum": "" }, "require": { - "php": ">=5.6.0" + "typo3/cms-backend": "9.5.*@dev", + "typo3/cms-core": "9.5.*@dev", + "typo3/cms-extbase": "9.5.*@dev", + "typo3/cms-extensionmanager": "9.5.*@dev", + "typo3/cms-filelist": "9.5.*@dev", + "typo3/cms-fluid": "9.5.*@dev", + "typo3/cms-frontend": "9.5.*@dev", + "typo3/cms-install": "9.5.*@dev", + "typo3/cms-recordlist": "9.5.*@dev" }, - "type": "library", + "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "9.5.x-dev" } }, - "autoload": { - "classmap": [ - "src/" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "The TYPO3 Community", + "role": "Contributor", + "homepage": "https://typo3.org/community/" + }, + { + "name": "TYPO3 CMS Core Team", + "role": "Developer", + "homepage": "https://forge.typo3.org/projects/typo3cms-core" } ], - "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" + "description": "Minimal required set of TYPO3 extensions", + "time": "2018-09-11T09:01:10+00:00" }, { - "name": "sebastian/version", - "version": "2.0.1", + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771", + "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771", "shasum": "" }, "require": { - "php": ">=5.6" + "ext-json": "*", + "php": "^7.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpunit/phpunit": "^6.5" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "v3.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\PharStreamWrapper\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" ], - "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" + "time": "2019-05-14T13:14:14+00:00" }, { - "name": "theseer/tokenizer", - "version": "1.1.0", + "name": "typo3fluid/fluid", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" + "url": "https://github.com/TYPO3/Fluid.git", + "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", + "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.0" + "php": ">=5.5.0" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^4.8", + "squizlabs/php_codesniffer": "^2.7" }, + "bin": [ + "bin/fluid" + ], "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3Fluid\\Fluid\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } + "LGPL-3.0-or-later" ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07T12:08:54+00:00" + "description": "The TYPO3 Fluid template rendering engine", + "time": "2019-05-07T07:07:18+00:00" }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "phpunit/phpunit": "^4.6", @@ -6361,15 +6532,17 @@ "check", "validate" ], - "time": "2018-01-29T19:49:41+00:00" + "time": "2018-12-25T11:19:39+00:00" } ], + "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "t3o/ter-layout": 20, "t3o/ter-soap": 20, - "t3o/ter-frontend": 20 + "t3o/ter-frontend": 20, + "t3o/t3olayout": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/extensions/ter/composer.json b/extensions/ter/composer.json index afff83e2..84f17286 100644 --- a/extensions/ter/composer.json +++ b/extensions/ter/composer.json @@ -19,7 +19,7 @@ }, "license": "GPL-2.0+", "require": { - "typo3/cms-core": ">= 8.7.0, <= 8.7.99" + "typo3/cms-core": "^8.7 || ^9.5" }, "autoload": { "psr-4": { diff --git a/extensions/ter_fe2/composer.json b/extensions/ter_fe2/composer.json index 102b8300..d9c67d83 100644 --- a/extensions/ter_fe2/composer.json +++ b/extensions/ter_fe2/composer.json @@ -19,7 +19,7 @@ }, "license": "GPL-2.0+", "require": { - "typo3/cms-core": ">= 8.7.0, <= 8.7.99" + "typo3/cms-core": "^8.7 || ^9.5" }, "autoload": { "psr-4": { diff --git a/extensions/ter_layout/composer.json b/extensions/ter_layout/composer.json index 34c31f0b..845fe14c 100644 --- a/extensions/ter_layout/composer.json +++ b/extensions/ter_layout/composer.json @@ -19,7 +19,7 @@ }, "license": "GPL-2.0+", "require": { - "typo3/cms-core": ">= 8.7.0, <= 8.7.99" + "typo3/cms-core": "^8.7 || ^9.5" }, "replace": { "ter_layout": "self.version" -- GitLab From 772791710883f5490199c6491094d24e5c19fdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 8 Aug 2019 12:52:22 +0200 Subject: [PATCH 02/28] Fix unit tests after upgrading nikic/php-parser --- extensions/ter_fe2/Classes/Visitor/ArrayAssurer.php | 5 +++-- .../ter_fe2/Tests/Unit/Utility/ArchiveUtilityTest.php | 6 ++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/extensions/ter_fe2/Classes/Visitor/ArrayAssurer.php b/extensions/ter_fe2/Classes/Visitor/ArrayAssurer.php index de696641..052b26b5 100644 --- a/extensions/ter_fe2/Classes/Visitor/ArrayAssurer.php +++ b/extensions/ter_fe2/Classes/Visitor/ArrayAssurer.php @@ -47,7 +47,7 @@ class ArrayAssurer extends \PhpParser\NodeVisitorAbstract } } // We must not have another assignment - throw new \UnexpectedValueException(); + return \PhpParser\NodeTraverser::REMOVE_NODE; } if (!( $node instanceof Node\Name @@ -57,9 +57,10 @@ class ArrayAssurer extends \PhpParser\NodeVisitorAbstract || $node instanceof Expr\ArrayItem || $node instanceof Expr\ConstFetch || $node instanceof Expr\Variable + || $node instanceof Node\Stmt\Expression ) ) { - return false; + return \PhpParser\NodeTraverser::REMOVE_NODE; } } } diff --git a/extensions/ter_fe2/Tests/Unit/Utility/ArchiveUtilityTest.php b/extensions/ter_fe2/Tests/Unit/Utility/ArchiveUtilityTest.php index 79df7e28..c77881c2 100644 --- a/extensions/ter_fe2/Tests/Unit/Utility/ArchiveUtilityTest.php +++ b/extensions/ter_fe2/Tests/Unit/Utility/ArchiveUtilityTest.php @@ -73,10 +73,9 @@ class ArchiveUtilityTest extends \Nimut\TestingFramework\TestCase\UnitTestCase /** * @test */ - public function extractEmConfReturnsSaveArrayOnlyForInvalidNodeFunction() + public function extractEmConfReturnsNullForInvalidNodeFunction() { $code = ' \'baz\'); function foo() {} ?>'; - $expected = ['bar' => 'baz']; $subject = $this->getAccessibleMock( \T3o\TerFe2\Utility\ArchiveUtility::class, @@ -84,8 +83,7 @@ class ArchiveUtilityTest extends \Nimut\TestingFramework\TestCase\UnitTestCase ); $emConf = $subject->_call('extractEmConf', $code); - $this->assertNotNull($emConf); - $this->assertSame($expected, $emConf); + $this->assertNull($emConf); } /** -- GitLab From 0ba8ea4a0d39e0f857fa4757d82f8c32f0e51761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 8 Aug 2019 13:53:13 +0200 Subject: [PATCH 03/28] Rebased develop branch and add new extension updates --- composer.lock | 5675 +++++++++++++++++++++++++------------------------ 1 file changed, 2838 insertions(+), 2837 deletions(-) diff --git a/composer.lock b/composer.lock index 1e9725fc..3248caba 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ce7b06a7df4931f9175176908d1eafe4", + "content-hash": "4c6fe409c4bf4ff8daf9fa85831f5504", "packages": [ { "name": "adoy/fastcgi-client", @@ -151,8 +151,8 @@ "authors": [ { "name": "Ingo Renner", - "role": "Lead Developer", - "email": "ingo@typo3.org" + "email": "ingo@typo3.org", + "role": "Lead Developer" } ], "description": "Apache Solr for TYPO3", @@ -1293,52 +1293,6 @@ "description": "Set up secure TYPO3 web directory containing only public assets", "time": "2019-05-30T15:24:17+00:00" }, - { - "name": "mikey179/vfsstream", - "version": "v1.6.7", - "source": { - "type": "git", - "url": "https://github.com/bovigo/vfsStream.git", - "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", - "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.5|^5.0" - }, - "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", - "role": "Developer", - "homepage": "http://frankkleine.de/" - } - ], - "description": "Virtual file system to mock the real file system in unit tests.", - "homepage": "http://vfs.bovigo.org/", - "time": "2019-08-01T01:38:37+00:00" - }, { "name": "monolog/monolog", "version": "1.24.0", @@ -1417,54 +1371,6 @@ ], "time": "2018-11-05T09:00:11+00:00" }, - { - "name": "myclabs/deep-copy", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", - "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": "2019-04-07T13:18:21+00:00" - }, { "name": "nikic/php-parser", "version": "v4.2.2", @@ -1517,110 +1423,67 @@ "time": "2019-05-25T20:07:01+00:00" }, { - "name": "nimut/testing-framework", - "version": "4.1.5", + "name": "psr/cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/Nimut/testing-framework.git", - "reference": "2e7506174ea7cac505076cae6a42126525833551" + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nimut/testing-framework/zipball/2e7506174ea7cac505076cae6a42126525833551", - "reference": "2e7506174ea7cac505076cae6a42126525833551", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { - "mikey179/vfsstream": "^1.6", - "php": ">= 5.5, < 7.4", - "phpunit/phpunit": "^6.0 || ^7.0", - "typo3/cms-backend": "^7.6 || ^8.7 || ^9.5 || dev-master", - "typo3/cms-core": "^7.6 || ^8.7 || ^9.5 || dev-master", - "typo3/cms-extbase": "^7.6 || ^8.7 || ^9.5 || dev-master", - "typo3/cms-fluid": "^7.6 || ^8.7 || ^9.5 || dev-master", - "typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5 || dev-master", - "typo3/cms-install": "^7.6 || ^8.7 || ^9.5 || dev-master", - "typo3/cms-recordlist": "^7.6 || ^8.7 || ^9.5 || dev-master" - }, - "conflict": { - "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" - }, - "require-dev": { - "nimut/phpunit-merger": "^0.2", - "nimut/testing-framework-testbase": "@dev" - }, - "suggest": { - "friendsofphp/php-cs-fixer": "Tool to automatically fix PHP coding standards issues" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" - }, - "typo3/cms": { - "cms-package-dir": "{$vendor-dir}/typo3/cms", - "app-dir": ".Build", - "web-dir": ".Build/Web" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Nimut\\TestingFramework\\": "src/TestingFramework/", - "Nimut\\TestingFramework\\v76\\": "compat/v76/", - "Nimut\\TestingFramework\\v87\\": "compat/v87/", - "Nimut\\TestingFramework\\v90\\": "compat/v90/", - "Nimut\\TestingFramework\\v91\\": "compat/v91/" + "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - ".Build/vendor/pear/http_request2/", - ".Build/vendor/pear/net_url2/" - ], "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "Helmut Hummel", - "role": "Developer", - "email": "info@helhum.io", - "homepage": "http://helhum.io" - }, - { - "name": "Nicole Cordes", - "role": "Developer", - "email": "typo3@cordes.co" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "TYPO3 testing framework that provides base classes and configuration for PHPUnit tests", - "homepage": "https://github.com/Nimut/TYPO3-testing-framework", + "description": "Common interface for caching libraries", "keywords": [ - "TYPO3 CMS", - "phpunit", - "testing" + "cache", + "psr", + "psr-6" ], - "time": "2019-03-08T13:56:36+00:00" + "time": "2016-08-06T20:24:11+00:00" }, { - "name": "phar-io/manifest", - "version": "1.0.3", + "name": "psr/container", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-phar": "*", - "phar-io/version": "^2.0", - "php": "^5.6 || ^7.0" + "php": ">=5.3.0" }, "type": "library", "extra": { @@ -1629,100 +1492,98 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "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" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2018-07-08T19:23:20+00:00" + "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": "phar-io/version", - "version": "2.0.1", + "name": "psr/http-message", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=5.3.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "role": "Developer", - "email": "arne@blankerts.de" - }, - { - "name": "Sebastian Heuer", - "role": "Developer", - "email": "sebastian@phpeople.de" - }, - { - "name": "Sebastian Bergmann", - "role": "Developer", - "email": "sebastian@phpunit.de" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Library for handling version information and constraints", - "time": "2018-07-08T19:19:57+00:00" + "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": "phpdocumentor/reflection-common", + "name": "psr/http-server-handler", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + "url": "https://github.com/php-fig/http-server-handler.git", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", "shasum": "" }, "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" + "php": ">=7.0", + "psr/http-message": "^1.0" }, "type": "library", "extra": { @@ -1732,9 +1593,7 @@ }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1743,57 +1602,52 @@ ], "authors": [ { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", + "description": "Common interface for HTTP server-side request handler", "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" + "handler", + "http", + "http-interop", + "psr", + "psr-15", + "psr-7", + "request", + "response", + "server" ], - "time": "2017-09-11T18:02:19+00:00" + "time": "2018-10-30T16:46:14+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "4.3.1", + "name": "psr/http-server-middleware", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" + "url": "https://github.com/php-fig/http-server-middleware.git", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", "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" + "php": ">=7.0", + "psr/http-message": "^1.0", + "psr/http-server-handler": "^1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1802,34 +1656,39 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-04-30T17:48:53+00:00" + "description": "Common interface for HTTP server-side middleware", + "keywords": [ + "http", + "http-interop", + "middleware", + "psr", + "psr-15", + "psr-7", + "request", + "response" + ], + "time": "2018-10-30T17:12:04+00:00" }, { - "name": "phpdocumentor/type-resolver", - "version": "0.4.0", + "name": "psr/log", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + "url": "https://github.com/php-fig/log.git", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "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" + "php": ">=5.3.0" }, "type": "library", "extra": { @@ -1839,9 +1698,7 @@ }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1850,47 +1707,45 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "time": "2017-07-14T14:27:02+00:00" + "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": "phpspec/prophecy", - "version": "1.8.1", + "name": "ralouphie/getallheaders", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", - "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "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" + "php": ">=5.6" }, "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8.x-dev" - } - }, "autoload": { - "psr-4": { - "Prophecy\\": "src/Prophecy" - } + "files": [ + "src/getallheaders.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1898,69 +1753,51 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" + "name": "Ralph Khattar", + "email": "ralph.khattar@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": "2019-06-13T12:50:23+00:00" + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" }, { - "name": "phpunit/php-code-coverage", - "version": "6.1.4", + "name": "solarium/solarium", + "version": "4.2.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" + "url": "https://github.com/solariumphp/solarium.git", + "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", + "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-xmlwriter": "*", - "php": "^7.1", - "phpunit/php-file-iterator": "^2.0", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^3.0", - "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^3.1 || ^4.0", - "sebastian/version": "^2.0.1", - "theseer/tokenizer": "^1.1" + "php": "^7.0", + "symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "guzzlehttp/guzzle": "^3.8 || ^6.2", + "php-coveralls/php-coveralls": "^1.0", + "phpunit/phpunit": "^6.5", + "squizlabs/php_codesniffer": "^1.4", + "zendframework/zendframework": "^3.0" }, "suggest": { - "ext-xdebug": "^2.6.0" + "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.1-dev" + "dev-master": "4.1.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Solarium\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1968,320 +1805,408 @@ ], "authors": [ { - "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "name": "See GitHub contributors", + "homepage": "https://github.com/basdenooijer/solarium/contributors" } ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "description": "PHP Solr client", + "homepage": "http://www.solarium-project.org", "keywords": [ - "coverage", - "testing", - "xunit" + "php", + "search", + "solr" ], - "time": "2018-10-31T16:06:48+00:00" + "time": "2018-11-24T09:20:30+00:00" }, { - "name": "phpunit/php-file-iterator", - "version": "2.0.2", + "name": "swiftmailer/swiftmailer", + "version": "v5.4.12", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "050bedf145a257b1ff02746c31894800e5122946" + "url": "https://github.com/swiftmailer/swiftmailer.git", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", - "reference": "050bedf145a257b1ff02746c31894800e5122946", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "^7.1" + "mockery/mockery": "~0.9.1", + "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "5.4-dev" } }, "autoload": { - "classmap": [ - "src/" + "files": [ + "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "name": "Chris Corbyn" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "description": "Swiftmailer, free feature-rich PHP mailer", + "homepage": "https://swiftmailer.symfony.com", "keywords": [ - "filesystem", - "iterator" + "email", + "mail", + "mailer" ], - "time": "2018-09-13T20:33:42+00:00" + "time": "2018-07-31T09:26:32+00:00" }, { - "name": "phpunit/php-text-template", - "version": "1.2.1", + "name": "symfony/cache", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + "url": "https://github.com/symfony/cache.git", + "reference": "d263af3cec33afa862310e58545fdc10d779806f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "url": "https://api.github.com/repos/symfony/cache/zipball/d263af3cec33afa862310e58545fdc10d779806f", + "reference": "d263af3cec33afa862310e58545fdc10d779806f", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.1.3", + "psr/cache": "~1.0", + "psr/log": "~1.0", + "symfony/cache-contracts": "^1.1", + "symfony/service-contracts": "^1.1", + "symfony/var-exporter": "^4.2" + }, + "conflict": { + "doctrine/dbal": "<2.5", + "symfony/dependency-injection": "<3.4", + "symfony/var-dumper": "<3.4" + }, + "provide": { + "psr/cache-implementation": "1.0", + "psr/simple-cache-implementation": "1.0", + "symfony/cache-implementation": "1.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "~1.6", + "doctrine/dbal": "~2.5", + "predis/predis": "~1.1", + "psr/simple-cache": "^1.0", + "symfony/config": "~4.2", + "symfony/dependency-injection": "~3.4|~4.1", + "symfony/var-dumper": "^4.1.1" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "description": "Symfony Cache component with PSR-6, PSR-16, and tags", + "homepage": "https://symfony.com", "keywords": [ - "template" + "caching", + "psr6" ], - "time": "2015-06-21T13:50:34+00:00" + "time": "2019-06-28T13:16:30+00:00" }, { - "name": "phpunit/php-timer", - "version": "2.1.2", + "name": "symfony/cache-contracts", + "version": "v1.1.5", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", + "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1.3", + "psr/cache": "^1.0" }, - "require-dev": { - "phpunit/phpunit": "^7.0" + "suggest": { + "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "1.1-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", "keywords": [ - "timer" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], - "time": "2019-06-07T04:22:29+00:00" + "time": "2019-06-13T11:15:36+00:00" }, { - "name": "phpunit/php-token-stream", - "version": "3.1.0", + "name": "symfony/console", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a" + "url": "https://github.com/symfony/console.git", + "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a", - "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a", + "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", + "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": "^7.1" + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/service-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/event-dispatcher": "<4.3", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "^4.3", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0", + "symfony/var-dumper": "^4.3" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "4.3-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", - "keywords": [ - "tokenizer" - ], - "time": "2019-07-25T05:29:42+00:00" + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2019-07-24T17:13:59+00:00" }, { - "name": "phpunit/phpunit", - "version": "7.5.14", + "name": "symfony/dependency-injection", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff", - "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9ad1b83d474ae17156f6914cb81ffe77aeac3a9b", + "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.1", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "myclabs/deep-copy": "^1.7", - "phar-io/manifest": "^1.0.2", - "phar-io/version": "^2.0", - "php": "^7.1", - "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^6.0.7", - "phpunit/php-file-iterator": "^2.0.1", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.1", - "sebastian/comparator": "^3.0", - "sebastian/diff": "^3.0", - "sebastian/environment": "^4.0", - "sebastian/exporter": "^3.1", - "sebastian/global-state": "^2.0", - "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^2.0", - "sebastian/version": "^2.0.1" + "php": "^7.1.3", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.2" }, "conflict": { - "phpunit/phpunit-mock-objects": "*" + "symfony/config": "<4.3", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" }, "require-dev": { - "ext-pdo": "*" + "symfony/config": "^4.3", + "symfony/expression-language": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*", - "phpunit/php-invoker": "^2.0" + "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": "" }, - "bin": [ - "phpunit" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "7.5-dev" + "dev-master": "4.3-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "time": "2019-07-15T06:24:08+00:00" + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com", + "time": "2019-07-26T07:03:43+00:00" }, { - "name": "psr/cache", - "version": "1.0.1", + "name": "symfony/event-dispatcher", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "212b020949331b6531250584531363844b34a94e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e", + "reference": "212b020949331b6531250584531363844b34a94e", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/http-foundation": "^3.4|^4.0", + "symfony/service-contracts": "^1.1", + "symfony/stopwatch": "~3.4|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" - } + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2289,44 +2214,48 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "time": "2016-08-06T20:24:11+00:00" + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2019-06-27T06:42:14+00:00" }, { - "name": "psr/container", - "version": "1.0.0", + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.5", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "c61766f4440ca687de1084a5c00b08e167a2575c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c", + "reference": "c61766f4440ca687de1084a5c00b08e167a2575c", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "Symfony\\Contracts\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2335,48 +2264,58 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], - "time": "2017-02-14T16:28:37+00:00" + "time": "2019-06-20T06:46:26+00:00" }, { - "name": "psr/http-message", - "version": "1.0.1", + "name": "symfony/expression-language", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "url": "https://github.com/symfony/expression-language.git", + "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", + "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.1.3", + "symfony/cache": "~3.4|~4.0", + "symfony/service-contracts": "^1.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" - } + "Symfony\\Component\\ExpressionLanguage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2384,50 +2323,48 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" + "description": "Symfony ExpressionLanguage Component", + "homepage": "https://symfony.com", + "time": "2019-05-30T16:10:05+00:00" }, { - "name": "psr/http-server-handler", - "version": "1.0.1", + "name": "symfony/finder", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/php-fig/http-server-handler.git", - "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" + "url": "https://github.com/symfony/finder.git", + "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", - "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", + "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2", + "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2", "shasum": "" }, "require": { - "php": ">=7.0", - "psr/http-message": "^1.0" + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "Psr\\Http\\Server\\": "src/" - } + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2435,53 +2372,58 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP server-side request handler", - "keywords": [ - "handler", - "http", - "http-interop", - "psr", - "psr-15", - "psr-7", - "request", - "response", - "server" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } ], - "time": "2018-10-30T16:46:14+00:00" + "description": "Symfony Finder Component", + "homepage": "https://symfony.com", + "time": "2019-06-28T13:16:30+00:00" }, { - "name": "psr/http-server-middleware", - "version": "1.0.1", + "name": "symfony/intl", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/php-fig/http-server-middleware.git", - "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" + "url": "https://github.com/symfony/intl.git", + "reference": "741376a9127841ffae39f197f8bd0ab2d4772157" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", - "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", + "url": "https://api.github.com/repos/symfony/intl/zipball/741376a9127841ffae39f197f8bd0ab2d4772157", + "reference": "741376a9127841ffae39f197f8bd0ab2d4772157", "shasum": "" }, "require": { - "php": ">=7.0", - "psr/http-message": "^1.0", - "psr/http-server-handler": "^1.0" + "php": "^7.1.3", + "symfony/polyfill-intl-icu": "~1.0" + }, + "require-dev": { + "symfony/filesystem": "~3.4|~4.0" + }, + "suggest": { + "ext-intl": "to use the component with locales other than \"en\"" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { - "Psr\\Http\\Server\\": "src/" - } + "Symfony\\Component\\Intl\\": "" + }, + "classmap": [ + "Resources/stubs" + ], + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2489,50 +2431,67 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common interface for HTTP server-side middleware", + "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", + "homepage": "https://symfony.com", "keywords": [ - "http", - "http-interop", - "middleware", - "psr", - "psr-15", - "psr-7", - "request", - "response" + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" ], - "time": "2018-10-30T17:12:04+00:00" + "time": "2019-07-24T14:47:54+00:00" }, { - "name": "psr/log", - "version": "1.0.2", + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2540,44 +2499,54 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "log", - "psr", - "psr-3" + "compatibility", + "ctype", + "polyfill", + "portable" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "ralouphie/getallheaders", - "version": "3.0.3", + "name": "symfony/polyfill-intl-icu", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" + "url": "https://github.com/symfony/polyfill-intl-icu.git", + "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", + "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=5.3.3", + "symfony/intl": "~2.3|~3.0|~4.0|~5.0" }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, "autoload": { "files": [ - "src/getallheaders.php" + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2586,668 +2555,801 @@ ], "authors": [ { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A polyfill for getallheaders.", - "time": "2019-03-08T08:55:37+00:00" + "description": "Symfony polyfill for intl's ICU-related data and classes", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "icu", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", + "name": "symfony/polyfill-intl-idn", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", + "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.9" }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.12-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "sebastian/comparator", - "version": "3.0.2", + "name": "symfony/polyfill-mbstring", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { - "php": "^7.1", - "sebastian/diff": "^3.0", - "sebastian/exporter": "^3.1" + "php": ">=5.3.3" }, - "require-dev": { - "phpunit/phpunit": "^7.1" + "suggest": { + "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "1.12-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "comparator", - "compare", - "equality" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" ], - "time": "2018-07-12T15:12:46+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "sebastian/diff", - "version": "3.0.2", + "name": "symfony/polyfill-php72", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "04ce3335667451138df4307d6a9b61565560199e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", + "reference": "04ce3335667451138df4307d6a9b61565560199e", "shasum": "" }, "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.0", - "symfony/process": "^2 || ^3.3 || ^4" + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "1.12-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" + "compatibility", + "polyfill", + "portable", + "shim" ], - "time": "2019-02-04T06:01:07+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "sebastian/environment", - "version": "4.2.2", + "name": "symfony/polyfill-php73", + "version": "v1.12.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", - "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", + "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", "shasum": "" }, "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5" - }, - "suggest": { - "ext-posix": "*" + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "1.12-dev" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], "classmap": [ - "src/" + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "Xdebug", - "environment", - "hhvm" + "compatibility", + "polyfill", + "portable", + "shim" ], - "time": "2019-05-05T09:05:15+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { - "name": "sebastian/exporter", - "version": "3.1.0", + "name": "symfony/process", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" + "url": "https://github.com/symfony/process.git", + "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", + "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c", + "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "4.3-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2019-05-30T16:10:05+00:00" }, { - "name": "sebastian/global-state", - "version": "2.0.0", + "name": "symfony/routing", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" + "url": "https://github.com/symfony/routing.git", + "reference": "a88c47a5861549f5dc1197660818084c3b67d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "url": "https://api.github.com/repos/symfony/routing/zipball/a88c47a5861549f5dc1197660818084c3b67d773", + "reference": "a88c47a5861549f5dc1197660818084c3b67d773", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.1.3" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "doctrine/annotations": "~1.2", + "psr/log": "~1.0", + "symfony/config": "~4.2", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/http-foundation": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "ext-uopz": "*" + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "4.3-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", "keywords": [ - "global state" + "router", + "routing", + "uri", + "url" ], - "time": "2017-04-27T15:39:26+00:00" + "time": "2019-07-23T14:43:56+00:00" }, { - "name": "sebastian/object-enumerator", - "version": "3.0.3", + "name": "symfony/service-contracts", + "version": "v1.1.5", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", + "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/object-reflector": "^1.1.1", - "sebastian/recursion-context": "^3.0" + "php": "^7.1.3", + "psr/container": "^1.0" }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "suggest": { + "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.1-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-06-13T11:15:36+00:00" }, { - "name": "sebastian/object-reflector", - "version": "1.1.1", + "name": "symfony/var-exporter", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", + "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.1.3" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "symfony/var-dumper": "^4.1.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "4.3-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" + "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "time": "2019-06-22T08:39:44+00:00" }, { - "name": "sebastian/recursion-context", - "version": "3.0.0", + "name": "symfony/yaml", + "version": "v4.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + "url": "https://github.com/symfony/yaml.git", + "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6", + "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "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.0.x-dev" + "dev-master": "4.3-dev" } }, "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2019-07-24T14:47:54+00:00" }, { - "name": "sebastian/resource-operations", - "version": "2.0.1", + "name": "t3o/gitlab_api", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "shasum": "" - }, - "require": { - "php": "^7.1" + "url": "https://git-t3o.typo3.org/t3o/gitlab_api.git", + "reference": "89d77f24e1f5a19823e64db7b0346acda9476775" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "replace": { + "gitlab_api": "self.version", + "typo3-ter/gitlab_api": "self.version" }, + "type": "typo3-cms-extension", "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "psr-4": { + "T3O\\GitlabApi\\": "Classes/" } + }, + "keywords": [ + "TYPO3 CMS" ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04T04:07:39+00:00" + "time": "2018-04-11T09:12:14+00:00" }, { - "name": "sebastian/version", - "version": "2.0.1", + "name": "t3o/t3olayout", + "version": "dev-develop-v9", "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": "" + "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", + "reference": "d8a0598bd4e35a843888ec6dcf3add85796be2fd" }, "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" + "causal/ig_ldap_sso_auth": "^3.4", + "gridelementsteam/gridelements": "^9.0", + "helhum/typo3-console": "^5.5", + "helhum/typo3-secure-web": "^0.2", + "t3o/gitlab_api": "^1.0", + "typo3/cms-backend": "*", + "typo3/cms-belog": "*", + "typo3/cms-beuser": "*", + "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-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/minimal": "^9.5" + }, + "replace": { + "t3o/t3olayout": "self.version" + }, + "type": "typo3-cms-extension", + "autoload": { + "psr-4": { + "T3o\\T3olayout\\": "Classes" + } + }, + "license": [ + "GPL-2.0+" + ], + "description": "Base extension for project t3olayout", + "homepage": "https://typo3.org", + "keywords": [ + "TYPO3 CMS" + ], + "time": "2019-08-02T21:41:34+00:00" }, { - "name": "solarium/solarium", - "version": "4.2.0", - "source": { - "type": "git", - "url": "https://github.com/solariumphp/solarium.git", - "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d" - }, + "name": "t3o/ter-frontend", + "version": "dev-develop", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/solariumphp/solarium/zipball/20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", - "reference": "20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d", - "shasum": "" + "type": "path", + "url": "extensions/ter_fe2", + "reference": "0f5976c40d99f9ac1c789425cdc199df7160e7b9" }, "require": { - "php": "^7.0", - "symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0" + "typo3/cms-core": "^8.7 || ^9.5" }, - "require-dev": { - "guzzlehttp/guzzle": "^3.8 || ^6.2", - "php-coveralls/php-coveralls": "^1.0", - "phpunit/phpunit": "^6.5", - "squizlabs/php_codesniffer": "^1.4", - "zendframework/zendframework": "^3.0" + "replace": { + "ter_fe2": "self.version" }, - "suggest": { - "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" + "type": "typo3-cms-extension", + "autoload": { + "psr-4": { + "T3o\\TerFe2\\": "Classes/" + } }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.1.x-dev" + "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-develop", + "dist": { + "type": "path", + "url": "extensions/ter_layout", + "reference": "38bafa5cde928f809ed7e9ed96b73b160fa2272d" + }, + "require": { + "typo3/cms-core": "^8.7 || ^9.5" + }, + "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-develop", + "dist": { + "type": "path", + "url": "extensions/ter", + "reference": "e75df12320dc0db1d797aede2650d121d90e308f" + }, + "require": { + "typo3/cms-core": "^8.7 || ^9.5" + }, + "replace": { + "ter": "self.version" + }, + "type": "typo3-cms-extension", "autoload": { "psr-4": { - "Solarium\\": "src/" - } + "T3o\\Ter\\": "Classes/" + }, + "classmap": [ + "Classes", + "pi1", + "class.tx_ter_api.php", + "class.tx_ter_helper.php", + "class.tx_ter_tcaLabel.php" + ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "See GitHub contributors", - "homepage": "https://github.com/basdenooijer/solarium/contributors" + "name": "t3o team", + "email": "maintenance@typo3.org" } ], - "description": "PHP Solr client", - "homepage": "http://www.solarium-project.org", + "description": "This extension provides extension listing and detail view, plus management of extension keys", "keywords": [ - "php", - "search", - "solr" + "Extensions", + "TER", + "TYPO3 CMS" ], - "time": "2018-11-24T09:20:30+00:00" + "support": { + "email": "maintenance@typo3.org", + "issues": "https://git-t3o.typo3.org/t3o/ter/issues" + } }, { - "name": "swiftmailer/swiftmailer", - "version": "v5.4.12", + "name": "typo3/class-alias-loader", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" + "url": "https://github.com/TYPO3/class-alias-loader.git", + "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", - "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", + "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", + "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", "shasum": "" }, "require": { - "php": ">=5.3.3" + "composer-plugin-api": "^1.0", + "php": ">=5.3.7" + }, + "replace": { + "helhum/class-alias-loader": "*" }, "require-dev": { - "mockery/mockery": "~0.9.1", - "symfony/phpunit-bridge": "~3.2" + "composer/composer": "dev-master", + "mikey179/vfsstream": "1.4.*@dev", + "phpunit/phpunit": "^4.8" }, - "type": "library", + "type": "composer-plugin", "extra": { + "class": "TYPO3\\ClassAliasLoader\\Plugin", "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "files": [ - "lib/swift_required.php" - ] + "psr-4": { + "TYPO3\\ClassAliasLoader\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3255,1609 +3357,1537 @@ ], "authors": [ { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Helmut Hummel", + "email": "info@helhum.io" } ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "https://swiftmailer.symfony.com", + "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": [ - "email", - "mail", - "mailer" + "alias", + "autoloader", + "classloader", + "composer" ], - "time": "2018-07-31T09:26:32+00:00" + "time": "2018-10-03T12:49:56+00:00" }, { - "name": "symfony/cache", - "version": "v4.3.3", + "name": "typo3/cms-backend", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/cache.git", - "reference": "d263af3cec33afa862310e58545fdc10d779806f" + "url": "https://github.com/TYPO3-CMS/backend.git", + "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/d263af3cec33afa862310e58545fdc10d779806f", - "reference": "d263af3cec33afa862310e58545fdc10d779806f", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", + "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/cache": "~1.0", - "psr/log": "~1.0", - "symfony/cache-contracts": "^1.1", - "symfony/service-contracts": "^1.1", - "symfony/var-exporter": "^4.2" + "typo3/cms-core": "9.5.8", + "typo3/cms-recordlist": "9.5.8" }, "conflict": { - "doctrine/dbal": "<2.5", - "symfony/dependency-injection": "<3.4", - "symfony/var-dumper": "<3.4" - }, - "provide": { - "psr/cache-implementation": "1.0", - "psr/simple-cache-implementation": "1.0", - "symfony/cache-implementation": "1.0" + "typo3/cms": "*" }, - "require-dev": { - "cache/integration-tests": "dev-master", - "doctrine/cache": "~1.6", - "doctrine/dbal": "~2.5", - "predis/predis": "~1.1", - "psr/simple-cache": "^1.0", - "symfony/config": "~4.2", - "symfony/dependency-injection": "~3.4|~4.1", - "symfony/var-dumper": "^4.1.1" + "replace": { + "backend": "*", + "typo3/cms-context-help": "*", + "typo3/cms-cshmanual": "*", + "typo3/cms-func-wizards": "*", + "typo3/cms-wizard-crpages": "*", + "typo3/cms-wizard-sortpages": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "backend" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { "psr-4": { - "Symfony\\Component\\Cache\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Backend\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony Cache component with PSR-6, PSR-16, and tags", - "homepage": "https://symfony.com", - "keywords": [ - "caching", - "psr6" - ], - "time": "2019-06-28T13:16:30+00:00" + "description": "Classes for the TYPO3 backend.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/cache-contracts", - "version": "v1.1.5", + "name": "typo3/cms-belog", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/cache-contracts.git", - "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db" + "url": "https://github.com/TYPO3-CMS/belog.git", + "reference": "71195575427a729be7577f895abcb6fcf1f0eb84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", - "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/71195575427a729be7577f895abcb6fcf1f0eb84", + "reference": "71195575427a729be7577f895abcb6fcf1f0eb84", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/cache": "^1.0" + "typo3/cms-core": "9.5.8" }, - "suggest": { - "symfony/cache-implementation": "" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "belog": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.1-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "belog" } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Cache\\": "" + "TYPO3\\CMS\\Belog\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Generic abstractions related to caching", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "time": "2019-06-13T11:15:36+00:00" + "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/console", - "version": "v4.3.3", + "name": "typo3/cms-beuser", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9" + "url": "https://github.com/TYPO3-CMS/beuser.git", + "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", - "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/cb281fe71b038c0ba862413cb02fff9d649cafe3", + "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/service-contracts": "^1.1" + "typo3/cms-core": "9.5.8" }, "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/event-dispatcher": "<4.3", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "^4.3", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", - "symfony/var-dumper": "^4.3" + "typo3/cms": "*" }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "replace": { + "beuser": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "beuser" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Beuser\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2019-07-24T17:13:59+00:00" + "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v4.3.3", + "name": "typo3/cms-cli", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b" + "url": "https://github.com/TYPO3/cms-cli.git", + "reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9ad1b83d474ae17156f6914cb81ffe77aeac3a9b", - "reference": "9ad1b83d474ae17156f6914cb81ffe77aeac3a9b", + "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82", + "reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/container": "^1.0", - "symfony/service-contracts": "^1.1.2" + "php": "^7.0" + }, + "bin": [ + "typo3" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "TYPO3 command line binary", + "homepage": "https://typo3.org", + "time": "2018-03-08T20:16:43+00:00" + }, + { + "name": "typo3/cms-composer-installers", + "version": "v2.2.2", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/CmsComposerInstallers.git", + "reference": "46437b54cf06c9c657a49283403b097943d7f524" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/46437b54cf06c9c657a49283403b097943d7f524", + "reference": "46437b54cf06c9c657a49283403b097943d7f524", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0.0", + "php": ">=7.0.0 <7.4" }, "conflict": { - "symfony/config": "<4.3", - "symfony/finder": "<3.4", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" + "composer/installers": "<1.0.24 || >1.0.24" }, - "provide": { - "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0" + "replace": { + "lw/typo3cms-installers": "*", + "netresearch/composer-installers": "*" }, "require-dev": { - "symfony/config": "^4.3", - "symfony/expression-language": "~3.4|~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": "" + "composer/composer": "^1.2" }, - "type": "library", + "type": "composer-plugin", "extra": { + "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Composer\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "The TYPO3 Community", + "role": "Contributor", + "homepage": "https://typo3.org/community/" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 CMS Core Team", + "role": "Developer", + "homepage": "https://forge.typo3.org/projects/typo3cms-core" } ], - "description": "Symfony DependencyInjection Component", - "homepage": "https://symfony.com", - "time": "2019-07-26T07:03:43+00:00" + "description": "TYPO3 CMS Installers", + "homepage": "https://github.com/TYPO3/CmsComposerInstallers", + "keywords": [ + "cms", + "core", + "extension", + "installer", + "typo3" + ], + "time": "2019-03-04T12:18:45+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v4.3.3", + "name": "typo3/cms-core", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "212b020949331b6531250584531363844b34a94e" + "url": "https://github.com/TYPO3-CMS/core.git", + "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/212b020949331b6531250584531363844b34a94e", - "reference": "212b020949331b6531250584531363844b34a94e", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", + "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/event-dispatcher-contracts": "^1.1" + "algo26-matthias/idna-convert": "^1.1.0", + "cogpowered/finediff": "~0.3.1", + "doctrine/annotations": "^1.3", + "doctrine/dbal": "^2.8.1", + "doctrine/instantiator": "^1.1", + "doctrine/lexer": "^1.0", + "ext-json": "*", + "ext-pcre": "*", + "ext-pdo": "*", + "ext-session": "*", + "ext-xml": "*", + "guzzlehttp/guzzle": "^6.3.0", + "nikic/php-parser": "^4.0", + "php": "^7.2", + "psr/container": "^1.0", + "psr/http-message": "~1.0", + "psr/http-server-handler": "^1.0", + "psr/http-server-middleware": "^1.0", + "psr/log": "~1.0.0", + "swiftmailer/swiftmailer": "~5.4.5", + "symfony/console": "^4.1", + "symfony/expression-language": "^4.1", + "symfony/finder": "^4.1", + "symfony/polyfill-intl-icu": "^1.6", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.2", + "symfony/routing": "^4.1", + "symfony/yaml": "^4.1", + "typo3/class-alias-loader": "^1.0", + "typo3/cms-cli": "^2.0", + "typo3/cms-composer-installers": "^2.0", + "typo3/phar-stream-wrapper": "^3.1.2", + "typo3fluid/fluid": "^2.6.1" }, "conflict": { - "symfony/dependency-injection": "<3.4" + "symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0", + "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", + "symfony/routing": "4.2.7", + "typo3/cms": "*" }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "replace": { + "core": "*", + "typo3/cms-lang": "*", + "typo3/cms-saltedpasswords": "*", + "typo3/cms-sv": "*" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/http-foundation": "^3.4|^4.0", - "symfony/service-contracts": "^1.1", - "symfony/stopwatch": "~3.4|~4.0" + "codeception/codeception": "^2.5.4", + "fiunchinho/phpunit-randomizer": "^4.0", + "friendsofphp/php-cs-fixer": "^2.12.2", + "typo3/cms-styleguide": "~9.2.2", + "typo3/testing-framework": "~4.12.0" }, "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", + "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", + "ext-intl": "TYPO3 with unicode-based filesystems", + "ext-mysqli": "", + "ext-openssl": "", + "ext-zip": "", + "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "core" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" + "TYPO3\\CMS\\Core\\": "Classes/" }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "Resources/PHP/" + ], + "files": [ + "Resources/PHP/GlobalDebugFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2019-06-27T06:42:14+00:00" + "description": "The core library of TYPO3.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.5", + "name": "typo3/cms-extbase", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "c61766f4440ca687de1084a5c00b08e167a2575c" + "url": "https://github.com/TYPO3-CMS/extbase.git", + "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c", - "reference": "c61766f4440ca687de1084a5c00b08e167a2575c", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/801271637b8e9aece5cffb9102c9346b8f9c46b1", + "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1", "shasum": "" }, "require": { - "php": "^7.1.3" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "extbase": "*" }, "suggest": { - "psr/event-dispatcher": "", - "symfony/event-dispatcher-implementation": "" + "typo3/cms-scheduler": "Additional scheduler tasks" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.1-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "extbase" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\EventDispatcher\\": "" + "TYPO3\\CMS\\Extbase\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Generic abstractions related to dispatching event", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "time": "2019-06-20T06:46:26+00:00" + "description": "A framework to build extensions for TYPO3 CMS.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/expression-language", - "version": "v4.3.3", + "name": "typo3/cms-extensionmanager", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/expression-language.git", - "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d" + "url": "https://github.com/TYPO3-CMS/extensionmanager.git", + "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", - "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/c1d4daaf10a6dd71314c84921b28a68b6a774420", + "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/cache": "~3.4|~4.0", - "symfony/service-contracts": "^1.1" + "typo3/cms-core": "9.5.8" }, - "type": "library", + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "extensionmanager": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "extensionmanager" } }, "autoload": { "psr-4": { - "Symfony\\Component\\ExpressionLanguage\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Extensionmanager\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, + "GPL-2.0-or-later" + ], + "authors": [ { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony ExpressionLanguage Component", - "homepage": "https://symfony.com", - "time": "2019-05-30T16:10:05+00:00" + "description": "TYPO3 Extension Manager", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/finder", - "version": "v4.3.3", + "name": "typo3/cms-felogin", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2" + "url": "https://github.com/TYPO3-CMS/felogin.git", + "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2", - "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/562c6c7a9cc42117bfa630dbdb0d0b04e201246f", + "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f", "shasum": "" }, "require": { - "php": "^7.1.3" + "typo3/cms-core": "9.5.8" }, - "type": "library", + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "felogin": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "felogin" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Felogin\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2019-06-28T13:16:30+00:00" + "description": "A template-based plugin to log in Website Users in the Frontend", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/intl", - "version": "v4.3.3", + "name": "typo3/cms-filelist", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "741376a9127841ffae39f197f8bd0ab2d4772157" + "url": "https://github.com/TYPO3-CMS/filelist.git", + "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/741376a9127841ffae39f197f8bd0ab2d4772157", - "reference": "741376a9127841ffae39f197f8bd0ab2d4772157", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", + "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-intl-icu": "~1.0" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "symfony/filesystem": "~3.4|~4.0" + "conflict": { + "typo3/cms": "*" }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" + "replace": { + "filelist": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "filelist" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Intl\\": "" - }, - "classmap": [ - "Resources/stubs" - ], - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Filelist\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", - "homepage": "https://symfony.com", - "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" - ], - "time": "2019-07-24T14:47:54+00:00" + "description": "Listing of files in the directory", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.12.0", + "name": "typo3/cms-filemetadata", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + "url": "https://github.com/TYPO3-CMS/filemetadata.git", + "reference": "e024ba321bfa720bc392337136025d5ce08e2c51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", - "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/e024ba321bfa720bc392337136025d5ce08e2c51", + "reference": "e024ba321bfa720bc392337136025d5ce08e2c51", "shasum": "" }, "require": { - "php": ">=5.3.3" + "typo3/cms-core": "9.5.8" }, - "suggest": { - "ext-ctype": "For best performance" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "filemetadata": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.12-dev" + "typo3/cms": { + "extension-key": "filemetadata" } }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "time": "2019-08-06T08:03:45+00:00" + "description": "Add advanced metadata to File.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/polyfill-intl-icu", - "version": "v1.12.0", + "name": "typo3/cms-fluid", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" + "url": "https://github.com/TYPO3-CMS/fluid.git", + "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", - "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", + "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0|~4.0|~5.0" + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", + "typo3fluid/fluid": "^2.6.1" }, - "suggest": { - "ext-intl": "For best performance" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "fluid": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.12-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "fluid" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { - "files": [ - "bootstrap.php" - ] + "psr-4": { + "TYPO3\\CMS\\Fluid\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony polyfill for intl's ICU-related data and classes", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "icu", - "intl", - "polyfill", - "portable", - "shim" - ], - "time": "2019-08-06T08:03:45+00:00" + "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.12.0", + "name": "typo3/cms-fluid-styled-content", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" + "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", + "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", - "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", + "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.9" + "typo3/cms-core": "9.5.8", + "typo3/cms-fluid": "9.5.8", + "typo3/cms-frontend": "9.5.8" }, - "suggest": { - "ext-intl": "For best performance" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "fluid_styled_content": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.12-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "fluid_styled_content" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, - "files": [ - "bootstrap.php" - ] + "TYPO3\\CMS\\FluidStyledContent\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], - "time": "2019-08-06T08:03:45+00:00" + "description": "A set of common content elements based on Fluid for Frontend output.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.12.0", + "name": "typo3/cms-form", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + "url": "https://github.com/TYPO3-CMS/form.git", + "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/eeaffab43eddfcfcf0d86d78b0319656a891de21", + "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21", "shasum": "" }, "require": { - "php": ">=5.3.3" + "psr/http-message": "~1.0", + "symfony/expression-language": "^4.1", + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "form": "*" }, "suggest": { - "ext-mbstring": "For best performance" + "typo3/cms-filelist": "Add context menu item for form files", + "typo3/cms-impexp": "Register imported form files" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.12-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "form" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] + "TYPO3\\CMS\\Form\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "time": "2019-08-06T08:03:45+00:00" + "description": "Form Library, Plugin and Editor", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/polyfill-php72", - "version": "v1.12.0", + "name": "typo3/cms-frontend", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "04ce3335667451138df4307d6a9b61565560199e" + "url": "https://github.com/TYPO3-CMS/frontend.git", + "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", - "reference": "04ce3335667451138df4307d6a9b61565560199e", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/c0574402a3002af017c0f15e936ba863fa9af1ae", + "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae", "shasum": "" }, "require": { - "php": ">=5.3.3" + "typo3/cms-core": "9.5.8" }, - "type": "library", + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "frontend": "*" + }, + "suggest": { + "typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend." + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.12-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "frontend" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] + "TYPO3\\CMS\\Frontend\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2019-08-06T08:03:45+00:00" + "description": "Classes for the frontend of TYPO3.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/polyfill-php73", - "version": "v1.12.0", + "name": "typo3/cms-info", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" + "url": "https://github.com/TYPO3-CMS/info.git", + "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", - "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/b6caef71ccbdb7e446c902a105af48da54f60fef", + "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef", "shasum": "" }, "require": { - "php": ">=5.3.3" + "typo3/cms-core": "9.5.8" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.12-dev" - } + "conflict": { + "typo3/cms": "*" }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" + "replace": { + "info": "*", + "typo3/cms-info-pagetsconfig": "*" + }, + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "info" }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] + "typo3/class-alias-loader": { + "always-add-alias-loader": true, + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] + } + }, + "autoload": { + "psr-4": { + "TYPO3\\CMS\\Info\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2019-08-06T08:03:45+00:00" + "description": "Shows various infos", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/process", - "version": "v4.3.3", + "name": "typo3/cms-install", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c" + "url": "https://github.com/TYPO3-CMS/install.git", + "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c", - "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/00b70e80bcaffc55efb70bbadf3193654eec8d72", + "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72", "shasum": "" }, "require": { - "php": "^7.1.3" + "nikic/php-parser": "^4.0", + "symfony/finder": "^4.1", + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", + "typo3/cms-fluid": "9.5.8" }, - "type": "library", + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "install": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "install" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Install\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2019-05-30T16:10:05+00:00" + "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/routing", - "version": "v4.3.3", + "name": "typo3/cms-lowlevel", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "a88c47a5861549f5dc1197660818084c3b67d773" + "url": "https://github.com/TYPO3-CMS/lowlevel.git", + "reference": "04401fa72e242fca0958446e7f7136227d895b69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/a88c47a5861549f5dc1197660818084c3b67d773", - "reference": "a88c47a5861549f5dc1197660818084c3b67d773", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/04401fa72e242fca0958446e7f7136227d895b69", + "reference": "04401fa72e242fca0958446e7f7136227d895b69", "shasum": "" }, "require": { - "php": "^7.1.3" + "typo3/cms-core": "9.5.8" }, "conflict": { - "symfony/config": "<4.2", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" - }, - "require-dev": { - "doctrine/annotations": "~1.2", - "psr/log": "~1.0", - "symfony/config": "~4.2", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/http-foundation": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" + "typo3/cms": "*" }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "replace": { + "lowlevel": "*" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "lowlevel" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { "psr-4": { - "Symfony\\Component\\Routing\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Lowlevel\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony Routing Component", - "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], - "time": "2019-07-23T14:43:56+00:00" + "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/service-contracts", - "version": "v1.1.5", + "name": "typo3/cms-opendocs", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" + "url": "https://github.com/TYPO3-CMS/opendocs.git", + "reference": "0d1c1442efe4b019454f465130468989c0eb4f33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", - "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", + "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/0d1c1442efe4b019454f465130468989c0eb4f33", + "reference": "0d1c1442efe4b019454f465130468989c0eb4f33", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/container": "^1.0" + "typo3/cms-core": "9.5.8" }, - "suggest": { - "symfony/service-implementation": "" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "opendocs": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "1.1-dev" + "typo3/cms": { + "extension-key": "opendocs" } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Service\\": "" + "TYPO3\\CMS\\Opendocs\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Generic abstractions related to writing services", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "time": "2019-06-13T11:15:36+00:00" + "description": "Shows opened documents by the user.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/var-exporter", - "version": "v4.3.3", + "name": "typo3/cms-recordlist", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/var-exporter.git", - "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb" + "url": "https://github.com/TYPO3-CMS/recordlist.git", + "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", - "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", + "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", "shasum": "" }, "require": { - "php": "^7.1.3" + "typo3/cms-core": "9.5.8" }, - "require-dev": { - "symfony/var-dumper": "^4.1.1" + "conflict": { + "typo3/cms": "*" }, - "type": "library", + "replace": { + "recordlist": "*" + }, + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "Package": { + "protected": true, + "partOfFactoryDefault": true, + "partOfMinimalUsableSystem": true + }, + "extension-key": "recordlist" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] } }, "autoload": { "psr-4": { - "Symfony\\Component\\VarExporter\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Recordlist\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", - "homepage": "https://symfony.com", - "keywords": [ - "clone", - "construct", - "export", - "hydrate", - "instantiate", - "serialize" - ], - "time": "2019-06-22T08:39:44+00:00" + "description": "List of database-records", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "symfony/yaml", - "version": "v4.3.3", + "name": "typo3/cms-recycler", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6" + "url": "https://github.com/TYPO3-CMS/recycler.git", + "reference": "343a904344ebf54e524c0f2cf28386ca60d53414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6", - "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/343a904344ebf54e524c0f2cf28386ca60d53414", + "reference": "343a904344ebf54e524c0f2cf28386ca60d53414", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-ctype": "~1.8" + "typo3/cms-core": "9.5.8" }, "conflict": { - "symfony/console": "<3.4" + "typo3/cms": "*" }, - "require-dev": { - "symfony/console": "~3.4|~4.0" + "replace": { + "recycler": "*" }, "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "typo3/cms-scheduler": "Remove deleted records after given time" }, - "type": "library", + "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "4.3-dev" + "typo3/cms": { + "extension-key": "recycler" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "TYPO3\\CMS\\Recycler\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2019-07-24T14:47:54+00:00" + "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "t3o/gitlab_api", - "version": "1.0.2", + "name": "typo3/cms-reports", + "version": "v9.5.8", "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/" - } + "url": "https://github.com/TYPO3-CMS/reports.git", + "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9" }, - "keywords": [ - "TYPO3 CMS" - ], - "time": "2018-04-11T09:12:14+00:00" - }, - { - "name": "t3o/t3olayout", - "version": "dev-develop-v9", - "source": { - "type": "git", - "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", - "reference": "d8a0598bd4e35a843888ec6dcf3add85796be2fd" + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/6fc582af5ed57975414cd8415da1b38ae7fb19e9", + "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9", + "shasum": "" }, "require": { - "causal/ig_ldap_sso_auth": "^3.4", - "gridelementsteam/gridelements": "^9.0", - "helhum/typo3-console": "^5.5", - "helhum/typo3-secure-web": "^0.2", - "t3o/gitlab_api": "^1.0", - "typo3/cms-backend": "*", - "typo3/cms-belog": "*", - "typo3/cms-beuser": "*", - "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-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/minimal": "^9.5" - }, - "replace": { - "t3o/t3olayout": "self.version" + "typo3/cms-core": "9.5.8" }, - "type": "typo3-cms-extension", - "autoload": { - "psr-4": { - "T3o\\T3olayout\\": "Classes" - } + "conflict": { + "typo3/cms": "*" }, - "license": [ - "GPL-2.0+" - ], - "description": "Base extension for project t3olayout", - "homepage": "https://typo3.org", - "keywords": [ - "TYPO3 CMS" - ], - "time": "2019-08-02T21:41:34+00:00" - }, - { - "name": "t3o/ter-frontend", - "version": "dev-develop", - "dist": { - "type": "path", - "url": "extensions/ter_fe2", - "reference": "0f5976c40d99f9ac1c789425cdc199df7160e7b9" + "replace": { + "reports": "*" }, - "require": { - "typo3/cms-core": "^8.7 || ^9.5" + "suggest": { + "typo3/cms-scheduler": "Determine system's status and send it via email" }, - "replace": { - "ter_fe2": "self.version" + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "reports" + }, + "typo3/class-alias-loader": { + "class-alias-maps": [ + "Migrations/Code/ClassAliasMap.php" + ] + } }, - "type": "typo3-cms-extension", "autoload": { "psr-4": { - "T3o\\TerFe2\\": "Classes/" + "TYPO3\\CMS\\Reports\\": "Classes/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "t3o team", - "email": "maintenance@typo3.org" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@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" - } + "description": "The reports module groups several system reports.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "t3o/ter-layout", - "version": "dev-develop", + "name": "typo3/cms-rte-ckeditor", + "version": "v9.5.8", + "source": { + "type": "git", + "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", + "reference": "7078768be898346cd13b67a24f03f097076e030e" + }, "dist": { - "type": "path", - "url": "extensions/ter_layout", - "reference": "38bafa5cde928f809ed7e9ed96b73b160fa2272d" + "type": "zip", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/7078768be898346cd13b67a24f03f097076e030e", + "reference": "7078768be898346cd13b67a24f03f097076e030e", + "shasum": "" }, "require": { - "typo3/cms-core": "^8.7 || ^9.5" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "rte_ckeditor": "*" + }, + "suggest": { + "typo3/cms-setup": "*" + }, + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "rte_ckeditor" + } }, - "replace": { - "ter_layout": "self.version" + "autoload": { + "psr-4": { + "TYPO3\\CMS\\RteCKEditor\\": "Classes/" + } }, - "type": "typo3-cms-extension", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "t3o team", - "email": "maintenance@typo3.org" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@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" - } + "description": "Integration of CKEditor as Rich Text Editor.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "t3o/ter-soap", - "version": "dev-develop", + "name": "typo3/cms-scheduler", + "version": "v9.5.8", + "source": { + "type": "git", + "url": "https://github.com/TYPO3-CMS/scheduler.git", + "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c" + }, "dist": { - "type": "path", - "url": "extensions/ter", - "reference": "e75df12320dc0db1d797aede2650d121d90e308f" + "type": "zip", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/550fe13bd47075c8e79896a522d35ff5c5c19d2c", + "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c", + "shasum": "" }, "require": { - "typo3/cms-core": "^8.7 || ^9.5" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" }, "replace": { - "ter": "self.version" + "scheduler": "*" + }, + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "extension-key": "scheduler" + } }, - "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" - ] + "TYPO3\\CMS\\Scheduler\\": "Classes/" + } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "t3o team", - "email": "maintenance@typo3.org" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@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" - } + "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "theseer/tokenizer", - "version": "1.1.3", + "name": "typo3/cms-setup", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + "url": "https://github.com/TYPO3-CMS/setup.git", + "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", + "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.0" + "typo3/cms-core": "9.5.8" + }, + "conflict": { + "typo3/cms": "*" + }, + "replace": { + "setup": "*" + }, + "type": "typo3-cms-framework", + "extra": { + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "setup" + } }, - "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "TYPO3\\CMS\\Setup\\": "Classes/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2019-06-13T22:48:21+00:00" + "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "typo3/class-alias-loader", - "version": "1.0.1", + "name": "typo3/cms-tstemplate", + "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/TYPO3/class-alias-loader.git", - "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0" + "url": "https://github.com/TYPO3-CMS/tstemplate.git", + "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", - "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/a1e9f2d876935512febcf698fba591fbfea1b8b8", + "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "php": ">=5.3.7" + "typo3/cms-core": "9.5.8" }, - "replace": { - "helhum/class-alias-loader": "*" + "conflict": { + "typo3/cms": "*" }, - "require-dev": { - "composer/composer": "dev-master", - "mikey179/vfsstream": "1.4.*@dev", - "phpunit/phpunit": "^4.8" + "replace": { + "tstemplate": "*" }, - "type": "composer-plugin", + "type": "typo3-cms-framework", "extra": { - "class": "TYPO3\\ClassAliasLoader\\Plugin", - "branch-alias": { - "dev-master": "1.0.x-dev" + "typo3/cms": { + "Package": { + "partOfFactoryDefault": true + }, + "extension-key": "tstemplate" } }, "autoload": { "psr-4": { - "TYPO3\\ClassAliasLoader\\": "src/" + "TYPO3\\CMS\\Tstemplate\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Helmut Hummel", - "email": "info@helhum.io" + "name": "TYPO3 Core Team", + "role": "Developer", + "email": "typo3cms@typo3.org" } ], - "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" + "description": "Framework for management of TypoScript template records for the CMS frontend.", + "homepage": "https://typo3.org", + "time": "2019-06-25T08:28:51+00:00" }, { - "name": "typo3/cms-backend", + "name": "typo3/cms-viewpage", "version": "v9.5.8", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7" + "url": "https://github.com/TYPO3-CMS/viewpage.git", + "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", - "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/802ffe8502c7f89fa9747ca2192455404aeaba71", + "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8", - "typo3/cms-recordlist": "9.5.8" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" }, "replace": { - "backend": "*", - "typo3/cms-context-help": "*", - "typo3/cms-cshmanual": "*", - "typo3/cms-func-wizards": "*", - "typo3/cms-wizard-crpages": "*", - "typo3/cms-wizard-sortpages": "*" + "viewpage": "*" }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true + "partOfFactoryDefault": true }, - "extension-key": "backend" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "extension-key": "viewpage" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Backend\\": "Classes/" + "TYPO3\\CMS\\Viewpage\\": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4871,45 +4901,39 @@ "email": "typo3cms@typo3.org" } ], - "description": "Classes for the TYPO3 backend.", + "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", "time": "2019-06-25T08:28:51+00:00" }, { - "name": "typo3/cms-belog", - "version": "v9.5.8", + "name": "typo3/minimal", + "version": "v9.5.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "71195575427a729be7577f895abcb6fcf1f0eb84" + "url": "https://github.com/TYPO3/minimal.git", + "reference": "6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/71195575427a729be7577f895abcb6fcf1f0eb84", - "reference": "71195575427a729be7577f895abcb6fcf1f0eb84", - "shasum": "" - }, - "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "url": "https://api.github.com/repos/TYPO3/minimal/zipball/6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc", + "reference": "6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc", + "shasum": "" }, - "replace": { - "belog": "*" + "require": { + "typo3/cms-backend": "9.5.*@dev", + "typo3/cms-core": "9.5.*@dev", + "typo3/cms-extbase": "9.5.*@dev", + "typo3/cms-extensionmanager": "9.5.*@dev", + "typo3/cms-filelist": "9.5.*@dev", + "typo3/cms-fluid": "9.5.*@dev", + "typo3/cms-frontend": "9.5.*@dev", + "typo3/cms-install": "9.5.*@dev", + "typo3/cms-recordlist": "9.5.*@dev" }, - "type": "typo3-cms-framework", + "type": "metapackage", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "belog" - } - }, - "autoload": { - "psr-4": { - "TYPO3\\CMS\\Belog\\": "Classes/" + "branch-alias": { + "dev-master": "9.5.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4918,1570 +4942,1548 @@ ], "authors": [ { - "name": "TYPO3 Core Team", + "name": "The TYPO3 Community", + "role": "Contributor", + "homepage": "https://typo3.org/community/" + }, + { + "name": "TYPO3 CMS Core Team", "role": "Developer", - "email": "typo3cms@typo3.org" + "homepage": "https://forge.typo3.org/projects/typo3cms-core" } ], - "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Minimal required set of TYPO3 extensions", + "time": "2018-09-11T09:01:10+00:00" }, { - "name": "typo3/cms-beuser", - "version": "v9.5.8", + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3" + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/cb281fe71b038c0ba862413cb02fff9d649cafe3", - "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771", + "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" + "ext-json": "*", + "php": "^7.0" }, - "conflict": { - "typo3/cms": "*" + "require-dev": { + "ext-xdebug": "*", + "phpunit/phpunit": "^6.5" }, - "replace": { - "beuser": "*" + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "beuser" + "branch-alias": { + "dev-master": "v3.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Beuser\\": "Classes/" + "TYPO3\\PharStreamWrapper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], - "authors": [ - { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" - } + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" ], - "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "time": "2019-05-14T13:14:14+00:00" }, { - "name": "typo3/cms-cli", - "version": "2.0.0", + "name": "typo3fluid/fluid", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/TYPO3/cms-cli.git", - "reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82" + "url": "https://github.com/TYPO3/Fluid.git", + "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/cms-cli/zipball/215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82", - "reference": "215a0bf5c446b4e0b20f4562bbaf3d6215a5ee82", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", + "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=5.5.0" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^4.8", + "squizlabs/php_codesniffer": "^2.7" }, "bin": [ - "typo3" + "bin/fluid" ], "type": "library", + "autoload": { + "psr-4": { + "TYPO3Fluid\\Fluid\\": "src/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "LGPL-3.0-or-later" ], - "description": "TYPO3 command line binary", - "homepage": "https://typo3.org", - "time": "2018-03-08T20:16:43+00:00" - }, + "description": "The TYPO3 Fluid template rendering engine", + "time": "2019-05-07T07:07:18+00:00" + } + ], + "packages-dev": [ { - "name": "typo3/cms-composer-installers", - "version": "v2.2.2", + "name": "mikey179/vfsstream", + "version": "v1.6.7", "source": { "type": "git", - "url": "https://github.com/TYPO3/CmsComposerInstallers.git", - "reference": "46437b54cf06c9c657a49283403b097943d7f524" + "url": "https://github.com/bovigo/vfsStream.git", + "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/46437b54cf06c9c657a49283403b097943d7f524", - "reference": "46437b54cf06c9c657a49283403b097943d7f524", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", + "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", "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": "*" + "php": ">=5.3.0" }, "require-dev": { - "composer/composer": "^1.2" + "phpunit/phpunit": "^4.5|^5.0" }, - "type": "composer-plugin", + "type": "library", "extra": { - "class": "TYPO3\\CMS\\Composer\\Installer\\Plugin", "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Composer\\": "src/" + "psr-0": { + "org\\bovigo\\vfs\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "The TYPO3 Community", - "role": "Contributor", - "homepage": "https://typo3.org/community/" - }, - { - "name": "TYPO3 CMS Core Team", + "name": "Frank Kleine", "role": "Developer", - "homepage": "https://forge.typo3.org/projects/typo3cms-core" + "homepage": "http://frankkleine.de/" } ], - "description": "TYPO3 CMS Installers", - "homepage": "https://github.com/TYPO3/CmsComposerInstallers", - "keywords": [ - "cms", - "core", - "extension", - "installer", - "typo3" - ], - "time": "2019-03-04T12:18:45+00:00" + "description": "Virtual file system to mock the real file system in unit tests.", + "homepage": "http://vfs.bovigo.org/", + "time": "2019-08-01T01:38:37+00:00" }, { - "name": "typo3/cms-core", - "version": "v9.5.8", + "name": "myclabs/deep-copy", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7" + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", - "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", "shasum": "" }, - "require": { - "algo26-matthias/idna-convert": "^1.1.0", - "cogpowered/finediff": "~0.3.1", - "doctrine/annotations": "^1.3", - "doctrine/dbal": "^2.8.1", - "doctrine/instantiator": "^1.1", - "doctrine/lexer": "^1.0", - "ext-json": "*", - "ext-pcre": "*", - "ext-pdo": "*", - "ext-session": "*", - "ext-xml": "*", - "guzzlehttp/guzzle": "^6.3.0", - "nikic/php-parser": "^4.0", - "php": "^7.2", - "psr/container": "^1.0", - "psr/http-message": "~1.0", - "psr/http-server-handler": "^1.0", - "psr/http-server-middleware": "^1.0", - "psr/log": "~1.0.0", - "swiftmailer/swiftmailer": "~5.4.5", - "symfony/console": "^4.1", - "symfony/expression-language": "^4.1", - "symfony/finder": "^4.1", - "symfony/polyfill-intl-icu": "^1.6", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.2", - "symfony/routing": "^4.1", - "symfony/yaml": "^4.1", - "typo3/class-alias-loader": "^1.0", - "typo3/cms-cli": "^2.0", - "typo3/cms-composer-installers": "^2.0", - "typo3/phar-stream-wrapper": "^3.1.2", - "typo3fluid/fluid": "^2.6.1" - }, - "conflict": { - "symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0", - "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", - "symfony/routing": "4.2.7", - "typo3/cms": "*" - }, - "replace": { - "core": "*", - "typo3/cms-lang": "*", - "typo3/cms-saltedpasswords": "*", - "typo3/cms-sv": "*" - }, - "require-dev": { - "codeception/codeception": "^2.5.4", - "fiunchinho/phpunit-randomizer": "^4.0", - "friendsofphp/php-cs-fixer": "^2.12.2", - "typo3/cms-styleguide": "~9.2.2", - "typo3/testing-framework": "~4.12.0" + "require": { + "php": "^7.1" }, - "suggest": { - "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", - "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", - "ext-intl": "TYPO3 with unicode-based filesystems", - "ext-mysqli": "", - "ext-openssl": "", - "ext-zip": "", - "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files" + "replace": { + "myclabs/deep-copy": "self.version" }, - "type": "typo3-cms-framework", - "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "core" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] - } + "require-dev": { + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" }, + "type": "library", "autoload": { "psr-4": { - "TYPO3\\CMS\\Core\\": "Classes/" + "DeepCopy\\": "src/DeepCopy/" }, - "classmap": [ - "Resources/PHP/" - ], "files": [ - "Resources/PHP/GlobalDebugFunctions.php" + "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], - "authors": [ - { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" - } + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" ], - "description": "The core library of TYPO3.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "time": "2019-04-07T13:18:21+00:00" }, { - "name": "typo3/cms-extbase", - "version": "v9.5.8", + "name": "nimut/testing-framework", + "version": "4.1.5", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1" + "url": "https://github.com/Nimut/testing-framework.git", + "reference": "2e7506174ea7cac505076cae6a42126525833551" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/801271637b8e9aece5cffb9102c9346b8f9c46b1", - "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1", + "url": "https://api.github.com/repos/Nimut/testing-framework/zipball/2e7506174ea7cac505076cae6a42126525833551", + "reference": "2e7506174ea7cac505076cae6a42126525833551", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" + "mikey179/vfsstream": "^1.6", + "php": ">= 5.5, < 7.4", + "phpunit/phpunit": "^6.0 || ^7.0", + "typo3/cms-backend": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-core": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-extbase": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-fluid": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-install": "^7.6 || ^8.7 || ^9.5 || dev-master", + "typo3/cms-recordlist": "^7.6 || ^8.7 || ^9.5 || dev-master" }, "conflict": { - "typo3/cms": "*" + "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7" }, - "replace": { - "extbase": "*" + "require-dev": { + "nimut/phpunit-merger": "^0.2", + "nimut/testing-framework-testbase": "@dev" }, "suggest": { - "typo3/cms-scheduler": "Additional scheduler tasks" + "friendsofphp/php-cs-fixer": "Tool to automatically fix PHP coding standards issues" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "extbase" + "branch-alias": { + "dev-master": "4.x-dev" }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "typo3/cms": { + "cms-package-dir": "{$vendor-dir}/typo3/cms", + "app-dir": ".Build", + "web-dir": ".Build/Web" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Extbase\\": "Classes/" + "Nimut\\TestingFramework\\": "src/TestingFramework/", + "Nimut\\TestingFramework\\v76\\": "compat/v76/", + "Nimut\\TestingFramework\\v87\\": "compat/v87/", + "Nimut\\TestingFramework\\v90\\": "compat/v90/", + "Nimut\\TestingFramework\\v91\\": "compat/v91/" } }, "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": "TYPO3 Core Team", + "name": "Helmut Hummel", "role": "Developer", - "email": "typo3cms@typo3.org" + "email": "info@helhum.io", + "homepage": "http://helhum.io" + }, + { + "name": "Nicole Cordes", + "role": "Developer", + "email": "typo3@cordes.co" } ], - "description": "A framework to build extensions for TYPO3 CMS.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "2019-03-08T13:56:36+00:00" }, { - "name": "typo3/cms-extensionmanager", - "version": "v9.5.8", + "name": "phar-io/manifest", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420" + "url": "https://github.com/phar-io/manifest.git", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/c1d4daaf10a6dd71314c84921b28a68b6a774420", - "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "extensionmanager": "*" + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^2.0", + "php": "^5.6 || ^7.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "extensionmanager" + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Extensionmanager\\": "Classes/" + "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": "2018-07-08T19:23:20+00:00" + }, + { + "name": "phar-io/version", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", + "name": "Arne Blankerts", "role": "Developer", - "email": "typo3cms@typo3.org" + "email": "arne@blankerts.de" + }, + { + "name": "Sebastian Heuer", + "role": "Developer", + "email": "sebastian@phpeople.de" + }, + { + "name": "Sebastian Bergmann", + "role": "Developer", + "email": "sebastian@phpunit.de" } ], - "description": "TYPO3 Extension Manager", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Library for handling version information and constraints", + "time": "2018-07-08T19:19:57+00:00" }, { - "name": "typo3/cms-felogin", - "version": "v9.5.8", + "name": "phpdocumentor/reflection-common", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/562c6c7a9cc42117bfa630dbdb0d0b04e201246f", - "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": ">=5.5" }, - "replace": { - "felogin": "*" + "require-dev": { + "phpunit/phpunit": "^4.6" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "felogin" + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Felogin\\": "Classes/" + "phpDocumentor\\Reflection\\": [ + "src" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" } ], - "description": "A template-based plugin to log in Website Users in the Frontend", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/cms-filelist", - "version": "v9.5.8", + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", - "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", + "phpdocumentor/type-resolver": "^0.4.0", + "webmozart/assert": "^1.0" }, - "replace": { - "filelist": "*" + "require-dev": { + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "filelist" + "branch-alias": { + "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Filelist\\": "Classes/" + "phpDocumentor\\Reflection\\": [ + "src/" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "Listing of files in the directory", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2019-04-30T17:48:53+00:00" }, { - "name": "typo3/cms-filemetadata", - "version": "v9.5.8", + "name": "phpdocumentor/type-resolver", + "version": "0.4.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "e024ba321bfa720bc392337136025d5ce08e2c51" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/e024ba321bfa720bc392337136025d5ce08e2c51", - "reference": "e024ba321bfa720bc392337136025d5ce08e2c51", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" }, - "replace": { - "filemetadata": "*" + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "filemetadata" + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "Add advanced metadata to File.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "time": "2017-07-14T14:27:02+00:00" }, { - "name": "typo3/cms-fluid", - "version": "v9.5.8", + "name": "phpspec/prophecy", + "version": "1.8.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7" + "url": "https://github.com/phpspec/prophecy.git", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", - "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8", - "typo3/cms-extbase": "9.5.8", - "typo3fluid/fluid": "^2.6.1" - }, - "conflict": { - "typo3/cms": "*" + "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" }, - "replace": { - "fluid": "*" + "require-dev": { + "phpspec/phpspec": "^2.5|^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "fluid" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "branch-alias": { + "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\CMS\\Fluid\\": "Classes/" + "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" } ], - "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "time": "2019-06-13T12:50:23+00:00" }, { - "name": "typo3/cms-fluid-styled-content", - "version": "v9.5.8", + "name": "phpunit/php-code-coverage", + "version": "6.1.4", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff" + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", - "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8", - "typo3/cms-fluid": "9.5.8", - "typo3/cms-frontend": "9.5.8" + "ext-dom": "*", + "ext-xmlwriter": "*", + "php": "^7.1", + "phpunit/php-file-iterator": "^2.0", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^3.0", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^3.1 || ^4.0", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1" }, - "conflict": { - "typo3/cms": "*" + "require-dev": { + "phpunit/phpunit": "^7.0" }, - "replace": { - "fluid_styled_content": "*" + "suggest": { + "ext-xdebug": "^2.6.0" }, - "type": "typo3-cms-framework", - "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "fluid_styled_content" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.1-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\FluidStyledContent\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "A set of common content elements based on Fluid for Frontend output.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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-10-31T16:06:48+00:00" }, { - "name": "typo3/cms-form", - "version": "v9.5.8", + "name": "phpunit/php-file-iterator", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21" + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/eeaffab43eddfcfcf0d86d78b0319656a891de21", - "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { - "psr/http-message": "~1.0", - "symfony/expression-language": "^4.1", - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "form": "*" + "php": "^7.1" }, - "suggest": { - "typo3/cms-filelist": "Add context menu item for form files", - "typo3/cms-impexp": "Register imported form files" + "require-dev": { + "phpunit/phpunit": "^7.1" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "form" + "branch-alias": { + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Form\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Form Library, Plugin and Editor", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "time": "2018-09-13T20:33:42+00:00" }, { - "name": "typo3/cms-frontend", - "version": "v9.5.8", + "name": "phpunit/php-text-template", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae" + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/c0574402a3002af017c0f15e936ba863fa9af1ae", - "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "frontend": "*" - }, - "suggest": { - "typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend." - }, - "type": "typo3-cms-framework", - "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "frontend" - } + "php": ">=5.3.3" }, + "type": "library", "autoload": { - "psr-4": { - "TYPO3\\CMS\\Frontend\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Classes for the frontend of TYPO3.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "time": "2015-06-21T13:50:34+00:00" }, { - "name": "typo3/cms-info", - "version": "v9.5.8", + "name": "phpunit/php-timer", + "version": "2.1.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/b6caef71ccbdb7e446c902a105af48da54f60fef", - "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.1" }, - "replace": { - "info": "*", - "typo3/cms-info-pagetsconfig": "*" + "require-dev": { + "phpunit/phpunit": "^7.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "info" - }, - "typo3/class-alias-loader": { - "always-add-alias-loader": true, - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "branch-alias": { + "dev-master": "2.1-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Info\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Shows various infos", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "time": "2019-06-07T04:22:29+00:00" }, { - "name": "typo3/cms-install", - "version": "v9.5.8", + "name": "phpunit/php-token-stream", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72" + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/00b70e80bcaffc55efb70bbadf3193654eec8d72", - "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a", + "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", - "symfony/finder": "^4.1", - "typo3/cms-core": "9.5.8", - "typo3/cms-extbase": "9.5.8", - "typo3/cms-fluid": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "ext-tokenizer": "*", + "php": "^7.1" }, - "replace": { - "install": "*" + "require-dev": { + "phpunit/phpunit": "^7.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "install" + "branch-alias": { + "dev-master": "3.1-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Install\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "keywords": [ + "tokenizer" + ], + "time": "2019-07-25T05:29:42+00:00" }, { - "name": "typo3/cms-lowlevel", - "version": "v9.5.8", + "name": "phpunit/phpunit", + "version": "7.5.14", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "04401fa72e242fca0958446e7f7136227d895b69" + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/04401fa72e242fca0958446e7f7136227d895b69", - "reference": "04401fa72e242fca0958446e7f7136227d895b69", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff", + "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" + "doctrine/instantiator": "^1.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "^1.7", + "phar-io/manifest": "^1.0.2", + "phar-io/version": "^2.0", + "php": "^7.1", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^6.0.7", + "phpunit/php-file-iterator": "^2.0.1", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^2.1", + "sebastian/comparator": "^3.0", + "sebastian/diff": "^3.0", + "sebastian/environment": "^4.0", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^2.0", + "sebastian/version": "^2.0.1" }, "conflict": { - "typo3/cms": "*" + "phpunit/phpunit-mock-objects": "*" }, - "replace": { - "lowlevel": "*" + "require-dev": { + "ext-pdo": "*" }, - "type": "typo3-cms-framework", + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*", + "phpunit/php-invoker": "^2.0" + }, + "bin": [ + "phpunit" + ], + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "lowlevel" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "branch-alias": { + "dev-master": "7.5-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Lowlevel\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" } ], - "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "time": "2019-07-15T06:24:08+00:00" }, { - "name": "typo3/cms-opendocs", - "version": "v9.5.8", + "name": "sebastian/code-unit-reverse-lookup", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/opendocs.git", - "reference": "0d1c1442efe4b019454f465130468989c0eb4f33" + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/0d1c1442efe4b019454f465130468989c0eb4f33", - "reference": "0d1c1442efe4b019454f465130468989c0eb4f33", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^5.6 || ^7.0" }, - "replace": { - "opendocs": "*" + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "opendocs" + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Opendocs\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Shows opened documents by the user.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/cms-recordlist", - "version": "v9.5.8", + "name": "sebastian/comparator", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544" + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", - "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.1", + "sebastian/diff": "^3.0", + "sebastian/exporter": "^3.1" }, - "replace": { - "recordlist": "*" + "require-dev": { + "phpunit/phpunit": "^7.1" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "protected": true, - "partOfFactoryDefault": true, - "partOfMinimalUsableSystem": true - }, - "extension-key": "recordlist" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "branch-alias": { + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Recordlist\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "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": "List of database-records", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "time": "2018-07-12T15:12:46+00:00" }, { - "name": "typo3/cms-recycler", - "version": "v9.5.8", + "name": "sebastian/diff", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "343a904344ebf54e524c0f2cf28386ca60d53414" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/343a904344ebf54e524c0f2cf28386ca60d53414", - "reference": "343a904344ebf54e524c0f2cf28386ca60d53414", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "recycler": "*" + "php": "^7.1" }, - "suggest": { - "typo3/cms-scheduler": "Remove deleted records after given time" + "require-dev": { + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "recycler" - } - }, - "autoload": { - "psr-4": { - "TYPO3\\CMS\\Recycler\\": "Classes/" + "branch-alias": { + "dev-master": "3.0-dev" } }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "time": "2019-02-04T06:01:07+00:00" }, { - "name": "typo3/cms-reports", - "version": "v9.5.8", + "name": "sebastian/environment", + "version": "4.2.2", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9" + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/6fc582af5ed57975414cd8415da1b38ae7fb19e9", - "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", + "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.1" }, - "replace": { - "reports": "*" + "require-dev": { + "phpunit/phpunit": "^7.5" }, "suggest": { - "typo3/cms-scheduler": "Determine system's status and send it via email" + "ext-posix": "*" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "reports" - }, - "typo3/class-alias-loader": { - "class-alias-maps": [ - "Migrations/Code/ClassAliasMap.php" - ] + "branch-alias": { + "dev-master": "4.2-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Reports\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "The reports module groups several system reports.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2019-05-05T09:05:15+00:00" }, { - "name": "typo3/cms-rte-ckeditor", - "version": "v9.5.8", + "name": "sebastian/exporter", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "7078768be898346cd13b67a24f03f097076e030e" + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/7078768be898346cd13b67a24f03f097076e030e", - "reference": "7078768be898346cd13b67a24f03f097076e030e", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" - }, - "replace": { - "rte_ckeditor": "*" + "php": "^7.0", + "sebastian/recursion-context": "^3.0" }, - "suggest": { - "typo3/cms-setup": "*" + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "rte_ckeditor" + "branch-alias": { + "dev-master": "3.1.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\RteCKEditor\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "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": "Integration of CKEditor as Rich Text Editor.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/cms-scheduler", - "version": "v9.5.8", + "name": "sebastian/global-state", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c" + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/550fe13bd47075c8e79896a522d35ff5c5c19d2c", - "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" + "php": "^7.0" }, - "conflict": { - "typo3/cms": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "replace": { - "scheduler": "*" + "suggest": { + "ext-uopz": "*" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "extension-key": "scheduler" + "branch-alias": { + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Scheduler\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/cms-setup", - "version": "v9.5.8", + "name": "sebastian/object-enumerator", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0" + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", - "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, - "replace": { - "setup": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "setup" + "branch-alias": { + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Setup\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/cms-tstemplate", - "version": "v9.5.8", + "name": "sebastian/object-reflector", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8" + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/a1e9f2d876935512febcf698fba591fbfea1b8b8", - "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", + "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0" }, - "replace": { - "tstemplate": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "tstemplate" + "branch-alias": { + "dev-master": "1.1-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Tstemplate\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Framework for management of TypoScript template records for the CMS frontend.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/cms-viewpage", - "version": "v9.5.8", + "name": "sebastian/recursion-context", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71" + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/802ffe8502c7f89fa9747ca2192455404aeaba71", - "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.8" - }, - "conflict": { - "typo3/cms": "*" + "php": "^7.0" }, - "replace": { - "viewpage": "*" + "require-dev": { + "phpunit/phpunit": "^6.0" }, - "type": "typo3-cms-framework", + "type": "library", "extra": { - "typo3/cms": { - "Package": { - "partOfFactoryDefault": true - }, - "extension-key": "viewpage" + "branch-alias": { + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\CMS\\Viewpage\\": "Classes/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "TYPO3 Core Team", - "role": "Developer", - "email": "typo3cms@typo3.org" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], - "description": "Shows the frontend webpage inside the backend frameset.", - "homepage": "https://typo3.org", - "time": "2019-06-25T08:28:51+00:00" + "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": "typo3/minimal", - "version": "v9.5.0", + "name": "sebastian/resource-operations", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3/minimal.git", - "reference": "6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc" + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/minimal/zipball/6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc", - "reference": "6ca773e3a90f193ef6cbac7be810d2e8eb6d06fc", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { - "typo3/cms-backend": "9.5.*@dev", - "typo3/cms-core": "9.5.*@dev", - "typo3/cms-extbase": "9.5.*@dev", - "typo3/cms-extensionmanager": "9.5.*@dev", - "typo3/cms-filelist": "9.5.*@dev", - "typo3/cms-fluid": "9.5.*@dev", - "typo3/cms-frontend": "9.5.*@dev", - "typo3/cms-install": "9.5.*@dev", - "typo3/cms-recordlist": "9.5.*@dev" + "php": "^7.1" }, - "type": "metapackage", + "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5.x-dev" + "dev-master": "2.0-dev" } }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "The TYPO3 Community", - "role": "Contributor", - "homepage": "https://typo3.org/community/" - }, - { - "name": "TYPO3 CMS Core Team", - "role": "Developer", - "homepage": "https://forge.typo3.org/projects/typo3cms-core" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Minimal required set of TYPO3 extensions", - "time": "2018-09-11T09:01:10+00:00" + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "time": "2018-10-04T04:07:39+00:00" }, { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.2", + "name": "sebastian/version", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771", - "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.0" - }, - "require-dev": { - "ext-xdebug": "*", - "phpunit/phpunit": "^6.5" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "v3.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } ], - "time": "2019-05-14T13:14:14+00:00" + "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": "typo3fluid/fluid", - "version": "2.6.1", + "name": "theseer/tokenizer", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/TYPO3/Fluid.git", - "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d" + "url": "https://github.com/theseer/tokenizer.git", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", - "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "shasum": "" }, "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^4.8", - "squizlabs/php_codesniffer": "^2.7" + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.0" }, - "bin": [ - "bin/fluid" - ], "type": "library", "autoload": { - "psr-4": { - "TYPO3Fluid\\Fluid\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "BSD-3-Clause" ], - "description": "The TYPO3 Fluid template rendering engine", - "time": "2019-05-07T07:07:18+00:00" + "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": "2019-06-13T22:48:21+00:00" }, { "name": "webmozart/assert", @@ -6535,7 +6537,6 @@ "time": "2018-12-25T11:19:39+00:00" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { -- GitLab From 2f73fc49005bd5f4f23e2f7ff8eff3698c8618a2 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Wed, 31 Jul 2019 19:44:07 +0200 Subject: [PATCH 04/28] =?UTF-8?q?[TASK]=C2=A0Remove=20breaking=20changes?= =?UTF-8?q?=20for=20ter=5Ffe2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/Eid/ExtensionController.php | 1 + .../Controller/ExtensionController.php | 34 ++++++--- .../Domain/Repository/ExtensionRepository.php | 13 ++++ .../Classes/Provider/AbstractProvider.php | 4 +- .../ter_fe2/Classes/Service/MirrorService.php | 2 +- .../Task/ImportAllExtensionKeysTask.php | 73 +++++++++++++------ .../ter_fe2/Classes/Utility/FileUtility.php | 2 +- .../TCA/tx_terfe2_domain_model_author.php | 2 +- .../TCA/tx_terfe2_domain_model_extension.php | 2 +- .../TCA/tx_terfe2_domain_model_relation.php | 2 +- .../TCA/tx_terfe2_domain_model_tag.php | 2 +- .../TCA/tx_terfe2_domain_model_version.php | 2 +- extensions/ter_fe2/ext_tables.php | 2 +- 13 files changed, 100 insertions(+), 41 deletions(-) diff --git a/extensions/ter_fe2/Classes/Controller/Eid/ExtensionController.php b/extensions/ter_fe2/Classes/Controller/Eid/ExtensionController.php index 66c67cb6..8c12f1db 100644 --- a/extensions/ter_fe2/Classes/Controller/Eid/ExtensionController.php +++ b/extensions/ter_fe2/Classes/Controller/Eid/ExtensionController.php @@ -24,6 +24,7 @@ class ExtensionController { /** + * TODO: Do we still need this? * @var \TYPO3\CMS\Core\Database\DatabaseConnection */ protected $databaseConnection; diff --git a/extensions/ter_fe2/Classes/Controller/ExtensionController.php b/extensions/ter_fe2/Classes/Controller/ExtensionController.php index b33bbe45..8cc3f12c 100755 --- a/extensions/ter_fe2/Classes/Controller/ExtensionController.php +++ b/extensions/ter_fe2/Classes/Controller/ExtensionController.php @@ -15,6 +15,8 @@ namespace T3o\TerFe2\Controller; */ use T3o\TerFe2\Validation\Validator\ComposerNameValidator; +use TYPO3\CMS\Core\Database\ConnectionPool; +use TYPO3\CMS\Core\Utility\GeneralUtility; /** * Controller for the extension object @@ -579,23 +581,28 @@ class ExtensionController extends \T3o\TerFe2\Controller\AbstractController /** * Check if current frontend user can upload given extension * - * There is no better (and faster) way to do this at the momement. + * There is no better (and faster) way to do this at the moment. * * @param string $extensionKey The extension key * @return bool TRUE if upload is allowed */ - protected function userIsAllowedToUploadExtension($extensionKey) + protected function userIsAllowedToUploadExtension($extensionKey): bool { $this->frontendUser = (!empty($GLOBALS['TSFE']->fe_user->user) ? $GLOBALS['TSFE']->fe_user->user : []); if (empty($this->frontendUser['username'])) { return false; } - $isAllowedToUploadKey = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows( + + $connection = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('tx_ter_extensionkeys'); + $isAllowedToUploadKey = $connection->count( 'uid', 'tx_ter_extensionkeys', - 'ownerusername LIKE "' . $GLOBALS['TYPO3_DB']->quoteStr($this->frontendUser['username'], 'foo') . '" - AND extensionkey LIKE "' . $GLOBALS['TYPO3_DB']->quoteStr($extensionKey, 'foo') . '"' + [ + 'ownerusername' => $this->frontendUser['username'], + 'extensionkey' => $extensionKey + ] ); + return !empty($isAllowedToUploadKey); } @@ -614,24 +621,31 @@ class ExtensionController extends \T3o\TerFe2\Controller\AbstractController /** * Check if an version does not exist for extension * - * There is no better (and faster) way to do this at the momement. + * There is no better (and faster) way to do this at the moment. * * @param string $extensionKey The extension key * @param string $versionString The extension version * @return bool TRUE if version already exists + * + * TODO: Discuss with Thomas, logic looks incorrect with naming and return value. */ protected function versionIsPossibleForExtension($extensionKey, $versionString) { if (empty($extensionKey) || empty($versionString)) { return false; } - $versionExistsForExtension = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows( + + $connection = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('tx_ter_extensions'); + $versionExistsForExtension = $connection->count( 'uid', 'tx_ter_extensions', - 'extensionkey = "' . $GLOBALS['TYPO3_DB']->quoteStr($extensionKey, 'foo') . '" - AND version LIKE "' . $GLOBALS['TYPO3_DB']->quoteStr($versionString, 'foo') . '"' + [ + 'extensionkey' => $extensionKey, + 'version' => $versionString + ] ); - return empty($versionExistsForExtension); + + return $versionExistsForExtension; } /** diff --git a/extensions/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php b/extensions/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php index 79a5d9bc..95445ab5 100644 --- a/extensions/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php +++ b/extensions/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php @@ -107,6 +107,19 @@ class ExtensionRepository extends \T3o\TerFe2\Domain\Repository\AbstractReposito return $query->execute()->getFirst(); } + /** + * Returns extension by extension key + * + * @param $extensionKey + * @return int + */ + public function countByExtKey($extensionKey) + { + $query = $this->createQuery(0, 1); + $this->match($query, $query->equals('extKey', $extensionKey)); + return $query->execute()->count(); + } + /** * Returns new and updated extensions * diff --git a/extensions/ter_fe2/Classes/Provider/AbstractProvider.php b/extensions/ter_fe2/Classes/Provider/AbstractProvider.php index dcf60f77..79c2e56d 100755 --- a/extensions/ter_fe2/Classes/Provider/AbstractProvider.php +++ b/extensions/ter_fe2/Classes/Provider/AbstractProvider.php @@ -14,6 +14,8 @@ namespace T3o\TerFe2\Provider; * The TYPO3 project - inspiring people to share! */ +use TYPO3\CMS\Core\Utility\GeneralUtility; + /** * Abstract extension provider */ @@ -123,7 +125,7 @@ abstract class AbstractProvider implements \T3o\TerFe2\Provider\ProviderInterfac */ protected function getVersionByRange($version) { - $version = \TYPO3\CMS\Extbase\Utility\ArrayUtility::trimExplode('-', $version); + $version = GeneralUtility::trimExplode('-', $version); $minimum = (!empty($version[0]) ? \TYPO3\CMS\Core\Utility\VersionNumberUtility::convertVersionNumberToInteger($version[0]) : 0); $maximum = (!empty($version[1]) ? \TYPO3\CMS\Core\Utility\VersionNumberUtility::convertVersionNumberToInteger($version[1]) : 0); diff --git a/extensions/ter_fe2/Classes/Service/MirrorService.php b/extensions/ter_fe2/Classes/Service/MirrorService.php index 1fd4e0a3..9f49f7c8 100644 --- a/extensions/ter_fe2/Classes/Service/MirrorService.php +++ b/extensions/ter_fe2/Classes/Service/MirrorService.php @@ -219,7 +219,7 @@ class MirrorService implements \TYPO3\CMS\Core\SingletonInterface $url = \T3o\TerFe2\Utility\FileUtility::getAbsolutePathFromUrl($url); $content = \TYPO3\CMS\Core\Utility\GeneralUtility::getURL($url); } else { - $content = \TYPO3\CMS\Core\Utility\GeneralUtility::getURL($url, 0, [TYPO3_user_agent]); + $content = \TYPO3\CMS\Core\Utility\GeneralUtility::getURL($url, 0, $GLOBALS['TYPO3_CONF_VARS']['HTTP']['headers']['User-Agent']); } if (empty($content)) { diff --git a/extensions/ter_fe2/Classes/Task/ImportAllExtensionKeysTask.php b/extensions/ter_fe2/Classes/Task/ImportAllExtensionKeysTask.php index d6f26509..2de8e596 100644 --- a/extensions/ter_fe2/Classes/Task/ImportAllExtensionKeysTask.php +++ b/extensions/ter_fe2/Classes/Task/ImportAllExtensionKeysTask.php @@ -14,6 +14,13 @@ namespace T3o\TerFe2\Task; * The TYPO3 project - inspiring people to share! */ +use T3o\TerFe2\Domain\Model\Extension; +use T3o\TerFe2\Domain\Repository\ExtensionRepository; +use TYPO3\CMS\Core\Database\ConnectionPool; +use TYPO3\CMS\Core\Utility\GeneralUtility; +use TYPO3\CMS\Extbase\Object\ObjectManager; +use TYPO3\CMS\Extensionmanager\Domain\Repository\RepositoryRepository; + /** * This is a one-time task to get all extension keys from ter tables * to the new ter_fe2 tables. @@ -31,6 +38,24 @@ class ImportAllExtensionKeysTask extends \TYPO3\CMS\Extbase\Scheduler\Task */ protected $pid = 2; + /** + * @var ObjectManager + */ + protected $objectManager; + + /** + * @var ExtensionRepository + */ + protected $extensionRepository; + + /** + * @param ObjectManager $objectManager + */ + protected function injectObjectManager(ObjectManager $objectManager) + { + $this->objectManager = $objectManager; + } + /** * executes the importer * @@ -38,6 +63,7 @@ class ImportAllExtensionKeysTask extends \TYPO3\CMS\Extbase\Scheduler\Task */ public function execute() { + $this->extensionRepository = $this->objectManager->get(RepositoryRepository::class); $extensionKeysFromTer = $this->getAllExtensionKeysFromTer(); foreach ($extensionKeysFromTer as $extensionData) { @@ -59,31 +85,35 @@ class ImportAllExtensionKeysTask extends \TYPO3\CMS\Extbase\Scheduler\Task */ public function getAllExtensionKeysFromTer(): array { - $extData = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows( - '*', - 'tx_ter_extensionkeys', - '', - false, - 'crdate' + $extData = []; + $connection = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('tx_ter_extensionkeys'); + $result = $connection->select( + ['*'], + 'tx_ter_extensionkeys' ); + while ($row = $result->fetch()) { + $extData[] = $row; + } + return $extData; } /** * @param array $extData - * - * @return int $uid extension uid + * @return bool|int + * @deprecated Will be removed June 2020 */ public function extensionExists($extData) { - $extRec = $GLOBALS['TYPO3_DB']->exec_SELECTgetSingleRow( - 'uid', - 'tx_terfe2_domain_model_extension', - 'NOT deleted AND ext_key = ' . $GLOBALS['TYPO3_DB']->fullQuoteStr($extData['extensionkey'], 'tx_terfe2_domain_model_extension') - ); + $extensionRepository = $this->objectManager->get(ExtensionRepository::class); + $extension = $extensionRepository->findOneByExtKey($extData['extensionkey']); - return !empty($extRec); + if ($extension instanceof Extension) { + return $extension->getUid(); + } + + return false; } /** @@ -92,13 +122,8 @@ class ImportAllExtensionKeysTask extends \TYPO3\CMS\Extbase\Scheduler\Task */ public function getVersionCount($extensionKey) { - $versionCounter = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows( - 'uid', - 'tx_ter_extensions', - 'extensionkey = ' . $GLOBALS['TYPO3_DB']->fullQuoteStr($extensionKey, 'tx_ter_extensions') - ); - - return (int)$versionCounter; + $extensionRepository = $this->objectManager->get(ExtensionRepository::class); + return $extensionRepository->countByExtKey($extensionKey); } /** @@ -118,6 +143,10 @@ class ImportAllExtensionKeysTask extends \TYPO3\CMS\Extbase\Scheduler\Task ]; - $GLOBALS['TYPO3_DB']->exec_INSERTquery('tx_terfe2_domain_model_extension', $insertExtension); + $connection = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('tx_terfe2_domain_model_extension'); + $connection->insert( + 'tx_terfe2_domain_model_extension', + $insertExtension + ); } } diff --git a/extensions/ter_fe2/Classes/Utility/FileUtility.php b/extensions/ter_fe2/Classes/Utility/FileUtility.php index 9a9bdd9f..8f69becc 100644 --- a/extensions/ter_fe2/Classes/Utility/FileUtility.php +++ b/extensions/ter_fe2/Classes/Utility/FileUtility.php @@ -520,7 +520,7 @@ $EM_CONF[$_EXTKEY] = ' . self::arrayToCode($emConfArray, 0) . '; } elseif (strlen($k)) { $lines .= str_repeat(TAB, $level) . "'" . $k . "' => " . (\TYPO3\CMS\Core\Utility\MathUtility::canBeInterpretedAsInteger($v) ? intval($v) : "'" - . \TYPO3\CMS\Core\Utility\GeneralUtility::slashJS(trim($v), 1) . "'") . ',' . LF; + . str_replace('\\', '\\\\', trim($v))) . ',' . LF; } } diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php index b4cfce0c..6fad2420 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Icons/author.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/author.gif', ], 'interface' => [ 'showRecordFieldList' => 'name,email,company,forge_link,username,versions,frontend_user,author_type', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php index bff3f6a3..9f96847b 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Icons/extension.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/extension.gif', ], 'interface' => [ 'showRecordFieldList' => 'ext_key,forge_link,last_update,last_maintained,tags,versions,last_version,frontend_user,downloads,composer_name,repository_url,paypal_url,external_manual,expire', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php index 61cd31a4..e5d78da4 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Icons/relation.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/relation.gif', ], 'interface' => [ 'showRecordFieldList' => 'relation_type,relation_key,minimum_version,maximum_version', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php index 52d84a65..d87761ea 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Icons/tag.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/tag.gif', ], 'interface' => [ 'showRecordFieldList' => 'title,extensions', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php index 6195eedf..3d7e60d1 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php @@ -18,7 +18,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Icons/version.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/version.gif', ], 'interface' => [ 'showRecordFieldList' => 'title,description,version_number,version_string,upload_date,upload_comment,download_counter,frontend_download_counter,state,em_category,load_order,priority,shy,internal,do_not_load_in_fe,uploadfolder,clear_cache_on_load,module,create_dirs,modify_tables,lock_type,cgl_compliance,cgl_compliance_note,review_state,manual,has_manual,software_relations,author,file_hash,extension_provider,has_zip_file,has_images,composer_info', diff --git a/extensions/ter_fe2/ext_tables.php b/extensions/ter_fe2/ext_tables.php index 0a6375cc..2fb4cc66 100644 --- a/extensions/ter_fe2/ext_tables.php +++ b/extensions/ter_fe2/ext_tables.php @@ -30,7 +30,7 @@ call_user_func(function () { \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(' mod.wizards.newContentElement.wizardItems.special {\n elements.' . $extIdent . ' {\n - icon = ' . \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Images/Wizard.gif\n + icon = ' . \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Images/Wizard.gif\n title = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:newContentElement.wizardItem.title\n description = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:newContentElement.wizardItem.description\n\n tt_content_defValues {\n -- GitLab From a07175e24b9cd0fbbdb1061efe675844508cdbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 8 Aug 2019 14:28:55 +0200 Subject: [PATCH 05/28] Change deprecated code and fix dependencies --- composer.lock | 10 +-- .../TCA/tx_ter_extensiondetails.php | 2 +- .../TCA/tx_ter_extensionkeys.php | 2 +- .../TCA/tx_ter_extensionmembers.php | 2 +- .../TCA/tx_ter_extensionqueue.php | 2 +- .../Configuration/TCA/tx_ter_extensions.php | 2 +- extensions/ter/ext_emconf.php | 4 +- extensions/ter_fe2/composer.json | 3 +- extensions/ter_fe2/ext_emconf.php | 13 +-- private/typo3conf/LocalConfiguration.php | 88 ++++++++++++++----- 10 files changed, 84 insertions(+), 44 deletions(-) diff --git a/composer.lock b/composer.lock index 3248caba..524965e2 100644 --- a/composer.lock +++ b/composer.lock @@ -3113,11 +3113,11 @@ }, { "name": "t3o/gitlab_api", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://git-t3o.typo3.org/t3o/gitlab_api.git", - "reference": "89d77f24e1f5a19823e64db7b0346acda9476775" + "reference": "4eba61d5fc46bce200f44fabff25e800d69e9611" }, "replace": { "gitlab_api": "self.version", @@ -3132,7 +3132,7 @@ "keywords": [ "TYPO3 CMS" ], - "time": "2018-04-11T09:12:14+00:00" + "time": "2019-08-08T12:20:59+00:00" }, { "name": "t3o/t3olayout", @@ -3140,7 +3140,7 @@ "source": { "type": "git", "url": "https://git-t3o.typo3.org/t3o/t3olayout.git", - "reference": "d8a0598bd4e35a843888ec6dcf3add85796be2fd" + "reference": "654d258aca85468439fb797cabd3852fe0768958" }, "require": { "causal/ig_ldap_sso_auth": "^3.4", @@ -3189,7 +3189,7 @@ "keywords": [ "TYPO3 CMS" ], - "time": "2019-08-02T21:41:34+00:00" + "time": "2019-08-08T12:24:44+00:00" }, { "name": "t3o/ter-frontend", diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php b/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php index 788028b2..24025ed7 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php @@ -19,7 +19,7 @@ return [ 'label_userFunc' => 'EXT:ter/class.tx_ter_tcaLabel.php:tx_ter_tcaLabel->getExtensionKey', 'default_sortby' => 'ORDER BY extensionuid', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensiondetails', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($extensionKey) . 'tx_ter_extensiondetails.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensiondetails.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php b/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php index 575a5013..2c0758ea 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php @@ -20,7 +20,7 @@ return [ 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionkeys', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($extensionKey) . 'tx_ter_extensionkeys.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensionkeys.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php b/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php index 63c6b743..2ede46c9 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php @@ -18,7 +18,7 @@ return [ 'label' => 'extensionkey', 'default_sortby' => 'ORDER BY extensionkey', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionmembers', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($extensionKey) . 'tx_ter_extensionmembers.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensionmembers.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php b/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php index 2f2139d9..88baee08 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php @@ -21,7 +21,7 @@ return [ 'tstamp' => 'tstamp', 'delete' => 'deleted', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionqueue', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($extensionKey) . 'tx_ter_extensionqueue.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensionqueue.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensions.php b/extensions/ter/Configuration/TCA/tx_ter_extensions.php index 258eb1d9..3c84f596 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensions.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensions.php @@ -20,7 +20,7 @@ return [ 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensions', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($extensionKey) . 'tx_ter_extensions.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensions.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/ext_emconf.php b/extensions/ter/ext_emconf.php index a6b6dd04..42cb4826 100755 --- a/extensions/ter/ext_emconf.php +++ b/extensions/ter/ext_emconf.php @@ -28,9 +28,7 @@ $EM_CONF[$_EXTKEY] = [ 'author_company' => 'TYPO3 Association', 'version' => '2.0.9', 'constraints' => [ - 'depends' => [ - 'saltedpasswords' => '', - ], + 'depends' => [], 'conflicts' => [], 'suggests' => [], ], diff --git a/extensions/ter_fe2/composer.json b/extensions/ter_fe2/composer.json index d9c67d83..c6965e6f 100644 --- a/extensions/ter_fe2/composer.json +++ b/extensions/ter_fe2/composer.json @@ -19,7 +19,8 @@ }, "license": "GPL-2.0+", "require": { - "typo3/cms-core": "^8.7 || ^9.5" + "typo3/cms-core": "^8.7 || ^9.5", + "apache-solr-for-typo3/solr": "^9.0" }, "autoload": { "psr-4": { diff --git a/extensions/ter_fe2/ext_emconf.php b/extensions/ter_fe2/ext_emconf.php index 67e1b671..2753bd95 100644 --- a/extensions/ter_fe2/ext_emconf.php +++ b/extensions/ter_fe2/ext_emconf.php @@ -31,16 +31,9 @@ $EM_CONF[$_EXTKEY] = [ 'lockType' => '', 'version' => '0.4.0', 'constraints' => [ - 'depends' => [ - 'extbase' => '', - 'fluid' => '', - ], - 'conflicts' => [ - ], - 'suggests' => [ - 'em' => '', - 'paginate' => '', - ], + 'depends' => [], + 'conflicts' => [], + 'suggests' => [], ], 'suggests' => [ ], diff --git a/private/typo3conf/LocalConfiguration.php b/private/typo3conf/LocalConfiguration.php index d75e5b91..91ba22b1 100644 --- a/private/typo3conf/LocalConfiguration.php +++ b/private/typo3conf/LocalConfiguration.php @@ -21,24 +21,76 @@ return [ ], 'EXT' => [ 'extConf' => [ - 'backend' => 'a:5:{s:9:"loginLogo";s:0:"";s:19:"loginHighlightColor";s:0:"";s:20:"loginBackgroundImage";s:0:"";s:11:"backendLogo";s:0:"";s:14:"backendFavicon";s:0:"";}', + 'backend' => 'a:6:{s:9:"loginLogo";s:0:"";s:19:"loginHighlightColor";s:0:"";s:20:"loginBackgroundImage";s:0:"";s:13:"loginFootnote";s:0:"";s:11:"backendLogo";s:0:"";s:14:"backendFavicon";s:0:"";}', 'extensionmanager' => 'a:2:{s:21:"automaticInstallation";s:1:"1";s:11:"offlineMode";s:1:"0";}', - 'gridelements' => 'a:3:{s:20:"additionalStylesheet";s:0:"";s:19:"nestingInListModule";s:1:"0";s:26:"overlayShortcutTranslation";s:1:"0";}', - 'ig_ldap_sso_auth' => 'a:18:{s:18:"checkConfiguration";s:1:"0";s:21:"throwExceptionAtLogin";s:1:"1";s:22:"forceLowerCaseUsername";s:1:"1";s:26:"enableBELDAPAuthentication";s:1:"0";s:17:"TYPO3BEGroupExist";s:1:"0";s:16:"TYPO3BEUserExist";s:1:"0";s:10:"BEfailsafe";s:1:"0";s:27:"TYPO3BEGroupsNotSynchronize";s:1:"0";s:12:"keepBEGroups";s:1:"0";s:11:"enableBESSO";s:1:"0";s:26:"enableFELDAPAuthentication";s:1:"1";s:31:"TYPO3FEDeleteUserIfNoLDAPGroups";s:1:"0";s:32:"TYPO3FEDeleteUserIfNoTYPO3Groups";s:1:"0";s:17:"TYPO3FEGroupExist";s:1:"0";s:16:"TYPO3FEUserExist";s:1:"0";s:27:"TYPO3FEGroupsNotSynchronize";s:1:"1";s:12:"keepFEGroups";s:1:"1";s:11:"enableFESSO";s:1:"0";}', - 'realurl' => 'a:6:{s:10:"configFile";s:34:"typo3conf/RealurlConfiguration.php";s:14:"enableAutoConf";s:1:"1";s:14:"autoConfFormat";s:1:"0";s:17:"segTitleFieldList";s:0:"";s:12:"enableDevLog";s:1:"0";s:10:"moduleIcon";s:1:"0";}', - 'rsaauth' => 'a:1:{s:18:"temporaryDirectory";s:0:"";}', - 'rte_ckeditor' => 'a:1:{s:15:"ckeditorVersion";s:1:"1";}', - 'saltedpasswords' => 'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\\CMS\\Saltedpasswords\\Salt\\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingMethod";s:41:"TYPO3\\CMS\\Saltedpasswords\\Salt\\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}', - 'scheduler' => 'a:4:{s:11:"maxLifetime";s:4:"1440";s:11:"enableBELog";s:1:"1";s:15:"showSampleTasks";s:1:"1";s:11:"useAtdaemon";s:1:"0";}', - 'solr' => 'a:0:{}', - 't3olayout' => 'a:0:{}', - 'ter' => 'a:1:{s:13:"repositoryDir";s:28:"/var/www/html/fileadmin/ter/";}', - 'ter_fe2' => 'a:0:{}', - 'ter_layout' => 'a:0:{}', + 'gridelements' => 'a:6:{s:20:"additionalStylesheet";s:0:"";s:19:"nestingInListModule";s:1:"0";s:26:"overlayShortcutTranslation";s:1:"0";s:19:"disableDragInWizard";s:1:"0";s:25:"disableCopyFromPageButton";s:1:"0";s:38:"disableAutomaticUnusedColumnCorrection";s:1:"0";}', + 'ig_ldap_sso_auth' => 'a:18:{s:21:"throwExceptionAtLogin";s:1:"1";s:22:"forceLowerCaseUsername";s:1:"0";s:23:"useExtConfConfiguration";s:1:"0";s:26:"enableBELDAPAuthentication";s:1:"0";s:17:"TYPO3BEGroupExist";s:1:"0";s:16:"TYPO3BEUserExist";s:1:"0";s:10:"BEfailsafe";s:1:"0";s:27:"TYPO3BEGroupsNotSynchronize";s:1:"0";s:12:"keepBEGroups";s:1:"0";s:11:"enableBESSO";s:1:"0";s:26:"enableFELDAPAuthentication";s:1:"0";s:31:"TYPO3FEDeleteUserIfNoLDAPGroups";s:1:"0";s:32:"TYPO3FEDeleteUserIfNoTYPO3Groups";s:1:"0";s:17:"TYPO3FEGroupExist";s:1:"0";s:16:"TYPO3FEUserExist";s:1:"0";s:27:"TYPO3FEGroupsNotSynchronize";s:1:"0";s:12:"keepFEGroups";s:1:"0";s:11:"enableFESSO";s:1:"0";}', + 'scheduler' => 'a:2:{s:11:"maxLifetime";s:4:"1440";s:15:"showSampleTasks";s:1:"1";}', + 'solr' => 'a:4:{s:35:"useConfigurationFromClosestTemplate";s:1:"0";s:43:"useConfigurationTrackRecordsOutsideSiteroot";s:1:"1";s:29:"useConfigurationMonitorTables";s:0:"";s:27:"allowSelfSignedCertificates";s:1:"0";}', + 'ter' => 'a:1:{s:13:"repositoryDir";s:0:"";}', + ], + ], + 'EXTENSIONS' => [ + 'backend' => [ + 'backendFavicon' => '', + 'backendLogo' => '', + 'loginBackgroundImage' => '', + 'loginFootnote' => '', + 'loginHighlightColor' => '', + 'loginLogo' => '', + ], + 'extensionmanager' => [ + 'automaticInstallation' => '1', + 'offlineMode' => '0', + ], + 'gridelements' => [ + 'additionalStylesheet' => '', + 'disableAutomaticUnusedColumnCorrection' => '0', + 'disableCopyFromPageButton' => '0', + 'disableDragInWizard' => '0', + 'nestingInListModule' => '0', + 'overlayShortcutTranslation' => '0', + ], + 'ig_ldap_sso_auth' => [ + 'BEfailsafe' => '0', + 'TYPO3BEGroupExist' => '0', + 'TYPO3BEGroupsNotSynchronize' => '0', + 'TYPO3BEUserExist' => '0', + 'TYPO3FEDeleteUserIfNoLDAPGroups' => '0', + 'TYPO3FEDeleteUserIfNoTYPO3Groups' => '0', + 'TYPO3FEGroupExist' => '0', + 'TYPO3FEGroupsNotSynchronize' => '0', + 'TYPO3FEUserExist' => '0', + 'enableBELDAPAuthentication' => '0', + 'enableBESSO' => '0', + 'enableFELDAPAuthentication' => '0', + 'enableFESSO' => '0', + 'forceLowerCaseUsername' => '0', + 'keepBEGroups' => '0', + 'keepFEGroups' => '0', + 'throwExceptionAtLogin' => '1', + 'useExtConfConfiguration' => '0', + ], + 'scheduler' => [ + 'maxLifetime' => '1440', + 'showSampleTasks' => '1', + ], + 'solr' => [ + 'allowSelfSignedCertificates' => '0', + 'useConfigurationFromClosestTemplate' => '0', + 'useConfigurationMonitorTables' => '', + 'useConfigurationTrackRecordsOutsideSiteroot' => '1', + ], + 'ter' => [ + 'repositoryDir' => '', ], ], 'FE' => [ - 'cHashExcludedParameters' => 'fbclid', + 'cacheHash' => [ + 'excludedParameters' => [ + 'fbclid', + ], + ], 'debug' => true, 'loginSecurityLevel' => 'normal', 'pageNotFoundOnCHashError' => false, @@ -49,7 +101,7 @@ return [ 'processor' => 'ImageMagick', 'processor_allowTemporaryMasksAsPng' => false, 'processor_colorspace' => 'sRGB', - 'processor_effects' => 1, + 'processor_effects' => true, 'processor_enabled' => 1, 'processor_path' => '/usr/bin/', 'processor_path_lzw' => '/usr/bin/', @@ -75,13 +127,9 @@ return [ ], 'devIPmask' => '*', 'displayErrors' => 1, - 'enableDeprecationLog' => 'file', 'encryptionKey' => '52fd0fa7b7337befc0840fd8ad8fd8868fc9d98f60ea9b6e737ce732448e80eb35d2662bc15d04eb523171ec727c1dee', - 'exceptionalErrors' => 28674, - 'isInitialDatabaseImportDone' => true, - 'isInitialInstallationInProgress' => false, + 'exceptionalErrors' => 12290, 'sitename' => 'Extension', - 'sqlDebug' => 1, 'systemLogLevel' => 0, ], ]; -- GitLab From b1880fd2f067200d8b02e69b05f1b01f8bcbef1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 8 Aug 2019 14:45:33 +0200 Subject: [PATCH 06/28] Change some first stuff extension scanner is complaining --- extensions/ter/Classes/Configuration/ExtConf.php | 2 +- .../Classes/Task/UpdateCurrentVersionListTask.php | 9 +++++---- .../Configuration/TCA/tx_ter_extensiondetails.php | 2 +- .../ter/Configuration/TCA/tx_ter_extensionkeys.php | 2 +- .../Configuration/TCA/tx_ter_extensionmembers.php | 2 +- .../ter/Configuration/TCA/tx_ter_extensionqueue.php | 2 +- .../ter/Configuration/TCA/tx_ter_extensions.php | 2 +- extensions/ter/class.tx_ter_tcaLabel.php | 13 ++++++++----- extensions/ter/pi1/class.tx_ter_pi1.php | 7 +------ extensions/ter/tx_ter_wsdl.php | 3 +-- .../TCA/tx_terfe2_domain_model_author.php | 2 +- .../TCA/tx_terfe2_domain_model_extension.php | 2 +- .../TCA/tx_terfe2_domain_model_relation.php | 2 +- .../TCA/tx_terfe2_domain_model_tag.php | 2 +- .../TCA/tx_terfe2_domain_model_version.php | 2 +- extensions/ter_fe2/ext_tables.php | 2 +- 16 files changed, 27 insertions(+), 29 deletions(-) diff --git a/extensions/ter/Classes/Configuration/ExtConf.php b/extensions/ter/Classes/Configuration/ExtConf.php index 80bb8736..677f3358 100644 --- a/extensions/ter/Classes/Configuration/ExtConf.php +++ b/extensions/ter/Classes/Configuration/ExtConf.php @@ -36,7 +36,7 @@ class ExtConf implements SingletonInterface public function __construct() { // get global configuration - $extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['ter']); + $extConf = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['ter']; if (is_array($extConf) && count($extConf)) { // call setter method foreach configuration entry foreach ($extConf as $key => $value) { diff --git a/extensions/ter/Classes/Task/UpdateCurrentVersionListTask.php b/extensions/ter/Classes/Task/UpdateCurrentVersionListTask.php index ee7853de..35239f15 100644 --- a/extensions/ter/Classes/Task/UpdateCurrentVersionListTask.php +++ b/extensions/ter/Classes/Task/UpdateCurrentVersionListTask.php @@ -14,6 +14,7 @@ namespace T3o\Ter\Task; * The TYPO3 project - inspiring people to share! */ +use TYPO3\CMS\Core\Core\Environment; use TYPO3\CMS\Core\Utility\GeneralUtility; /** @@ -42,7 +43,7 @@ class UpdateCurrentVersionListTask extends \TYPO3\CMS\Extbase\Scheduler\Task protected function fetchCurrentCoreData() { $result = false; - $targetFile = PATH_site . $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] . 'currentcoredata.json'; + $targetFile = Environment::getPublicPath() . '/' . $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] . 'currentcoredata.json'; $sourceData = GeneralUtility::getUrl('http://get.typo3.org/json'); if (json_decode($sourceData, true) !== null) { $result = GeneralUtility::writeFile($targetFile, $sourceData); @@ -57,7 +58,7 @@ class UpdateCurrentVersionListTask extends \TYPO3\CMS\Extbase\Scheduler\Task protected function fetchCurrentDocumentationData() { $result = false; - $targetFile = PATH_site . $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] . 'currentdocumentationdata.json'; + $targetFile = Environment::getPublicPath() . '/' . $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] . 'currentdocumentationdata.json'; $sourceData = GeneralUtility::getUrl('https://intercept.typo3.com/assets/docs/manuals.json'); if (json_decode($sourceData, true) !== null) { $result = GeneralUtility::writeFile($targetFile, $sourceData); @@ -76,12 +77,12 @@ class UpdateCurrentVersionListTask extends \TYPO3\CMS\Extbase\Scheduler\Task protected function generateExtensionFilesForExtensionManager(): bool { // Check extension configuration - if (empty($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['ter'])) { + if (empty($GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['ter'])) { throw new \Exception('No extension configuration found in $TYPO3_CONF_VARS', 1303220916); } // Check extension repository path - $extensionConfig = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['ter']); + $extensionConfig = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['ter']; if (empty($extensionConfig['repositoryDir'])) { throw new \Exception('No repository path found in extension configuration', 1303220917); } diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php b/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php index 24025ed7..a252b0ec 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php @@ -19,7 +19,7 @@ return [ 'label_userFunc' => 'EXT:ter/class.tx_ter_tcaLabel.php:tx_ter_tcaLabel->getExtensionKey', 'default_sortby' => 'ORDER BY extensionuid', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensiondetails', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensiondetails.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensiondetails.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php b/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php index 2c0758ea..97bb66b4 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php @@ -20,7 +20,7 @@ return [ 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionkeys', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensionkeys.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionkeys.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php b/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php index 2ede46c9..4e95b6d9 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php @@ -18,7 +18,7 @@ return [ 'label' => 'extensionkey', 'default_sortby' => 'ORDER BY extensionkey', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionmembers', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensionmembers.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionmembers.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php b/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php index 88baee08..297d0e82 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php @@ -21,7 +21,7 @@ return [ 'tstamp' => 'tstamp', 'delete' => 'deleted', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionqueue', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensionqueue.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionqueue.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensions.php b/extensions/ter/Configuration/TCA/tx_ter_extensions.php index 3c84f596..06470c29 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensions.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensions.php @@ -20,7 +20,7 @@ return [ 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensions', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath($extensionKey) . 'tx_ter_extensions.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensions.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/class.tx_ter_tcaLabel.php b/extensions/ter/class.tx_ter_tcaLabel.php index 4e165523..9b4701db 100755 --- a/extensions/ter/class.tx_ter_tcaLabel.php +++ b/extensions/ter/class.tx_ter_tcaLabel.php @@ -33,11 +33,14 @@ class tx_ter_tcaLabel return; } - $result = $GLOBALS['TYPO3_DB']->exec_SELECTgetSingleRow( - 'extensionkey', - 'tx_ter_extensions', - 'uid=' . (int)$params['row']['uid'] - ); + $result = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Database\ConnectionPool::class) + ->getConnectionForTable('tx_ter_extensions') + ->select( + ['extensionkey'], + 'tx_ter_extensions', + ['uid = ' . (int)$params['row']['uid']] + ) + ->fetch(); if (!empty($result['extensionkey'])) { $params['title'] = htmlspecialchars($result['extensionkey']); diff --git a/extensions/ter/pi1/class.tx_ter_pi1.php b/extensions/ter/pi1/class.tx_ter_pi1.php index 0cbab10e..16dfba60 100755 --- a/extensions/ter/pi1/class.tx_ter_pi1.php +++ b/extensions/ter/pi1/class.tx_ter_pi1.php @@ -30,11 +30,8 @@ * TOTAL FUNCTIONS: 1 * (This index is automatically created/updated by the extension "extdeveval") */ -use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; use TYPO3\CMS\Frontend\Plugin\AbstractPlugin; -require_once(ExtensionManagementUtility::extPath('ter') . 'class.tx_ter_api.php'); - /** * TYPO3 Extension Repository, frontend plugin for SOAP service * @@ -50,14 +47,12 @@ class tx_ter_pi1 extends AbstractPlugin public function main($content, $conf) { - global $TSFE; - $this->pi_initPIflexForm(); $this->conf = $conf; $this->extensionsPID = $conf['pid']; $this->wsdlNamespace = $conf['wsdlNamespace']; - $staticConfArr = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['ter']); + $staticConfArr = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['ter']; if (is_array($staticConfArr)) { $this->repositoryDir = $staticConfArr['repositoryDir']; if (substr($this->repositoryDir, -1, 1) != '/') { diff --git a/extensions/ter/tx_ter_wsdl.php b/extensions/ter/tx_ter_wsdl.php index 7730c3a7..fe0beab2 100755 --- a/extensions/ter/tx_ter_wsdl.php +++ b/extensions/ter/tx_ter_wsdl.php @@ -31,9 +31,8 @@ define('PATH_thisScript', str_replace('//', '/', str_replace( (php_sapi_name() == 'cgi' || php_sapi_name() == 'isapi' || php_sapi_name() == 'cgi-fcgi') && ($_SERVER['ORIG_PATH_TRANSLATED'] ? $_SERVER['ORIG_PATH_TRANSLATED'] : $_SERVER['PATH_TRANSLATED']) ? ($_SERVER['ORIG_PATH_TRANSLATED'] ? $_SERVER['ORIG_PATH_TRANSLATED'] : $_SERVER['PATH_TRANSLATED']) : ($_SERVER['ORIG_SCRIPT_FILENAME'] ? $_SERVER['ORIG_SCRIPT_FILENAME'] : $_SERVER['SCRIPT_FILENAME']) ))); -define('PATH_site', str_replace(['/wsdl', '/typo3conf/ext/ter'], '', dirname(PATH_thisScript)) . '/'); +define('PATH_site', str_replace(['/wsdl', '/typo3conf/ext/ter'], '', dirname(\TYPO3\CMS\Core\Core\Environment::getCurrentScript())) . '/'); define('PATH_typo3', PATH_site . 'typo3/'); -define('PATH_tslib', PATH_typo3 . 'sysext/cms/tslib/'); define('PATH_typo3conf', PATH_site . 'typo3conf/'); define('TYPO3_mainDir', 'typo3/'); diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php index 6fad2420..20e89f29 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/author.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ter_fe2')) . 'Resources/Public/Icons/author.gif', ], 'interface' => [ 'showRecordFieldList' => 'name,email,company,forge_link,username,versions,frontend_user,author_type', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php index 9f96847b..9e5f54b7 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/extension.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ter_fe2')) . 'Resources/Public/Icons/extension.gif', ], 'interface' => [ 'showRecordFieldList' => 'ext_key,forge_link,last_update,last_maintained,tags,versions,last_version,frontend_user,downloads,composer_name,repository_url,paypal_url,external_manual,expire', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php index e5d78da4..6ec10fac 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/relation.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ter_fe2')) . 'Resources/Public/Icons/relation.gif', ], 'interface' => [ 'showRecordFieldList' => 'relation_type,relation_key,minimum_version,maximum_version', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php index d87761ea..95ae14e2 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php @@ -16,7 +16,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/tag.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ter_fe2')) . 'Resources/Public/Icons/tag.gif', ], 'interface' => [ 'showRecordFieldList' => 'title,extensions', diff --git a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php index 3d7e60d1..ef8b5860 100644 --- a/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php +++ b/extensions/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php @@ -18,7 +18,7 @@ return [ 'enablecolumns' => [ 'disabled' => 'hidden' ], - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Icons/version.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ter_fe2')) . 'Resources/Public/Icons/version.gif', ], 'interface' => [ 'showRecordFieldList' => 'title,description,version_number,version_string,upload_date,upload_comment,download_counter,frontend_download_counter,state,em_category,load_order,priority,shy,internal,do_not_load_in_fe,uploadfolder,clear_cache_on_load,module,create_dirs,modify_tables,lock_type,cgl_compliance,cgl_compliance_note,review_state,manual,has_manual,software_relations,author,file_hash,extension_provider,has_zip_file,has_images,composer_info', diff --git a/extensions/ter_fe2/ext_tables.php b/extensions/ter_fe2/ext_tables.php index 2fb4cc66..48f42163 100644 --- a/extensions/ter_fe2/ext_tables.php +++ b/extensions/ter_fe2/ext_tables.php @@ -30,7 +30,7 @@ call_user_func(function () { \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(' mod.wizards.newContentElement.wizardItems.special {\n elements.' . $extIdent . ' {\n - icon = ' . \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath('ter_fe2') . 'Resources/Public/Images/Wizard.gif\n + icon = ' . \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('ter_fe2')) . 'Resources/Public/Images/Wizard.gif\n title = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:newContentElement.wizardItem.title\n description = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:newContentElement.wizardItem.description\n\n tt_content_defValues {\n -- GitLab From 53317cca676508071f9d08fe9bcfd94fb6db03b7 Mon Sep 17 00:00:00 2001 From: Michal Cygankiewicz Date: Mon, 4 Nov 2019 12:43:54 +0100 Subject: [PATCH 07/28] fix missing namespaces --- extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php | 2 +- extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php | 2 +- extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php | 2 +- extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php | 2 +- extensions/ter/Configuration/TCA/tx_ter_extensions.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php b/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php index a252b0ec..5b7aba4c 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensiondetails.php @@ -19,7 +19,7 @@ return [ 'label_userFunc' => 'EXT:ter/class.tx_ter_tcaLabel.php:tx_ter_tcaLabel->getExtensionKey', 'default_sortby' => 'ORDER BY extensionuid', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensiondetails', - 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensiondetails.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensiondetails.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php b/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php index 97bb66b4..c462c05c 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionkeys.php @@ -20,7 +20,7 @@ return [ 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionkeys', - 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionkeys.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionkeys.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php b/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php index 4e95b6d9..45e7234c 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionmembers.php @@ -18,7 +18,7 @@ return [ 'label' => 'extensionkey', 'default_sortby' => 'ORDER BY extensionkey', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionmembers', - 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionmembers.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionmembers.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php b/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php index 297d0e82..4d347291 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensionqueue.php @@ -21,7 +21,7 @@ return [ 'tstamp' => 'tstamp', 'delete' => 'deleted', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensionqueue', - 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionqueue.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensionqueue.gif', 'dividers2tabs' => true, ], 'interface' => [ diff --git a/extensions/ter/Configuration/TCA/tx_ter_extensions.php b/extensions/ter/Configuration/TCA/tx_ter_extensions.php index 06470c29..e53326b5 100644 --- a/extensions/ter/Configuration/TCA/tx_ter_extensions.php +++ b/extensions/ter/Configuration/TCA/tx_ter_extensions.php @@ -20,7 +20,7 @@ return [ 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'title' => 'LLL:EXT:ter/locallang_tca.xml:tx_ter_extensions', - 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensions.gif', + 'iconfile' => \TYPO3\CMS\Core\Utility\PathUtility::stripPathSitePrefix(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($extensionKey)) . 'tx_ter_extensions.gif', 'dividers2tabs' => true, ], 'interface' => [ -- GitLab From 11349be6dcbeaefac21b7a1d61fbdddfd8942488 Mon Sep 17 00:00:00 2001 From: Michal Cygankiewicz Date: Mon, 4 Nov 2019 12:51:47 +0100 Subject: [PATCH 08/28] replace terfe2:format by format.case --- .../ter_fe2/Resources/Private/Partials/InlineRelationList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ter_fe2/Resources/Private/Partials/InlineRelationList.html b/extensions/ter_fe2/Resources/Private/Partials/InlineRelationList.html index 2968040e..512c37f1 100644 --- a/extensions/ter_fe2/Resources/Private/Partials/InlineRelationList.html +++ b/extensions/ter_fe2/Resources/Private/Partials/InlineRelationList.html @@ -18,7 +18,7 @@ - {relation.relationKey} + {relation.relationKey} ({relation.versionString}) -- GitLab From e81294072611275bd44961edac3e8dc4d9674f5e Mon Sep 17 00:00:00 2001 From: Michal Cygankiewicz Date: Mon, 4 Nov 2019 12:52:29 +0100 Subject: [PATCH 09/28] remove FormatViewHelper - not used and not usable in current state --- .../Classes/ViewHelpers/FormatViewHelper.php | 56 ------------------- 1 file changed, 56 deletions(-) delete mode 100755 extensions/ter_fe2/Classes/ViewHelpers/FormatViewHelper.php diff --git a/extensions/ter_fe2/Classes/ViewHelpers/FormatViewHelper.php b/extensions/ter_fe2/Classes/ViewHelpers/FormatViewHelper.php deleted file mode 100755 index bb56afc7..00000000 --- a/extensions/ter_fe2/Classes/ViewHelpers/FormatViewHelper.php +++ /dev/null @@ -1,56 +0,0 @@ -renderChildren(); - } - - if (empty($function) || !function_exists($function)) { - throw new \Exception('Function "' . $function . '" not found to modify content'); - } - - if (!is_string($content) && !is_array($content)) { - throw new \Exception('"' . ucfirst(gettype($content)) . '" is not an allowed type in format view helper'); - } - - if (is_array($content)) { - return call_user_func_array($function, $content); - } - - return call_user_func($function, $content); - } -} -- GitLab From 2f5faa2c4d46474bd87fc10ba990432b8c81bcfd Mon Sep 17 00:00:00 2001 From: Michal Cygankiewicz Date: Mon, 4 Nov 2019 12:54:46 +0100 Subject: [PATCH 10/28] fix tl:metaTag usage --- .../ter_fe2/Resources/Private/Templates/Extension/Show.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/ter_fe2/Resources/Private/Templates/Extension/Show.html b/extensions/ter_fe2/Resources/Private/Templates/Extension/Show.html index 0236859c..d19bcea8 100644 --- a/extensions/ter_fe2/Resources/Private/Templates/Extension/Show.html +++ b/extensions/ter_fe2/Resources/Private/Templates/Extension/Show.html @@ -6,8 +6,8 @@ - - + + {extension.lastVersion.title} ({extension.extKey})