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": "*",
|
Issue #3079791 by mikelutz, shaal, Wim Leers, hussainweb, xjm, catch, Charlie ChX Negyesi, Mixologic, Gábor Hojtsy, heddn, amateescu: Bump Drupal's minimum PHP version to 7.2 as soon as 9.0.x is branched (a higher version may be required later)
2019-10-16 22:35:03 +00:00
|
|
|
"php": ">=7.2.3",
|
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
|
|
|
"symfony/class-loader": "~3.4.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/console": "^4.4",
|
|
|
|
"symfony/dependency-injection": "^4.4",
|
|
|
|
"symfony/event-dispatcher": "^4.4",
|
|
|
|
"symfony/http-foundation": "^4.4",
|
|
|
|
"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",
|
2019-10-10 19:45:32 +00:00
|
|
|
"zendframework/zend-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",
|
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/psr-http-message-bridge": "^1.2.0",
|
2019-10-24 15:05:25 +00:00
|
|
|
"zendframework/zend-diactoros": "^1.8",
|
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": {
|
2019-10-22 16:13:37 +00:00
|
|
|
"drupal/pathauto": "<1.6",
|
2017-04-11 17:20:39 +00:00
|
|
|
"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",
|
2016-06-23 10:42:37 +00:00
|
|
|
"drupal/block_place": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"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",
|
2019-04-19 11:00:59 +00:00
|
|
|
"drupal/config_environment": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"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",
|
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",
|
|
|
|
"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/simpletest": "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",
|
2016-02-02 06:10:10 +00:00
|
|
|
"lib/Drupal/Component/Utility/Timer.php",
|
|
|
|
"lib/Drupal/Component/Utility/Unicode.php",
|
|
|
|
"lib/Drupal/Core/Database/Database.php",
|
|
|
|
"lib/Drupal/Core/DrupalKernel.php",
|
|
|
|
"lib/Drupal/Core/DrupalKernelInterface.php",
|
|
|
|
"lib/Drupal/Core/Site/Settings.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"autoloader-suffix": "Drupal8"
|
|
|
|
},
|
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
|
|
|
}
|