2 "name": "typo3/cms-core",
3 "type": "typo3-cms-framework",
4 "description": "The core library of TYPO3.",
5 "homepage": "https://typo3.org",
6 "license": ["GPL-2.0-or-later"],
8 "name": "TYPO3 Core Team",
9 "email": "typo3cms@typo3.org",
20 "swiftmailer/swiftmailer": "~5.4.5",
21 "symfony/console": "^2.7 || ^3.0 || ^4.0",
22 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
23 "symfony/yaml": "^2.7 || ^3.0 || ^4.0",
24 "symfony/polyfill-mbstring": "^1.2",
25 "doctrine/instantiator": "~1.0.4",
26 "doctrine/annotations": "^1.3",
27 "typo3/cms-cli": "^2.0",
28 "typo3/class-alias-loader": "^1.0",
29 "typo3/cms-composer-installers": "^2.0",
30 "psr/http-message": "~1.0",
31 "psr/http-server-middleware": "^1.0",
32 "psr/container": "^1.0",
33 "cogpowered/finediff": "~0.3.1",
34 "mso/idna-convert": "^1.1.0",
35 "typo3fluid/fluid": "^2.4",
36 "guzzlehttp/guzzle": "^6.3.0",
37 "doctrine/dbal": "^2.6",
38 "nikic/php-parser": "^3.1",
39 "symfony/polyfill-intl-icu": "^1.6"
42 "typo3/testing-framework": "^3.2",
43 "codeception/codeception": "^2.3",
44 "enm1989/chromedriver": "~2.30",
45 "typo3/cms-styleguide": "~9.0.1",
46 "friendsofphp/php-cs-fixer": "^2.0",
47 "fiunchinho/phpunit-randomizer": "~3.0.0"
50 "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
51 "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
52 "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files",
53 "ext-intl": "TYPO3 with unicode-based filesystems",
60 "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7"
67 "dev-master": "9.2.x-dev"
72 "partOfFactoryDefault": true,
73 "partOfMinimalUsableSystem": true
75 "extension-key": "core"
77 "typo3/class-alias-loader": {
79 "Migrations/Code/ClassAliasMap.php"
85 "TYPO3\\CMS\\Core\\": "Classes/"
87 "classmap": ["Resources/PHP/"],
88 "files": ["Resources/PHP/GlobalDebugFunctions.php"]
92 "TYPO3\\CMS\\Core\\Tests\\": "Tests/"