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",
|
Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19eb243d383ea93fa6fd3c4ebce97cf03.
2016-12-02 11:05:17 +00:00
|
|
|
"symfony/class-loader": "~2.8",
|
|
|
|
"symfony/console": "~2.8",
|
|
|
|
"symfony/dependency-injection": "~2.8",
|
|
|
|
"symfony/dom-crawler": ">=2.8.13 <3.0",
|
|
|
|
"symfony/event-dispatcher": "~2.8",
|
|
|
|
"symfony/http-foundation": "~2.8",
|
|
|
|
"symfony/http-kernel": "~2.8",
|
|
|
|
"symfony/routing": "~2.8",
|
|
|
|
"symfony/serializer": "~2.8",
|
|
|
|
"symfony/translation": "~2.8",
|
|
|
|
"symfony/validator": "~2.8",
|
|
|
|
"symfony/process": "~2.8",
|
2016-03-07 01:39:53 +00:00
|
|
|
"symfony/polyfill-iconv": "~1.0",
|
Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19eb243d383ea93fa6fd3c4ebce97cf03.
2016-12-02 11:05:17 +00:00
|
|
|
"symfony/yaml": "~2.8",
|
2016-02-02 06:10:10 +00:00
|
|
|
"twig/twig": "^1.23.1",
|
|
|
|
"doctrine/common": "2.5.*",
|
|
|
|
"doctrine/annotations": "1.2.*",
|
2016-07-20 11:35:07 +00:00
|
|
|
"guzzlehttp/guzzle": "^6.2.1",
|
2016-05-23 11:22:51 +00:00
|
|
|
"symfony-cmf/routing": "~1.4",
|
2016-02-02 06:10:10 +00:00
|
|
|
"easyrdf/easyrdf": "0.9.*",
|
|
|
|
"zendframework/zend-feed": "~2.4",
|
|
|
|
"stack/builder": "1.0.*",
|
|
|
|
"egulias/email-validator": "1.2.*",
|
|
|
|
"masterminds/html5": "~2.1",
|
|
|
|
"symfony/psr-http-message-bridge": "v0.2",
|
|
|
|
"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",
|
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
|
|
|
"asm89/stack-cors": "~1.0"
|
2015-01-08 17:19:41 +00:00
|
|
|
},
|
2016-02-02 06:10:10 +00:00
|
|
|
"require-dev": {
|
2016-11-03 11:47:44 +00:00
|
|
|
"behat/mink": "1.7.x-dev",
|
2016-02-02 06:10:10 +00:00
|
|
|
"behat/mink-goutte-driver": "~1.2",
|
2017-02-11 22:02:19 +00:00
|
|
|
"drupal/coder": "8.2.10",
|
2016-02-12 08:31:27 +00:00
|
|
|
"jcalderonzumba/gastonjs": "~1.0.2",
|
2016-02-02 06:10:10 +00:00
|
|
|
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
|
|
|
|
"mikey179/vfsStream": "~1.2",
|
|
|
|
"phpunit/phpunit": "~4.8",
|
Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19eb243d383ea93fa6fd3c4ebce97cf03.
2016-12-02 11:05:17 +00:00
|
|
|
"symfony/css-selector": "~2.8"
|
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",
|
|
|
|
"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": [
|
|
|
|
"Drupal\\Core\\Composer\\Composer::ensureHtaccess",
|
|
|
|
"Drupal\\Core\\Composer\\Composer::configurePhpcs"
|
|
|
|
]
|
2016-02-02 06:10:10 +00:00
|
|
|
}
|
2015-01-08 17:19:41 +00:00
|
|
|
}
|