Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6b141f05
Commit
6b141f05
authored
Apr 20, 2020
by
Nathaniel Catchpole
Browse files
Issue
#3127674
by jungle, longwave, imalabya, mondrake: Update dependencies for Drupal 9.0
parent
d9a13249
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
6b141f05
This diff is collapsed.
Click to expand it.
composer/Metapackage/CoreRecommended/composer.json
View file @
6b141f05
...
...
@@ -9,20 +9,20 @@
"require"
:
{
"drupal/core"
:
"9.0.x-dev"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/installers"
:
"v1.
8
.0"
,
"composer/installers"
:
"v1.
9
.0"
,
"composer/semver"
:
"1.5.1"
,
"doctrine/annotations"
:
"
v
1.
8.0
"
,
"doctrine/annotations"
:
"1.
10.1
"
,
"doctrine/lexer"
:
"1.2.0"
,
"doctrine/reflection"
:
"
v1.1.0
"
,
"doctrine/reflection"
:
"
1.2.1
"
,
"egulias/email-validator"
:
"2.1.17"
,
"guzzlehttp/guzzle"
:
"6.5.
2
"
,
"guzzlehttp/guzzle"
:
"6.5.
3
"
,
"guzzlehttp/promises"
:
"v1.3.1"
,
"guzzlehttp/psr7"
:
"1.6.1"
,
"laminas/laminas-diactoros"
:
"2.2.
2
"
,
"laminas/laminas-diactoros"
:
"2.2.
3
"
,
"laminas/laminas-escaper"
:
"2.6.1"
,
"laminas/laminas-feed"
:
"2.12.
0
"
,
"laminas/laminas-feed"
:
"2.12.
2
"
,
"laminas/laminas-stdlib"
:
"3.2.1"
,
"laminas/laminas-zendframework-bridge"
:
"1.0.
1
"
,
"laminas/laminas-zendframework-bridge"
:
"1.0.
3
"
,
"masterminds/html5"
:
"2.7.0"
,
"pear/archive_tar"
:
"1.4.9"
,
"pear/console_getopt"
:
"v1.4.3"
,
...
...
@@ -31,10 +31,10 @@
"psr/container"
:
"1.0.0"
,
"psr/http-factory"
:
"1.0.1"
,
"psr/http-message"
:
"1.0.1"
,
"psr/log"
:
"1.1.
2
"
,
"psr/log"
:
"1.1.
3
"
,
"ralouphie/getallheaders"
:
"3.0.3"
,
"stack/builder"
:
"v1.0.6"
,
"symfony-cmf/routing"
:
"2.
1.1
"
,
"symfony-cmf/routing"
:
"2.
2.0
"
,
"symfony/console"
:
"v4.4.7"
,
"symfony/debug"
:
"v4.4.7"
,
"symfony/dependency-injection"
:
"v4.4.7"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
6b141f05
...
...
@@ -12,8 +12,8 @@
"behat/mink-browserkit-driver"
:
"v1.3.4"
,
"behat/mink-goutte-driver"
:
"v1.2.1"
,
"behat/mink-selenium2-driver"
:
"v1.4.0"
,
"composer/ca-bundle"
:
"1.2.
6
"
,
"composer/composer"
:
"1.10.
0
"
,
"composer/ca-bundle"
:
"1.2.
7
"
,
"composer/composer"
:
"1.10.
5
"
,
"composer/spdx-licenses"
:
"1.5.3"
,
"composer/xdebug-handler"
:
"1.4.1"
,
"doctrine/instantiator"
:
"1.3.0"
,
...
...
@@ -35,7 +35,7 @@
"phpunit/php-text-template"
:
"1.2.1"
,
"phpunit/php-timer"
:
"2.1.2"
,
"phpunit/php-token-stream"
:
"3.1.1"
,
"phpunit/phpunit"
:
"8.5.
2
"
,
"phpunit/phpunit"
:
"8.5.
3
"
,
"sebastian/code-unit-reverse-lookup"
:
"1.0.1"
,
"sebastian/comparator"
:
"3.0.2"
,
"sebastian/diff"
:
"3.0.2"
,
...
...
@@ -50,7 +50,7 @@
"sebastian/version"
:
"2.0.1"
,
"seld/jsonlint"
:
"1.7.2"
,
"seld/phar-utils"
:
"1.1.0"
,
"squizlabs/php_codesniffer"
:
"3.5.
4
"
,
"squizlabs/php_codesniffer"
:
"3.5.
5
"
,
"symfony/browser-kit"
:
"v4.4.7"
,
"symfony/css-selector"
:
"v4.4.7"
,
"symfony/dom-crawler"
:
"v4.4.7"
,
...
...
@@ -59,6 +59,6 @@
"symfony/lock"
:
"v4.4.7"
,
"symfony/phpunit-bridge"
:
"v4.4.7"
,
"theseer/tokenizer"
:
"1.1.3"
,
"webmozart/assert"
:
"1.
7
.0"
"webmozart/assert"
:
"1.
8
.0"
}
}
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
View file @
6b141f05
...
...
@@ -103,7 +103,7 @@ public function testObjectSupportDisabledPecl() {
*/
public
function
testObjectSupportDisabledSymfony
()
{
$this
->
expectException
(
InvalidDataTypeException
::
class
);
$this
->
expectExceptionMessage
RegExp
(
'/^Object support when parsing a YAML file has been disabled/'
);
$this
->
expectExceptionMessage
Matches
(
'/^Object support when parsing a YAML file has been disabled/'
);
$object
=
new
\
stdClass
();
$object
->
foo
=
'bar'
;
// In core all Yaml encoding is done via Symfony and it does not support
...
...
core/tests/Drupal/Tests/Traits/PHPUnit8Warnings.php
View file @
6b141f05
...
...
@@ -23,7 +23,7 @@ trait PHPUnit8Warnings {
* @var string[]
*/
private
static
$ignoredWarnings
=
[
// Temporarily empty.
'expectExceptionMessageRegExp() is deprecated in PHPUnit 8 and will be removed in PHPUnit 9.'
,
];
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment