Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
fd8dbd56
Commit
fd8dbd56
authored
Oct 10, 2019
by
catch
Browse files
Issue
#3039611
by jibran, alexpott, kostyashupenko, Mile23: Update core PHP dependencies for 8.8.x
parent
253fc6f2
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
fd8dbd56
This diff is collapsed.
Click to expand it.
core/composer.json
View file @
fd8dbd56
...
...
@@ -33,12 +33,12 @@
"symfony/yaml"
:
"~3.4.5"
,
"typo3/phar-stream-wrapper"
:
"^2.1.1"
,
"twig/twig"
:
"^1.38.2"
,
"doctrine/common"
:
"^2.
5
"
,
"doctrine/annotations"
:
"^1.
2
"
,
"doctrine/common"
:
"^2.
7
"
,
"doctrine/annotations"
:
"^1.
4
"
,
"guzzlehttp/guzzle"
:
"^6.3"
,
"symfony-cmf/routing"
:
"^1.4"
,
"easyrdf/easyrdf"
:
"^0.9"
,
"zendframework/zend-feed"
:
"^2.
4
"
,
"zendframework/zend-feed"
:
"^2.
12
"
,
"stack/builder"
:
"^1.0"
,
"egulias/email-validator"
:
"^2.0"
,
"masterminds/html5"
:
"^2.1"
,
...
...
core/lib/Drupal/Component/Annotation/composer.json
View file @
fd8dbd56
...
...
@@ -6,11 +6,11 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"doctrine/common"
:
"^2.
5
"
,
"doctrine/annotations"
:
"1.
2.*
"
,
"drupal/core-file-cache"
:
"^8.
2
"
,
"drupal/core-plugin"
:
"^8.
2
"
,
"drupal/core-utility"
:
"^8.
2
"
"doctrine/common"
:
"^2.
7
"
,
"doctrine/annotations"
:
"
^
1.
4
"
,
"drupal/core-file-cache"
:
"^8.
8
"
,
"drupal/core-plugin"
:
"^8.
8
"
,
"drupal/core-utility"
:
"^8.
8
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Bridge/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"zendframework/zend-feed"
:
"^2.
4
"
"zendframework/zend-feed"
:
"^2.
12
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/ClassFinder/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"doctrine/common"
:
"^2.
5
"
"doctrine/common"
:
"^2.
7
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Datetime/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"drupal/core-utility"
:
"^8.
2
"
"drupal/core-utility"
:
"^8.
8
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/DependencyInjection/composer.json
View file @
fd8dbd56
...
...
@@ -12,7 +12,7 @@
},
"require"
:
{
"php"
:
">=7.0.8"
,
"symfony/dependency-injection"
:
">=
2.8
<4.0.0"
"symfony/dependency-injection"
:
">=
3.4
<4.0.0"
},
"suggest"
:
{
"symfony/expression-language"
:
"For using expressions in service container configuration"
...
...
core/lib/Drupal/Component/Diff/composer.json
View file @
fd8dbd56
...
...
@@ -5,8 +5,7 @@
"homepage"
:
"https://www.drupal.org/project/drupal"
,
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"symfony/polyfill-mbstring"
:
"~1.0"
"php"
:
">=7.0.8"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Discovery/composer.json
View file @
fd8dbd56
...
...
@@ -6,8 +6,8 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"drupal/core-file-cache"
:
"^8.
2
"
,
"drupal/core-serialization"
:
"^8.
2
"
"drupal/core-file-cache"
:
"^8.
8
"
,
"drupal/core-serialization"
:
"^8.
8
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/EventDispatcher/composer.json
View file @
fd8dbd56
...
...
@@ -6,8 +6,8 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"symfony/dependency-injection"
:
">=
2.8
<4.0.0"
,
"symfony/event-dispatcher"
:
">=
2.7
<4.0.0"
"symfony/dependency-injection"
:
">=
3.4
<4.0.0"
,
"symfony/event-dispatcher"
:
">=
3.4
<4.0.0"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Gettext/composer.json
View file @
fd8dbd56
...
...
@@ -10,7 +10,7 @@
},
"require"
:
{
"php"
:
">=7.0.8"
,
"drupal/core-utility"
:
"^8.
2
"
"drupal/core-utility"
:
"^8.
8
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/HttpFoundation/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"symfony/http-foundation"
:
">=
2.7
<4.0.0"
"symfony/http-foundation"
:
">=
3.4
<4.0.0"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Plugin/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"symfony/validator"
:
">=
2.7
<4.0.0"
"symfony/validator"
:
">=
3.4
<4.0.0"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Render/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"drupal/core-utility"
:
"^8.
2
"
"drupal/core-utility"
:
"^8.
8
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Serialization/composer.json
View file @
fd8dbd56
...
...
@@ -6,7 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"symfony/yaml"
:
">=
2.7
<4.0.0"
"symfony/yaml"
:
">=
3.4
<4.0.0"
},
"autoload"
:
{
"psr-4"
:
{
...
...
core/lib/Drupal/Component/Utility/composer.json
View file @
fd8dbd56
...
...
@@ -6,10 +6,7 @@
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"php"
:
">=7.0.8"
,
"paragonie/random_compat"
:
"^1.0|^2.0"
,
"drupal/core-render"
:
"^8.2"
,
"symfony/polyfill-iconv"
:
"~1.0"
,
"symfony/polyfill-mbstring"
:
"~1.0"
"drupal/core-render"
:
"^8.8"
},
"autoload"
:
{
"psr-4"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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