Skip to content

Commit

Permalink
revert back the composer name for package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Oct 23, 2024
1 parent dae23f4 commit 9d9bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/lib/dependabot/composer/package_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PackageManager < Dependabot::Ecosystem::VersionManager
sig { params(raw_version: String).void }
def initialize(raw_version)
super(
"bundler",
"composer",
raw_version,
Version.new(raw_version),
DEPRECATED_COMPOSER_VERSIONS,
Expand Down

0 comments on commit 9d9bc55

Please sign in to comment.