Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!162
Issue
#3257849
: Various core quality updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3257849
: Various core quality updates
issue/automatic_updates-3257849:3257849-core-quality
into
8.x-2.x
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3257849:3257849-core-quality
into
8.x-2.x
3 years ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
54aa9152
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
54aa9152
phpcbf
· 54aa9152
Ted Bowman
authored
3 years ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
package_manager/src/ComposerUtility.php
+
0
−
1
Options
@@ -138,7 +138,6 @@ class ComposerUtility {
*
* @todo Make this return a keyed array of packages, not just names in
* https://www.drupal.org/i/3258059.
*
*/
public
function
getCoreDevPackageNames
():
array
{
$dev_packages
=
$this
->
composer
->
getPackage
()
->
getDevRequires
();
Loading