Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!6865
Issue
#3425114
: Add revolt/event-loop dependency to core
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3425114
: Add revolt/event-loop dependency to core
issue/drupal-3425114:3425114-add-revoltphpevent-loop-dependency
into
11.x
Overview
1
Commits
1
Pipelines
8
Changes
4
Closed
Alexander Varwijk
requested to merge
issue/drupal-3425114:3425114-add-revoltphpevent-loop-dependency
into
11.x
1 year ago
Overview
1
Commits
1
Pipelines
8
Changes
4
Expand
Closes
#3425114
0
0
Merge request reports
Compare
11.x
version 7
75ddc6a7
8 months ago
version 6
270e82f7
10 months ago
version 5
5bccfb80
1 year ago
version 4
1f307aa2
1 year ago
version 3
447c4b90
1 year ago
version 2
447c4b90
1 year ago
version 1
5051ea8a
1 year ago
11.x (base)
and
latest version
latest version
b5f99a22
1 commit,
8 months ago
version 7
75ddc6a7
1 commit,
8 months ago
version 6
270e82f7
1 commit,
10 months ago
version 5
5bccfb80
1 commit,
1 year ago
version 4
1f307aa2
1 commit,
1 year ago
version 3
447c4b90
1 commit,
1 year ago
version 2
447c4b90
115 commits,
1 year ago
version 1
5051ea8a
1 commit,
1 year ago
4 files
+
79
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
4
Search (e.g. *.vue) (Ctrl+P)
composer/Metapackage/CoreRecommended/composer.json
+
1
−
0
Options
@@ -30,6 +30,7 @@
"psr/http-factory"
:
"~1.1.0"
,
"psr/log"
:
"~3.0.2"
,
"ralouphie/getallheaders"
:
"~3.0.3"
,
"revolt/event-loop"
:
"~v1.0.6"
,
"sebastian/diff"
:
"~5.1.1"
,
"symfony/console"
:
"~v7.1.5"
,
"symfony/dependency-injection"
:
"~v7.1.3"
,
Loading