1
0
Fork 0
composer/tests/Composer/Test/Package
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
..
Archiver Fix git init -b being unavailable for older versions 2020-10-30 16:58:32 +00:00
Dumper Introduce constants for Composer\Package\Link types 2020-09-21 14:22:06 +02:00
Loader Fix default version to be semver parseable, fixes #9342 2020-10-25 22:22:19 +01:00
Version Merge branch '1.10' 2020-10-08 14:38:41 +02:00
BasePackageTest.php Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
CompletePackageTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
LockerTest.php Merge branch 'master' into 2.0 2020-02-28 13:31:56 +01:00
RootAliasPackageTest.php Get rid of EmptyConstraint 2020-06-05 16:52:24 +02:00