Issue #3176504 by alexpott, andypost, jungle: Upgrade dependencies prior to 9.1.0
parent
74fbb0aabd
commit
5d0f53713d
File diff suppressed because it is too large
Load Diff
|
@ -9,21 +9,21 @@
|
|||
"require": {
|
||||
"drupal/core": "9.1.x-dev",
|
||||
"asm89/stack-cors": "1.3.0",
|
||||
"composer/semver": "1.5.1",
|
||||
"composer/semver": "1.7.1",
|
||||
"doctrine/annotations": "1.10.4",
|
||||
"doctrine/lexer": "1.2.1",
|
||||
"doctrine/reflection": "1.2.1",
|
||||
"egulias/email-validator": "2.1.19",
|
||||
"egulias/email-validator": "2.1.22",
|
||||
"guzzlehttp/guzzle": "6.5.5",
|
||||
"guzzlehttp/promises": "v1.3.1",
|
||||
"guzzlehttp/psr7": "1.6.1",
|
||||
"laminas/laminas-diactoros": "2.3.1",
|
||||
"guzzlehttp/promises": "1.4.0",
|
||||
"guzzlehttp/psr7": "1.7.0",
|
||||
"laminas/laminas-diactoros": "2.4.1",
|
||||
"laminas/laminas-escaper": "2.6.1",
|
||||
"laminas/laminas-feed": "2.12.3",
|
||||
"laminas/laminas-stdlib": "3.3.0",
|
||||
"laminas/laminas-zendframework-bridge": "1.1.0",
|
||||
"masterminds/html5": "2.7.3",
|
||||
"pear/archive_tar": "1.4.9",
|
||||
"laminas/laminas-zendframework-bridge": "1.1.1",
|
||||
"masterminds/html5": "2.7.4",
|
||||
"pear/archive_tar": "1.4.10",
|
||||
"pear/console_getopt": "v1.4.3",
|
||||
"pear/pear-core-minimal": "v1.10.10",
|
||||
"pear/pear_exception": "v1.0.1",
|
||||
|
@ -33,32 +33,33 @@
|
|||
"psr/log": "1.1.3",
|
||||
"ralouphie/getallheaders": "3.0.3",
|
||||
"stack/builder": "v1.0.6",
|
||||
"symfony-cmf/routing": "2.3.2",
|
||||
"symfony/console": "v4.4.12",
|
||||
"symfony/debug": "v4.4.12",
|
||||
"symfony/dependency-injection": "v4.4.12",
|
||||
"symfony/error-handler": "v4.4.12",
|
||||
"symfony/event-dispatcher": "v4.4.12",
|
||||
"symfony-cmf/routing": "2.3.3",
|
||||
"symfony/console": "v4.4.15",
|
||||
"symfony/debug": "v4.4.15",
|
||||
"symfony/dependency-injection": "v4.4.15",
|
||||
"symfony/error-handler": "v4.4.15",
|
||||
"symfony/event-dispatcher": "v4.4.15",
|
||||
"symfony/event-dispatcher-contracts": "v1.1.9",
|
||||
"symfony/http-foundation": "v4.4.12",
|
||||
"symfony/http-kernel": "v4.4.13",
|
||||
"symfony/mime": "v5.1.4",
|
||||
"symfony/http-client-contracts": "v2.2.0",
|
||||
"symfony/http-foundation": "v4.4.15",
|
||||
"symfony/http-kernel": "v4.4.15",
|
||||
"symfony/mime": "v5.1.7",
|
||||
"symfony/polyfill-ctype": "v1.18.1",
|
||||
"symfony/polyfill-iconv": "v1.18.1",
|
||||
"symfony/polyfill-intl-idn": "v1.18.1",
|
||||
"symfony/polyfill-intl-normalizer": "v1.18.1",
|
||||
"symfony/polyfill-mbstring": "v1.18.1",
|
||||
"symfony/polyfill-php80": "v1.18.1",
|
||||
"symfony/process": "v4.4.12",
|
||||
"symfony/psr-http-message-bridge": "v2.0.1",
|
||||
"symfony/routing": "v4.4.12",
|
||||
"symfony/serializer": "v4.4.12",
|
||||
"symfony/service-contracts": "v2.1.3",
|
||||
"symfony/translation": "v4.4.12",
|
||||
"symfony/translation-contracts": "v2.1.3",
|
||||
"symfony/validator": "v4.4.12",
|
||||
"symfony/var-dumper": "v5.1.4",
|
||||
"symfony/yaml": "v4.4.12",
|
||||
"symfony/process": "v4.4.15",
|
||||
"symfony/psr-http-message-bridge": "v2.0.2",
|
||||
"symfony/routing": "v4.4.15",
|
||||
"symfony/serializer": "v4.4.15",
|
||||
"symfony/service-contracts": "v2.2.0",
|
||||
"symfony/translation": "v4.4.15",
|
||||
"symfony/translation-contracts": "v2.3.0",
|
||||
"symfony/validator": "v4.4.15",
|
||||
"symfony/var-dumper": "v5.1.7",
|
||||
"symfony/yaml": "v4.4.15",
|
||||
"twig/twig": "v2.13.1",
|
||||
"typo3/phar-stream-wrapper": "v3.1.5"
|
||||
}
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
"behat/mink-goutte-driver": "v1.2.1",
|
||||
"behat/mink-selenium2-driver": "v1.4.0",
|
||||
"composer/ca-bundle": "1.2.8",
|
||||
"composer/composer": "1.10.10",
|
||||
"composer/composer": "1.10.14",
|
||||
"composer/spdx-licenses": "1.5.4",
|
||||
"composer/xdebug-handler": "1.4.3",
|
||||
"doctrine/instantiator": "1.3.1",
|
||||
"drupal/coder": "8.3.9",
|
||||
"drupal/coder": "8.3.10",
|
||||
"easyrdf/easyrdf": "1.0.0",
|
||||
"fabpot/goutte": "v3.3.0",
|
||||
"instaclick/php-webdriver": "1.4.7",
|
||||
|
@ -27,9 +27,9 @@
|
|||
"phar-io/manifest": "1.0.3",
|
||||
"phar-io/version": "2.0.1",
|
||||
"phpdocumentor/reflection-common": "2.2.0",
|
||||
"phpdocumentor/reflection-docblock": "5.2.1",
|
||||
"phpdocumentor/type-resolver": "1.3.0",
|
||||
"phpspec/prophecy": "1.11.1",
|
||||
"phpdocumentor/reflection-docblock": "5.2.2",
|
||||
"phpdocumentor/type-resolver": "1.4.0",
|
||||
"phpspec/prophecy": "1.12.1",
|
||||
"phpunit/php-code-coverage": "7.0.10",
|
||||
"phpunit/php-file-iterator": "2.0.2",
|
||||
"phpunit/php-text-template": "1.2.1",
|
||||
|
@ -50,14 +50,15 @@
|
|||
"sebastian/version": "2.0.1",
|
||||
"seld/jsonlint": "1.8.2",
|
||||
"seld/phar-utils": "1.1.1",
|
||||
"sirbrillig/phpcs-variable-analysis": "v2.9.0",
|
||||
"squizlabs/php_codesniffer": "3.5.6",
|
||||
"symfony/browser-kit": "v4.4.12",
|
||||
"symfony/css-selector": "v4.4.12",
|
||||
"symfony/dom-crawler": "v4.4.12",
|
||||
"symfony/filesystem": "v4.4.12",
|
||||
"symfony/finder": "v4.4.12",
|
||||
"symfony/lock": "v4.4.12",
|
||||
"symfony/phpunit-bridge": "v5.1.6",
|
||||
"symfony/browser-kit": "v4.4.15",
|
||||
"symfony/css-selector": "v4.4.15",
|
||||
"symfony/dom-crawler": "v4.4.15",
|
||||
"symfony/filesystem": "v4.4.15",
|
||||
"symfony/finder": "v4.4.15",
|
||||
"symfony/lock": "v4.4.15",
|
||||
"symfony/phpunit-bridge": "v5.1.7",
|
||||
"theseer/tokenizer": "1.2.0",
|
||||
"webmozart/assert": "1.9.1"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
namespace Drupal\Core\FileTransfer;
|
||||
|
||||
/**
|
||||
* FileTransferException class.
|
||||
* Exception thrown for file transfer errors.
|
||||
*/
|
||||
class FileTransferException extends \RuntimeException {
|
||||
|
||||
|
|
|
@ -1487,6 +1487,7 @@ simpletest's
|
|||
singlebyte
|
||||
sioc
|
||||
sioct
|
||||
sirbrillig
|
||||
sisko
|
||||
sitename
|
||||
sitewide
|
||||
|
|
|
@ -6,7 +6,7 @@ use Drupal\workflows\Entity\Workflow;
|
|||
use Drupal\workflows\WorkflowInterface;
|
||||
|
||||
/**
|
||||
* Trait ContentModerationTestTrait.
|
||||
* Provides functionality for testing content moderation.
|
||||
*/
|
||||
trait ContentModerationTestTrait {
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace Drupal\migrate\Plugin\Derivative;
|
|||
use Drupal\migrate\Plugin\migrate\destination\EntityContentComplete;
|
||||
|
||||
/**
|
||||
* MigrateEntityComplete deriver.
|
||||
* Deriver for entity_complete:ENTITY_TYPE entity migrations.
|
||||
*/
|
||||
class MigrateEntityComplete extends MigrateEntity {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
|
|||
use Drupal\responsive_image\Entity\ResponsiveImageStyle;
|
||||
|
||||
/**
|
||||
* Class ResponsiveImageFieldUiTest.
|
||||
* Tests the responsive image field UI.
|
||||
*
|
||||
* @group responsive_image
|
||||
*/
|
||||
|
|
|
@ -37,7 +37,7 @@ class ImageLazyLoadController extends ControllerBase {
|
|||
$images['override-loading-attribute'] = [
|
||||
'#theme' => 'image',
|
||||
'#uri' => '/core/themes/bartik/logo.svg',
|
||||
'#alt' => 'Image lazy load test loading attribute can be overriden',
|
||||
'#alt' => 'Image lazy load test loading attribute can be overridden',
|
||||
'#prefix' => '<div id="override-loading-attribute">',
|
||||
'#suffix' => '</div>',
|
||||
'#width' => '50%',
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
namespace Drupal\Tests\system\Functional\Theme;
|
||||
|
||||
use Behat\Mink\Exception\ElementHtmlException;
|
||||
use Drupal\Tests\BrowserTestBase;
|
||||
use Drupal\Tests\WebAssert;
|
||||
|
||||
/**
|
||||
* Tests lazy loading for images.
|
||||
|
@ -38,7 +36,7 @@ class ImageLoadingAttributeTest extends BrowserTestBase {
|
|||
$assert->elementAttributeExists('css', '#with-dimensions img', 'loading');
|
||||
$assert->elementAttributeContains('css', '#with-dimensions img', 'loading', 'lazy');
|
||||
|
||||
// Loading attribute with lazy default value can be overriden.
|
||||
// Loading attribute with lazy default value can be overridden.
|
||||
$assert->elementAttributeContains('css', '#override-loading-attribute img', 'loading', 'eager');
|
||||
|
||||
// Without image dimensions loading attribute is not generated.
|
||||
|
|
|
@ -11,7 +11,7 @@ use Drupal\workflows\StateInterface;
|
|||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Class WorkflowStateAddForm.
|
||||
* Entity form variant for adding workflow states.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@ use Drupal\workflows\StateInterface;
|
|||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Class WorkflowStateEditForm.
|
||||
* Entity form variant for editing workflow states.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@ use Drupal\workflows\TransitionInterface;
|
|||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Class WorkflowTransitionAddForm.
|
||||
* Entity form variant for adding workflow transitions.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@ use Drupal\workflows\TransitionInterface;
|
|||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Class WorkflowTransitionEditForm.
|
||||
* Entity form variant for editing workflow transitions.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue