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.1",
24 "doctrine/instantiator": "~1.0.4",
25 "doctrine/lexer": "^1.0",
26 "guzzlehttp/guzzle": "^6.3.0",
27 "mso/idna-convert": "^1.1.0",
28 "nikic/php-parser": "^4.0",
29 "psr/container": "^1.0",
30 "psr/http-message": "~1.0",
31 "psr/http-server-middleware": "^1.0",
33 "swiftmailer/swiftmailer": "~5.4.5",
34 "symfony/console": "^2.7 || ^3.0 || ^4.0",
35 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
36 "symfony/polyfill-intl-icu": "^1.6",
37 "symfony/polyfill-mbstring": "^1.2",
38 "symfony/yaml": "^2.7 || ^3.0 || ^4.0",
39 "typo3/class-alias-loader": "^1.0",
40 "typo3/cms-cli": "^2.0",
41 "typo3/cms-composer-installers": "^2.0",
42 "typo3fluid/fluid": "^2.5.2"
45 "codeception/codeception": "^2.4.4",
46 "enm1989/chromedriver": "~2.30",
47 "fiunchinho/phpunit-randomizer": "^4.0",
48 "friendsofphp/php-cs-fixer": "^2.12.2",
49 "typo3/cms-styleguide": "^9.1",
50 "typo3/testing-framework": "~4.2.0"
53 "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
54 "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
55 "ext-intl": "TYPO3 with unicode-based filesystems",
59 "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
62 "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
67 "typo3/cms-lang": "*",
72 "dev-master": "9.4.x-dev"
77 "partOfFactoryDefault": true,
78 "partOfMinimalUsableSystem": true
80 "extension-key": "core"
82 "typo3/class-alias-loader": {
84 "Migrations/Code/ClassAliasMap.php"
90 "TYPO3\\CMS\\Core\\": "Classes/"
92 "classmap": ["Resources/PHP/"],
93 "files": ["Resources/PHP/GlobalDebugFunctions.php"]
97 "TYPO3\\CMS\\Core\\Tests\\": "Tests/"