Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -2,51 +2,67 @@
|
|||
"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+",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"symfony/class-loader": "~2.8",
|
||||
"symfony/console": "~2.8",
|
||||
"symfony/dependency-injection": "~2.8",
|
||||
"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",
|
||||
"symfony/polyfill-iconv": "~1.0",
|
||||
"symfony/yaml": "~2.8",
|
||||
"twig/twig": "^1.23.1",
|
||||
"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": "*",
|
||||
"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",
|
||||
"symfony/http-foundation": "~3.4.14",
|
||||
"symfony/http-kernel": "~3.4.14",
|
||||
"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",
|
||||
"symfony/polyfill-iconv": "^1.0",
|
||||
"symfony/yaml": "~3.4.5",
|
||||
"twig/twig": "^1.35.0",
|
||||
"doctrine/common": "^2.5",
|
||||
"doctrine/annotations": "1.2.*",
|
||||
"doctrine/annotations": "^1.2",
|
||||
"guzzlehttp/guzzle": "^6.2.1",
|
||||
"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",
|
||||
"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",
|
||||
"symfony/psr-http-message-bridge": "^1.0",
|
||||
"zendframework/zend-diactoros": "~1.1",
|
||||
"composer/semver": "~1.0",
|
||||
"zendframework/zend-diactoros": "^1.1",
|
||||
"composer/semver": "^1.0",
|
||||
"paragonie/random_compat": "^1.0|^2.0",
|
||||
"asm89/stack-cors": "~1.0"
|
||||
"asm89/stack-cors": "^1.1"
|
||||
},
|
||||
"conflict": {
|
||||
"drush/drush": "<8.1.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/mink": "1.7.x-dev",
|
||||
"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",
|
||||
"phpunit/phpunit": ">=4.8.28 <5",
|
||||
"symfony/browser-kit": ">=2.8.13 <3.0",
|
||||
"symfony/css-selector": "~2.8"
|
||||
"behat/mink-goutte-driver": "^1.2",
|
||||
"behat/mink-selenium2-driver": "1.3.x-dev",
|
||||
"drupal/coder": "^8.2.12",
|
||||
"jcalderonzumba/gastonjs": "^1.0.2",
|
||||
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
||||
"mikey179/vfsStream": "^1.2",
|
||||
"phpunit/phpunit": "^4.8.35 || ^6.5",
|
||||
"phpspec/prophecy": "^1.7",
|
||||
"symfony/css-selector": "^3.4.0",
|
||||
"symfony/phpunit-bridge": "^3.4.3",
|
||||
"symfony/debug": "^3.4.0"
|
||||
},
|
||||
"replace": {
|
||||
"drupal/action": "self.version",
|
||||
|
@ -74,6 +90,7 @@
|
|||
"drupal/core-annotation": "self.version",
|
||||
"drupal/core-assertion": "self.version",
|
||||
"drupal/core-bridge": "self.version",
|
||||
"drupal/core-class-finder": "self.version",
|
||||
"drupal/core-datetime": "self.version",
|
||||
"drupal/core-dependency-injection": "self.version",
|
||||
"drupal/core-diff": "self.version",
|
||||
|
@ -110,18 +127,21 @@
|
|||
"drupal/image": "self.version",
|
||||
"drupal/inline_form_errors": "self.version",
|
||||
"drupal/language": "self.version",
|
||||
"drupal/layout_builder": "self.version",
|
||||
"drupal/layout_discovery": "self.version",
|
||||
"drupal/link": "self.version",
|
||||
"drupal/locale": "self.version",
|
||||
"drupal/minimal": "self.version",
|
||||
"drupal/media": "self.version",
|
||||
"drupal/media_library": "self.version",
|
||||
"drupal/menu_link_content": "self.version",
|
||||
"drupal/menu_ui": "self.version",
|
||||
"drupal/migrate": "self.version",
|
||||
"drupal/migrate_drupal": "self.version",
|
||||
"drupal/migrate_drupal_multilingual": "self.version",
|
||||
"drupal/migrate_drupal_ui": "self.version",
|
||||
"drupal/node": "self.version",
|
||||
"drupal/options": "self.version",
|
||||
"drupal/outside_in": "self.version",
|
||||
"drupal/page_cache": "self.version",
|
||||
"drupal/path": "self.version",
|
||||
"drupal/quickedit": "self.version",
|
||||
|
@ -130,6 +150,7 @@
|
|||
"drupal/rest": "self.version",
|
||||
"drupal/search": "self.version",
|
||||
"drupal/serialization": "self.version",
|
||||
"drupal/settings_tray": "self.version",
|
||||
"drupal/seven": "self.version",
|
||||
"drupal/shortcut": "self.version",
|
||||
"drupal/simpletest": "self.version",
|
||||
|
@ -148,7 +169,39 @@
|
|||
"drupal/user": "self.version",
|
||||
"drupal/views": "self.version",
|
||||
"drupal/views_ui": "self.version",
|
||||
"drupal/workflows": "self.version"
|
||||
"drupal/workflows": "self.version",
|
||||
"drupal/workspaces": "self.version"
|
||||
},
|
||||
"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",
|
||||
"core/lib/Drupal/Component/Uuid/composer.json"
|
||||
],
|
||||
"recurse": false,
|
||||
"replace": false,
|
||||
"merge-extra": false
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
|
|
Reference in a new issue