clue / phar-composer

Simple phar creation for every PHP project managed via Composer
https://clue.engineering/2019/introducing-phar-composer
MIT License
858 stars 78 forks source link

Fix check for valid package URL #117

Closed icedream closed 2 years ago

icedream commented 3 years ago

This regex pattern used to accept some package names, those include:

Respective examples have been added to the existing test.

Fixes #101.