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 #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
|
|
|
"php": "^5.5.9|>=7.0.8",
|
|
|
|
"symfony/class-loader": "~3.4.0",
|
|
|
|
"symfony/console": "~3.4.0",
|
|
|
|
"symfony/dependency-injection": "~3.4.0",
|
|
|
|
"symfony/event-dispatcher": "~3.4.0",
|
SA-CORE-2018-005 by MichaelCu, mwop, Wim Leers, bkosborne, cashwilliams, moshe weitzman, mlhess, xjm, larowlan, Jibran, DamienMcKenna
(cherry picked from commit 776b7f3955ed079627a924ebe5467bdca91c0065)
2018-08-01 20:50:42 +00:00
|
|
|
"symfony/http-foundation": "~3.4.14",
|
|
|
|
"symfony/http-kernel": "~3.4.14",
|
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/routing": "~3.4.0",
|
|
|
|
"symfony/serializer": "~3.4.0",
|
|
|
|
"symfony/translation": "~3.4.0",
|
|
|
|
"symfony/validator": "~3.4.0",
|
|
|
|
"symfony/process": "~3.4.0",
|
2017-06-23 17:44:41 +00:00
|
|
|
"symfony/polyfill-iconv": "^1.0",
|
2018-03-02 11:03:45 +00:00
|
|
|
"symfony/yaml": "~3.4.5",
|
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
|
|
|
"typo3/phar-stream-wrapper": "^2.0.1",
|
2019-03-13 13:20:40 +00:00
|
|
|
"twig/twig": "^1.38.2",
|
2018-12-25 20:49:26 +00:00
|
|
|
"doctrine/common": "^2.5",
|
2017-06-23 17:44:41 +00:00
|
|
|
"doctrine/annotations": "^1.2",
|
2016-07-20 11:35:07 +00:00
|
|
|
"guzzlehttp/guzzle": "^6.2.1",
|
2017-06-23 17:44:41 +00:00
|
|
|
"symfony-cmf/routing": "^1.4",
|
|
|
|
"easyrdf/easyrdf": "^0.9",
|
|
|
|
"zendframework/zend-feed": "^2.4",
|
|
|
|
"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",
|
2017-03-25 18:09:11 +00:00
|
|
|
"symfony/psr-http-message-bridge": "^1.0",
|
2017-06-23 17:44:41 +00:00
|
|
|
"zendframework/zend-diactoros": "^1.1",
|
|
|
|
"composer/semver": "^1.0",
|
Issue #2763787 by pwolanin, nerdstein, rlhawk, YesCT, slasher13, tuutti, alexpott, therealssj, TravisCarden, dawehner, maximpodorov, klausi, catch, talhaparacha, Eric_A: Upgrade random_compat to latest version
2016-10-26 19:30:28 +00:00
|
|
|
"paragonie/random_compat": "^1.0|^2.0",
|
2019-03-04 15:27:10 +00:00
|
|
|
"asm89/stack-cors": "^1.1",
|
|
|
|
"pear/archive_tar": "^1.4"
|
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
|
|
|
"require-dev": {
|
2016-11-03 11:47:44 +00:00
|
|
|
"behat/mink": "1.7.x-dev",
|
2017-06-23 17:44:41 +00:00
|
|
|
"behat/mink-goutte-driver": "^1.2",
|
2018-02-14 00:11:44 +00:00
|
|
|
"behat/mink-selenium2-driver": "1.3.x-dev",
|
2019-04-16 12:47:27 +00:00
|
|
|
"drupal/coder": "^8.3.2",
|
2017-06-23 17:44:41 +00:00
|
|
|
"jcalderonzumba/gastonjs": "^1.0.2",
|
|
|
|
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
2019-03-01 12:38:30 +00:00
|
|
|
"mikey179/vfsstream": "^1.2",
|
2018-05-03 09:40:19 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^6.5",
|
2018-10-05 14:30:09 +00:00
|
|
|
"phpspec/prophecy": "^1.7",
|
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/css-selector": "^3.4.0",
|
|
|
|
"symfony/phpunit-bridge": "^3.4.3",
|
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
|
|
|
"symfony/debug": "^3.4.0",
|
|
|
|
"justinrainbow/json-schema": "^5.2"
|
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",
|
|
|
|
"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",
|
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",
|
|
|
|
"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",
|
|
|
|
"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
|
|
|
},
|
2018-01-29 18:49:59 +00:00
|
|
|
"extra": {
|
|
|
|
"merge-plugin": {
|
|
|
|
"require": [
|
|
|
|
"core/lib/Drupal/Component/Annotation/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Assertion/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Bridge/composer.json",
|
|
|
|
"core/lib/Drupal/Component/ClassFinder/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Datetime/composer.json",
|
|
|
|
"core/lib/Drupal/Component/DependencyInjection/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Diff/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Discovery/composer.json",
|
|
|
|
"core/lib/Drupal/Component/EventDispatcher/composer.json",
|
|
|
|
"core/lib/Drupal/Component/FileCache/composer.json",
|
|
|
|
"core/lib/Drupal/Component/FileSystem/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Gettext/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Graph/composer.json",
|
|
|
|
"core/lib/Drupal/Component/HttpFoundation/composer.json",
|
|
|
|
"core/lib/Drupal/Component/PhpStorage/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Plugin/composer.json",
|
|
|
|
"core/lib/Drupal/Component/ProxyBuilder/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Render/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Serialization/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Transliteration/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Utility/composer.json",
|
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
|
|
|
"core/lib/Drupal/Component/Uuid/composer.json",
|
|
|
|
"core/lib/Drupal/Component/Version/composer.json"
|
2018-01-29 18:49:59 +00:00
|
|
|
],
|
|
|
|
"recurse": false,
|
|
|
|
"replace": false,
|
|
|
|
"merge-extra": false
|
|
|
|
}
|
|
|
|
},
|
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"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|