This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Description
I tried to add a Bundle where the repository name contains a dot. This is rejected with the message "Please enter a valid GitHub repo name (e.g. KnpLabs/KnpBundles).".
Checking the corresponding controller line I see that only repositories matching the pattern [a-z0-9-] are supported. Unfortunately I couldn't find any documentation on the pattern GitHub itself uses, but at least dot and underscore are supported as well. It would be great if KnpBundles would support all valid GitHub repository names as otherwise users are forced to change their repository names which has a huge impact on projects already using those bundles.