mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Add Fossil support to Composer
This commit is contained in:
parent
894b53c115
commit
abcbef4a67
7 changed files with 365 additions and 1 deletions
|
@ -200,7 +200,7 @@ EOT
|
|||
) {
|
||||
$finder = new Finder();
|
||||
$finder->depth(0)->directories()->in(getcwd())->ignoreVCS(false)->ignoreDotFiles(false);
|
||||
foreach (array('.svn', '_svn', 'CVS', '_darcs', '.arch-params', '.monotone', '.bzr', '.git', '.hg') as $vcsName) {
|
||||
foreach (array('.svn', '_svn', 'CVS', '_darcs', '.arch-params', '.monotone', '.bzr', '.git', '.hg', '.fslckout', '_FOSSIL_') as $vcsName) {
|
||||
$finder->name($vcsName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue