mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Merge branch 'test'
Conflicts: src/Composer/Downloader/FileDownloader.php src/Composer/Repository/Vcs/HgBitbucketDriver.php
This commit is contained in:
commit
f65b34860f
12 changed files with 7 additions and 14 deletions
|
@ -160,6 +160,6 @@ class GitBitbucketDriver extends VcsDriver implements VcsDriverInterface
|
|||
*/
|
||||
public static function supports($url, $deep = false)
|
||||
{
|
||||
return preg_match('#^https://bitbucket\.org/([^/]+)/(.+?)\.git$#', $url, $match);
|
||||
return preg_match('#^https://bitbucket\.org/([^/]+)/(.+?)\.git$#', $url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue