diff --git a/composer/lib/dependabot/composer/update_checker/version_resolver.rb b/composer/lib/dependabot/composer/update_checker/version_resolver.rb index 037ba2bf0e2..40a69ddaac5 100644 --- a/composer/lib/dependabot/composer/update_checker/version_resolver.rb +++ b/composer/lib/dependabot/composer/update_checker/version_resolver.rb @@ -325,13 +325,6 @@ def handle_composer_errors(error) # dependency is no longer required and is just cruft in the # composer.json. In this case we just ignore the dependency. nil - elsif error.message.include?("stefandoorn/sitemap-plugin-1.0.0.0") || - error.message.include?("simplethings/entity-audit-bundle-1.0.0") - # We get a recurring error when attempting to update these repos - # which doesn't recur locally and we can't figure out how to fix! - # - # Package is not installed: stefandoorn/sitemap-plugin-1.0.0.0 - nil elsif error.message.include?("does not match the expected JSON schema") msg = "Composer failed to parse your composer.json as it does not match the expected JSON schema.\n" \ "Run `composer validate` to check your composer.json and composer.lock files.\n\n" \