You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to download recipe: The "https://gitlab.com/api/v4/projects/my-project-id/repository/files/index.json/my-vendor.my-package.1.0.json?ref=main" file could not be downloaded (HTTP/2 404 ):
{"error":"404 Not Found"}
The text was updated successfully, but these errors were encountered:
I configure flex endpoint for private gitlab repo with this instruction:
https://symfony.com/doc/current/setup/flex_private_recipes.html#gitlab-3
And use recipe_template_relative key in recipes index.json.
Regexp doesn't work correctly in https://github.com/symfony/flex/blob/2.x/src/Downloader.php#L222, it replace not
index.json
with relative path, butraw
:The text was updated successfully, but these errors were encountered: