2015-01-08 17:19:41 +00:00
|
|
|
{
|
2016-02-02 06:10:10 +00:00
|
|
|
"name": "drupal/core",
|
|
|
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
|
|
|
"type": "drupal-core",
|
2018-01-23 08:28:55 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2016-02-02 06:10:10 +00:00
|
|
|
"require": {
|
2018-02-15 10:37:17 +00:00
|
|
|
"ext-date": "*",
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-PDO": "*",
|
|
|
|
"ext-session": "*",
|
|
|
|
"ext-SimpleXML": "*",
|
|
|
|
"ext-SPL": "*",
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xml": "*",
|
2020-01-21 11:05:11 +00:00
|
|
|
"php": ">=7.3",
|
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
|
|
|
"symfony/console": "^4.4",
|
|
|
|
"symfony/dependency-injection": "^4.4",
|
|
|
|
"symfony/event-dispatcher": "^4.4",
|
2020-03-30 19:11:01 +00:00
|
|
|
"symfony/http-foundation": "^4.4.7",
|
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
|
|
|
"symfony/http-kernel": "^4.4",
|
|
|
|
"symfony/routing": "^4.4",
|
|
|
|
"symfony/serializer": "^4.4",
|
|
|
|
"symfony/translation": "^4.4",
|
|
|
|
"symfony/validator": "^4.4",
|
|
|
|
"symfony/process": "^4.4",
|
2017-06-23 17:44:41 +00:00
|
|
|
"symfony/polyfill-iconv": "^1.0",
|
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
|
|
|
"symfony/yaml": "^4.4",
|
2019-10-22 09:28:24 +00:00
|
|
|
"typo3/phar-stream-wrapper": "^3.1.3",
|
Issue #3041076 by alexpott, shaal, Gábor Hojtsy, lauriii, Wim Leers, catch, Cottser, jibran, andypost, znerol, xim, joelpittet, effulgentsia: Update Drupal 9 to Twig 2
2019-10-31 12:39:18 +00:00
|
|
|
"twig/twig": "^2.12.0",
|
2020-01-16 10:35:54 +00:00
|
|
|
"doctrine/reflection": "^1.1",
|
2019-10-10 19:45:32 +00:00
|
|
|
"doctrine/annotations": "^1.4",
|
2020-01-09 15:33:46 +00:00
|
|
|
"guzzlehttp/guzzle": "^6.5.2",
|
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
|
|
|
"symfony-cmf/routing": "^2.1",
|
2020-01-20 16:32:15 +00:00
|
|
|
"laminas/laminas-feed": "^2.12",
|
2017-06-23 17:44:41 +00:00
|
|
|
"stack/builder": "^1.0",
|
2018-11-08 16:48:31 +00:00
|
|
|
"egulias/email-validator": "^2.0",
|
2017-06-23 17:44:41 +00:00
|
|
|
"masterminds/html5": "^2.1",
|
2020-03-11 13:56:53 +00:00
|
|
|
"symfony/psr-http-message-bridge": "^2.0",
|
2020-01-22 10:15:32 +00:00
|
|
|
"laminas/laminas-diactoros": "^2.1",
|
2017-06-23 17:44:41 +00:00
|
|
|
"composer/semver": "^1.0",
|
2019-03-04 15:27:10 +00:00
|
|
|
"asm89/stack-cors": "^1.1",
|
SA-CORE-2019-012 by samuel.mortenson, larowlan, pwolanin, Sam152, Jasu_M, David_Rothstein, michieltcs, Ayesh, alexpott, xjm, vijaycs85, mcdruid
2019-12-18 10:42:50 +00:00
|
|
|
"pear/archive_tar": "^1.4.9",
|
2019-12-02 10:21:17 +00:00
|
|
|
"psr/log": "^1.0"
|
2015-01-08 17:19:41 +00:00
|
|
|
},
|
2017-04-11 17:20:39 +00:00
|
|
|
"conflict": {
|
|
|
|
"drush/drush": "<8.1.10"
|
|
|
|
},
|
2016-02-02 06:10:10 +00:00
|
|
|
"replace": {
|
|
|
|
"drupal/action": "self.version",
|
|
|
|
"drupal/aggregator": "self.version",
|
|
|
|
"drupal/automated_cron": "self.version",
|
|
|
|
"drupal/bartik": "self.version",
|
|
|
|
"drupal/ban": "self.version",
|
|
|
|
"drupal/basic_auth": "self.version",
|
2016-03-01 17:57:13 +00:00
|
|
|
"drupal/big_pipe": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/block": "self.version",
|
|
|
|
"drupal/block_content": "self.version",
|
|
|
|
"drupal/book": "self.version",
|
|
|
|
"drupal/breakpoint": "self.version",
|
|
|
|
"drupal/ckeditor": "self.version",
|
Issue #3079738 by lauriii, saschaeggi, webchick, xjm, andrewmacpherson, shimpy, effulgentsia, Wim Leers, DyanneNova, svettes, rainbreaw, fhaeberle, ckrina, AaronMcHale, justafish, catch, charlieweb82, AntoineH, lot007, pzajacz, kostyashupenko, jasonbarrie, antonellasevero, finnsky, worldlinemine, bnjmnm, RobLoach, Dennis Cohn, huzooka, Archita Arora, joachim, jrockowitz, benjifisher, shaal, Gábor Hojtsy, quiron, L2G2, ccasals, hampercm, if-jds, abhisekmazumdar, Kami Amiga, pivica, zrpnr, BrightBold, imalabya, jhedstrom, Neslee Canil Pinto, maliknaik, junaidmasoodi, Maithri Shetty, pranav73, mandclu, modulist, nod_, philosurfer, phenaproxima, mherchel, mlncn, rafuel92, leymannx, kiboman, Swapnil_Kotwal, anevins, evankay, rfmarcelino, thamas, brianperry, idebr, joelpittet, boulaffasae, alexpott, volkerk, DuneBL, Eli-T, Mahenkvyas22: Add Claro administration theme to core
2019-10-13 20:42:58 +00:00
|
|
|
"drupal/claro": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/classy": "self.version",
|
|
|
|
"drupal/color": "self.version",
|
|
|
|
"drupal/comment": "self.version",
|
|
|
|
"drupal/config": "self.version",
|
|
|
|
"drupal/config_translation": "self.version",
|
|
|
|
"drupal/contact": "self.version",
|
Issue #2725533 by timmillwood, alexpott, amateescu, webchick, dixon_, larowlan, dawehner, catch, Crell, Bojhan, jibran, Wim Leers, agentrickard, Berdir: Add experimental content_moderation module
2016-08-08 12:26:31 +00:00
|
|
|
"drupal/content_moderation": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/content_translation": "self.version",
|
|
|
|
"drupal/contextual": "self.version",
|
|
|
|
"drupal/core-annotation": "self.version",
|
2016-06-25 15:37:16 +00:00
|
|
|
"drupal/core-assertion": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/core-bridge": "self.version",
|
2017-10-25 10:57:37 +00:00
|
|
|
"drupal/core-class-finder": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/core-datetime": "self.version",
|
2016-06-15 11:59:29 +00:00
|
|
|
"drupal/core-dependency-injection": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/core-diff": "self.version",
|
|
|
|
"drupal/core-discovery": "self.version",
|
|
|
|
"drupal/core-event-dispatcher": "self.version",
|
|
|
|
"drupal/core-file-cache": "self.version",
|
2019-08-22 02:49:54 +00:00
|
|
|
"drupal/core-file-security": "self.version",
|
2016-05-08 14:01:10 +00:00
|
|
|
"drupal/core-filesystem": "self.version",
|
Issue #3064854 by markcarver, andypost, johnwebdev, lauriii, ridhimaabrol24, Hardik_Patel_12, Charlie ChX Negyesi, jhodgdon, aleksip, alexpott, Fabianx, Chi, Wim Leers: Allow Twig templates to use front matter for metadata support
2020-10-12 14:20:05 +00:00
|
|
|
"drupal/core-front-matter": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/core-gettext": "self.version",
|
|
|
|
"drupal/core-graph": "self.version",
|
2016-07-19 12:22:49 +00:00
|
|
|
"drupal/core-http-foundation": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/core-php-storage": "self.version",
|
|
|
|
"drupal/core-plugin": "self.version",
|
|
|
|
"drupal/core-proxy-builder": "self.version",
|
2016-07-20 10:09:41 +00:00
|
|
|
"drupal/core-render": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/core-serialization": "self.version",
|
|
|
|
"drupal/core-transliteration": "self.version",
|
|
|
|
"drupal/core-utility": "self.version",
|
|
|
|
"drupal/core-uuid": "self.version",
|
Issue #2677532 by alexpott, Mile23, kim.pepper, dawehner, andypost, Eric_A, xjm, Mixologic, larowlan, phenaproxima, markcarver, borisson_: Move drupal_check_incompatibility() functionality to a new Dependency class and Version component
2018-10-22 05:21:49 +00:00
|
|
|
"drupal/core-version": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/datetime": "self.version",
|
Issue #2161337 by mpdonadio, darrick, swentel, effulgentsia, YesCT, xjm, Berdir, tim.plunkett, pguillard, SKAUGHT, sylus, jonathanjfshaw, FluxSauce, DuneBL, jhedstrom, dawehner, generalredneck, pjonckiere, borisson_, Gábor Hojtsy, webchick, miwayha: Add a Date Range field type with support for end date
2016-08-26 01:56:23 +00:00
|
|
|
"drupal/datetime_range": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/dblog": "self.version",
|
|
|
|
"drupal/dynamic_page_cache": "self.version",
|
|
|
|
"drupal/editor": "self.version",
|
|
|
|
"drupal/entity_reference": "self.version",
|
|
|
|
"drupal/field": "self.version",
|
Issue #2796173 by tim.plunkett, samuel.mortenson, xjm, jibran, effulgentsia, dawehner, swentel, tedbow, phenaproxima, larowlan, yoroy, dsnopek, tacituseu, japerry, webchick, amateescu, aspilicious: Add experimental Field Layout module to allow entity view/form modes to switch between layouts
2017-01-26 01:55:44 +00:00
|
|
|
"drupal/field_layout": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/field_ui": "self.version",
|
|
|
|
"drupal/file": "self.version",
|
|
|
|
"drupal/filter": "self.version",
|
|
|
|
"drupal/forum": "self.version",
|
|
|
|
"drupal/hal": "self.version",
|
|
|
|
"drupal/help": "self.version",
|
Issue #2920309 by jhodgdon, Amber Himes Matz, alexpott, larowlan, andypost, vadim.hirbu, effulgentsia, diqidoq, jibran, webchick, catch, xjm, jhedstrom, Gábor Hojtsy, dawehner, Berdir, tim.plunkett, benjifisher, markcarver, yoroy, ckrina, amateescu, gnuget, webflo, Greg Boggs, yo30, vijaycs85, SenthilMohith, andrewmacpherson, EclipseGc, sandboxpl, MariaDenysyuk, tstoeckler, miro_dietiker, Mixologic, RoloDMonkey, timmillwood, Fabianx: Add experimental module for Help Topics
2019-06-28 12:24:20 +00:00
|
|
|
"drupal/help_topics": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/history": "self.version",
|
|
|
|
"drupal/image": "self.version",
|
|
|
|
"drupal/inline_form_errors": "self.version",
|
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
|
|
|
"drupal/jsonapi": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/language": "self.version",
|
Issue #2905922 by tim.plunkett, tedbow, xjm, EclipseGc, webchick, vijaycs85, larowlan, andrewmacpherson, droplet, Bojhan, mgifford, drpal, phenaproxima, DyanneNova, japerry: Implementation issue for Layout Builder
2017-11-17 19:01:26 +00:00
|
|
|
"drupal/layout_builder": "self.version",
|
Issue #2296423 by tim.plunkett, dsnopek, swentel, Manuel Garcia, tedbow, alexpott, xjm, andypost, dawehner, effulgentsia, Berdir, jhedstrom, catch, benjy, jibran, Wim Leers, tstoeckler, larowlan, webchick: Implement layout plugin type in core
2016-12-09 11:55:52 +00:00
|
|
|
"drupal/layout_discovery": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/link": "self.version",
|
|
|
|
"drupal/locale": "self.version",
|
|
|
|
"drupal/minimal": "self.version",
|
Issue #2831274 by slashrsm, seanB, Wim Leers, chr.fritsch, phenaproxima, naveenvalecha, marcoscano, webflo, Gábor Hojtsy, amateescu, Boobaa, iMiksu, mtodor, effulgentsia, xjm, Berdir, tim.plunkett, dawehner, tkoleary, tstoeckler, tedbow, alexpott, yoroy, catch, Bojhan, andypost, jhedstrom, jibran, aspilicious, boztek, cbr, bigbaldy, alex0412, dagmar, blueminds, ekes, Dave Reid, Sam152, bojanz, pixelmord, jonathanshaw, CTaPByK, webchick, samuel.mortenson, dbt102, dishabhadra, proweb.ua, rakesh.gectcr, rasikap, paranojik, pameeela, neardark, NormySan, Primsi, nicolas.rafaelli, romainj, royal121, vladan.me, vpeltot, woprrr, vilepickle, toni04, scheban, tduong, temkin, tim-e, mbovan, mashermike, felribeiro, giancarlosotelo, hctom, euphoric_mv, eric.duran7@gmail.com, edurenye, eelkeblok, H1ghlander, Jaesin, hkirsman, ja_ca, NickWilde, joachim, joshi.rohit100, marcingy, NerOcrO, Mixologic, jcisio, jfrederick, Lukas von Blarer, Maouna: Bring Media entity module to core as Media module
2017-05-19 12:57:59 +00:00
|
|
|
"drupal/media": "self.version",
|
Issue #2962110 by samuel.mortenson, drpal, andrewmacpherson, ckrina, phenaproxima, yoroy, webchick, amateescu, chr.fritsch, starshaped, lauriii, webflo, Dennis Cohn, dawehner, seanB, rfmarcelino, DyanneNova, benjifisher, jan.stoeckler, danbohea, John Pitcairn: Add the Media Library module to Drupal core
2018-06-22 14:05:00 +00:00
|
|
|
"drupal/media_library": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/menu_link_content": "self.version",
|
|
|
|
"drupal/menu_ui": "self.version",
|
|
|
|
"drupal/migrate": "self.version",
|
|
|
|
"drupal/migrate_drupal": "self.version",
|
2018-07-26 16:49:16 +00:00
|
|
|
"drupal/migrate_drupal_multilingual": "self.version",
|
Issue #2281691 by xjm, mikeryan, Gábor Hojtsy, alexpott, tim.plunkett, webchick, abhishek-anand, quietone, yoroy, stevepurkiss, benjy, Bojhan, Ryan Weal, aleksip, anavarre, hussainweb, er.pushpinderrana, cilefen, Luukyb, Jo Fitzgerald: User interface for migration-based upgrades
2016-03-03 00:21:32 +00:00
|
|
|
"drupal/migrate_drupal_ui": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/node": "self.version",
|
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
|
|
|
"drupal/olivero": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/options": "self.version",
|
|
|
|
"drupal/page_cache": "self.version",
|
|
|
|
"drupal/path": "self.version",
|
2019-11-07 19:46:18 +00:00
|
|
|
"drupal/path_alias": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/quickedit": "self.version",
|
|
|
|
"drupal/rdf": "self.version",
|
|
|
|
"drupal/responsive_image": "self.version",
|
|
|
|
"drupal/rest": "self.version",
|
|
|
|
"drupal/search": "self.version",
|
|
|
|
"drupal/serialization": "self.version",
|
2017-08-28 16:06:25 +00:00
|
|
|
"drupal/settings_tray": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"drupal/seven": "self.version",
|
|
|
|
"drupal/shortcut": "self.version",
|
|
|
|
"drupal/standard": "self.version",
|
|
|
|
"drupal/stark": "self.version",
|
|
|
|
"drupal/statistics": "self.version",
|
|
|
|
"drupal/syslog": "self.version",
|
|
|
|
"drupal/system": "self.version",
|
|
|
|
"drupal/taxonomy": "self.version",
|
|
|
|
"drupal/telephone": "self.version",
|
|
|
|
"drupal/text": "self.version",
|
|
|
|
"drupal/toolbar": "self.version",
|
|
|
|
"drupal/tour": "self.version",
|
|
|
|
"drupal/tracker": "self.version",
|
|
|
|
"drupal/update": "self.version",
|
|
|
|
"drupal/user": "self.version",
|
|
|
|
"drupal/views": "self.version",
|
Issue #2779647 by alexpott, Sam152, catch, scookie, yoroy, pericxc, timmillwood, tacituseu, jhedstrom, xjm, bojanz, tstoeckler: Add a workflow component, ui module, and implement it in content moderation
2016-12-13 12:34:20 +00:00
|
|
|
"drupal/views_ui": "self.version",
|
Issue #2784921 by amateescu, timmillwood, pk188, plach, catch, Fabianx, dixon_, dawehner, borisson_, Sam152, yoroy, webchick, phenaproxima, larowlan: Add Workspaces experimental module
2018-05-04 12:13:32 +00:00
|
|
|
"drupal/workflows": "self.version",
|
2018-07-24 11:36:16 +00:00
|
|
|
"drupal/workspaces": "self.version"
|
2016-02-02 06:10:10 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Drupal\\Core\\": "lib/Drupal/Core",
|
|
|
|
"Drupal\\Component\\": "lib/Drupal/Component",
|
|
|
|
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
|
|
|
|
},
|
|
|
|
"classmap": [
|
2016-04-12 00:03:39 +00:00
|
|
|
"lib/Drupal.php",
|
2020-02-27 12:00:36 +00:00
|
|
|
"lib/Drupal/Component/DependencyInjection/Container.php",
|
|
|
|
"lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
|
|
|
|
"lib/Drupal/Component/FileCache/FileCacheFactory.php",
|
2016-02-02 06:10:10 +00:00
|
|
|
"lib/Drupal/Component/Utility/Timer.php",
|
|
|
|
"lib/Drupal/Component/Utility/Unicode.php",
|
2020-02-27 12:00:36 +00:00
|
|
|
"lib/Drupal/Core/Cache/Cache.php",
|
|
|
|
"lib/Drupal/Core/Cache/CacheBackendInterface.php",
|
|
|
|
"lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php",
|
|
|
|
"lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php",
|
|
|
|
"lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php",
|
|
|
|
"lib/Drupal/Core/Cache/DatabaseBackend.php",
|
|
|
|
"lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php",
|
|
|
|
"lib/Drupal/Core/Database/Connection.php",
|
2016-02-02 06:10:10 +00:00
|
|
|
"lib/Drupal/Core/Database/Database.php",
|
2020-02-27 12:00:36 +00:00
|
|
|
"lib/Drupal/Core/Database/Driver/mysql/Connection.php",
|
|
|
|
"lib/Drupal/Core/Database/Driver/pgsql/Connection.php",
|
|
|
|
"lib/Drupal/Core/Database/Driver/sqlite/Connection.php",
|
|
|
|
"lib/Drupal/Core/Database/Statement.php",
|
|
|
|
"lib/Drupal/Core/Database/StatementInterface.php",
|
|
|
|
"lib/Drupal/Core/DependencyInjection/Container.php",
|
2016-02-02 06:10:10 +00:00
|
|
|
"lib/Drupal/Core/DrupalKernel.php",
|
|
|
|
"lib/Drupal/Core/DrupalKernelInterface.php",
|
2020-02-27 12:00:36 +00:00
|
|
|
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
|
2016-02-02 06:10:10 +00:00
|
|
|
"lib/Drupal/Core/Site/Settings.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2020-02-24 09:32:33 +00:00
|
|
|
"preferred-install": "dist"
|
2016-02-02 06:10:10 +00:00
|
|
|
},
|
2019-08-25 23:48:17 +00:00
|
|
|
"extra": {
|
2019-10-08 21:20:58 +00:00
|
|
|
"drupal-scaffold": {
|
2019-08-25 23:48:17 +00:00
|
|
|
"file-mapping": {
|
2019-09-30 06:24:21 +00:00
|
|
|
"[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
|
|
|
|
"[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
|
2019-08-25 23:48:17 +00:00
|
|
|
"[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
|
|
|
|
"[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
|
|
|
|
"[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
|
|
|
|
"[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
|
|
|
|
"[web-root]/.htaccess": "assets/scaffold/files/htaccess",
|
|
|
|
"[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
|
|
|
|
"[web-root]/index.php": "assets/scaffold/files/index.php",
|
|
|
|
"[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
|
|
|
|
"[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt",
|
|
|
|
"[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
|
|
|
|
"[web-root]/update.php": "assets/scaffold/files/update.php",
|
|
|
|
"[web-root]/web.config": "assets/scaffold/files/web.config",
|
|
|
|
"[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
|
|
|
|
"[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
|
|
|
|
"[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
|
|
|
|
"[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
|
|
|
|
"[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
|
|
|
|
"[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php",
|
|
|
|
"[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
|
|
|
|
"[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
|
|
|
|
"[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2016-02-02 06:10:10 +00:00
|
|
|
"scripts": {
|
|
|
|
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
|
2017-01-31 00:30:00 +00:00
|
|
|
"post-autoload-dump": [
|
2017-04-11 12:20:07 +00:00
|
|
|
"Drupal\\Core\\Composer\\Composer::ensureHtaccess"
|
2017-01-31 00:30:00 +00:00
|
|
|
]
|
2016-02-02 06:10:10 +00:00
|
|
|
}
|
2015-01-08 17:19:41 +00:00
|
|
|
}
|