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",
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9",
|
2017-06-23 17:44:41 +00:00
|
|
|
"symfony/class-loader": "^3.2",
|
|
|
|
"symfony/console": "^3.2",
|
|
|
|
"symfony/dependency-injection": "^3.2",
|
|
|
|
"symfony/event-dispatcher": "^3.2",
|
|
|
|
"symfony/http-foundation": "^3.2",
|
|
|
|
"symfony/http-kernel": "^3.2",
|
|
|
|
"symfony/routing": "^3.2",
|
|
|
|
"symfony/serializer": "^3.2",
|
|
|
|
"symfony/translation": "^3.2",
|
|
|
|
"symfony/validator": "^3.2",
|
|
|
|
"symfony/process": "^3.2",
|
|
|
|
"symfony/polyfill-iconv": "^1.0",
|
|
|
|
"symfony/yaml": "^3.2",
|
2016-02-02 06:10:10 +00:00
|
|
|
"twig/twig": "^1.23.1",
|
2017-03-25 18:09:11 +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",
|
|
|
|
"egulias/email-validator": "^1.2",
|
|
|
|
"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",
|
2017-06-23 17:44:41 +00:00
|
|
|
"asm89/stack-cors": "^1.1"
|
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",
|
|
|
|
"drupal/coder": "^8.2.12",
|
|
|
|
"jcalderonzumba/gastonjs": "^1.0.2",
|
|
|
|
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
|
|
|
"mikey179/vfsStream": "^1.2",
|
2017-04-04 14:29:18 +00:00
|
|
|
"phpunit/phpunit": ">=4.8.35 <5",
|
2017-06-23 17:44:41 +00:00
|
|
|
"symfony/css-selector": "^3.2",
|
2017-05-03 11:33:31 +00:00
|
|
|
"symfony/phpunit-bridge": "^3.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",
|
|
|
|
"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",
|
|
|
|
"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",
|
|
|
|
"drupal/language": "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",
|
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",
|
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",
|
Issue #2753941 by tedbow, tim.plunkett, tkoleary, SKAUGHT, drpal, effulgentsia, andrewmacpherson, webchick, xjm, Bojhan, Gábor Hojtsy, Wim Leers, catch, nod_: [Experimental] Create Outside In module MVP to provide block configuration in Off-Canvas tray and expand site edit mode
2016-08-17 10:59:07 +00:00
|
|
|
"drupal/outside_in": "self.version",
|
2016-02-02 06:10:10 +00:00
|
|
|
"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",
|
|
|
|
"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",
|
|
|
|
"drupal/workflows": "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"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|