1
0
Fork 0
composer/tests/Composer/Test/Repository
Robert Rhoades 2ced7b0bf8 Fix git init -b being unavailable for older versions
On older versions of git init doesn't have the -b flag. That
was introduced in v2.28.0.

Instead switch to using git checkout -b which has much
wider support (2.4.12 was as far back as I could check on
the docs).
2020-10-30 16:58:32 +00:00
..
Fixtures Merge branch '1.10' 2020-10-13 14:47:23 +02:00
Vcs Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
ArrayRepositoryTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
ArtifactRepositoryTest.php Add support for TAR in Artifact packages (#9105) 2020-08-12 20:30:58 +02:00
ComposerRepositoryTest.php Add executeAsync to ProcessExecutor and allow Loop class to wait on it in addition to HttpDownloader 2020-06-16 14:00:19 +02:00
CompositeRepositoryTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
FilesystemRepositoryTest.php Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
FilterRepositoryTest.php Oops 2020-05-26 19:55:40 +02:00
InstalledRepositoryTest.php Get rid of EmptyConstraint 2020-06-05 16:52:24 +02:00
PathRepositoryTest.php Fix tests 2020-10-13 15:01:22 +02:00
PlatformRepositoryTest.php Fix name 2020-08-18 16:31:46 +02:00
RepositoryFactoryTest.php Merge branch 'master' into 2.0 2020-02-14 15:42:17 +01:00
RepositoryManagerTest.php Remove PEAR installer/downloader/repos/..., fixes #8778 2020-04-15 00:24:13 +02:00
VcsRepositoryTest.php Fix git init -b being unavailable for older versions 2020-10-30 16:58:32 +00:00