Jordi Boggiano
|
07b8c23f02
|
Merge branch '1.10'
|
2021-01-27 15:46:58 +01:00 |
Nicolas Grekas
|
079e501ac8
|
Revert "Merge pull request #9273 from nicolas-grekas/dev-version"
This reverts commit d2d606ced2 , reversing
changes made to 4a8dbcd145 .
|
2021-01-27 14:03:44 +01:00 |
Jordi Boggiano
|
4b8c2aa121
|
Fix default version to be semver parseable, fixes #9342
|
2020-10-25 22:22:19 +01:00 |
Jordi Boggiano
|
7ea6d5d2e7
|
Merge branch '1.10'
|
2020-10-13 16:00:04 +02:00 |
Nicolas Grekas
|
4feed8b85c
|
Fix parsing "branch-version"
|
2020-10-13 15:43:12 +02:00 |
Jordi Boggiano
|
bafdf9f705
|
Merge branch '1.10'
|
2020-10-13 14:47:23 +02:00 |
Nicolas Grekas
|
893fbfcb89
|
Add support for "extra.branch-version"
|
2020-10-13 13:56:18 +02:00 |
Jordi Boggiano
|
03b8c3db3f
|
Merge branch '1.10'
|
2020-10-08 14:38:41 +02:00 |
Nils Adermann
|
92722a9a4c
|
VersionGuesser: Fix root package loader test which relies on git cmd in guesser
|
2020-10-07 15:11:08 +02:00 |
Jordi Boggiano
|
74d89d7110
|
Get rid of default branch handling in version guesser as it is way too time intensive at every initialization
|
2020-06-24 21:16:16 +02:00 |
Jordi Boggiano
|
6349764c2d
|
Fix root package handling of default-branch
|
2020-06-19 15:34:28 +02:00 |
Jordi Boggiano
|
a7a975ec1c
|
Alias dev-master/trunk/default to 9999999-dev instead of normalizing the version to that, fixes #8323
|
2020-03-11 15:04:18 +01:00 |
Jordi Boggiano
|
ffac8646fc
|
Fix tests
|
2020-03-11 09:34:40 +01:00 |
Ion Bazan
|
a2137d5263
|
use Symfony PHPUnit Bridge
|
2020-02-07 12:22:22 +08:00 |
Gabriel Caruso
|
afc9a7643e
|
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
|
2017-11-30 13:44:43 -02:00 |
Alessandro Lai
|
3cf31da414
|
Fix root package not having a pretty version when detecting from VCS, fixes #6845, closes #6847
|
2017-11-30 15:07:08 +01:00 |
Jordi Boggiano
|
6ce8477d04
|
Fix parsing of stabilities with AND/OR ops and no stability flags
|
2016-04-22 22:59:55 +01:00 |
Jordi Boggiano
|
2dcd76aa43
|
Fix test suite
|
2016-02-25 14:24:27 +00:00 |
Jordi Boggiano
|
82349bcb2a
|
Fix support for extracting stability flags in multi-constraints, fixes #4440
|
2015-10-27 14:59:48 +00:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Rob Bast
|
a1427d7fd6
|
replace all occurences in code and comments
|
2015-09-24 16:32:36 +02:00 |
Jordi Boggiano
|
89c6a68a76
|
Updates to path repository and path downloader, refs #4365
|
2015-09-12 22:28:03 +01:00 |
Samuel ROZE
|
5261a5fa03
|
Move version guessing in `VersionGuesser` class
|
2015-08-18 14:58:18 +01:00 |
Rob Bast
|
ef37b86c81
|
closes #1508 - updated tests
|
2015-07-30 13:37:12 +02:00 |
Jordi Boggiano
|
6a64041055
|
CS fixes
|
2015-06-30 15:38:32 +01:00 |
Jordi Boggiano
|
a943827371
|
Show that no version was found in composer show/license if root package is auto-versioned, fixes #4158
|
2015-06-18 23:47:17 +01:00 |
Jordi Boggiano
|
0b4a9235f4
|
CS fixes
|
2015-02-24 14:22:54 +00:00 |
Jordi Boggiano
|
53925295c3
|
Merge pull request #3699 from trivago/non_feature_branches
added non-feature-branches
|
2015-02-14 15:44:45 +00:00 |
rkerner
|
abc9d60fcc
|
added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
|
2015-02-02 14:36:50 +01:00 |
Christophe Coevoet
|
267af928df
|
Add a failing testcase for stability flags in complex constraints
Refs #3570
|
2014-12-22 12:27:56 +01:00 |
Jordi Boggiano
|
ac497feaba
|
CS fixes
|
2014-06-10 16:13:12 +02:00 |
Jordi Boggiano
|
0044c75ca0
|
Fix detection of tags when the current tag is not a valid version
|
2013-08-12 10:27:25 +02:00 |
Jordi Boggiano
|
8b293633ae
|
Merge remote-tracking branch 'simensen/non-dev-version'
Conflicts:
src/Composer/Package/Loader/RootPackageLoader.php
tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php
|
2013-08-12 02:39:52 +02:00 |
Jordi Boggiano
|
d740f50277
|
Fix parsing of inferred stability flags that are more stable than the min stability
|
2013-07-28 19:40:37 +02:00 |
Beau Simensen
|
215556df7c
|
Use --tags to get non-annotated tags as well.
|
2013-05-21 09:59:41 -05:00 |
Beau Simensen
|
f9fe39e624
|
Fixed the existing test and added a new one for git tag version guessing.
|
2013-05-21 06:14:34 -05:00 |
Jordi Boggiano
|
ffecd39d33
|
Refactor repositories handling in config/factory/loader, fixes #828, fixes #826
|
2012-06-24 13:06:13 +02:00 |
Jordi Boggiano
|
3ac11b932c
|
Expose default repositories in system config file
|
2012-06-23 12:55:05 +02:00 |
Jordi Boggiano
|
4a6ae454c2
|
Merge remote-tracking branch 'dpb587/multiple-repos'
Conflicts:
src/Composer/Factory.php
src/Composer/Package/Loader/RootPackageLoader.php
tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php
|
2012-06-23 12:09:31 +02:00 |
Chris Smith
|
5e4b2fcc8d
|
Test for detached heads yielding an invalid version
|
2012-06-14 11:03:26 +01:00 |
Danny Berger
|
8d6d155153
|
Add internal support for multiple default composer repositories.
|
2012-04-26 20:41:45 -04:00 |