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",
21 "cogpowered/finediff": "~0.3.1",
22 "doctrine/annotations": "^1.3",
23 "doctrine/dbal": "^2.7",
24 "doctrine/instantiator": "~1.0.4",
25 "guzzlehttp/guzzle": "^6.3.0",
26 "mso/idna-convert": "^1.1.0",
27 "nikic/php-parser": "^4.0",
28 "psr/container": "^1.0",
29 "psr/http-message": "~1.0",
30 "psr/http-server-middleware": "^1.0",
32 "swiftmailer/swiftmailer": "~5.4.5",
33 "symfony/console": "^2.7 || ^3.0 || ^4.0",
34 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
35 "symfony/polyfill-intl-icu": "^1.6",
36 "symfony/polyfill-mbstring": "^1.2",
37 "symfony/yaml": "^2.7 || ^3.0 || ^4.0",
38 "typo3/class-alias-loader": "^1.0",
39 "typo3/cms-cli": "^2.0",
40 "typo3/cms-composer-installers": "^2.0",
41 "typo3fluid/fluid": "^2.4"
44 "codeception/codeception": "^2.3",
45 "enm1989/chromedriver": "~2.30",
46 "fiunchinho/phpunit-randomizer": "^4.0",
47 "friendsofphp/php-cs-fixer": "^2.0",
48 "typo3/cms-styleguide": "^9.1",
49 "typo3/testing-framework": "^3.8"
52 "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
53 "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
54 "ext-intl": "TYPO3 with unicode-based filesystems",
58 "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
61 "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
66 "typo3/cms-lang": "*",
71 "dev-master": "9.4.x-dev"
76 "partOfFactoryDefault": true,
77 "partOfMinimalUsableSystem": true
79 "extension-key": "core"
81 "typo3/class-alias-loader": {
83 "Migrations/Code/ClassAliasMap.php"
89 "TYPO3\\CMS\\Core\\": "Classes/"
91 "classmap": ["Resources/PHP/"],
92 "files": ["Resources/PHP/GlobalDebugFunctions.php"]
96 "TYPO3\\CMS\\Core\\Tests\\": "Tests/"