René Kerner
|
0f95e531b8
|
* fixed svn tag directory handling
|
2014-02-07 10:41:40 +01:00 |
Nils Adermann
|
f2c48788b8
|
Reformat code to follow coding style
|
2014-02-06 23:06:48 +01:00 |
René Kerner
|
410181ee29
|
* added svn handling for tags, trunk, branches in root packages
|
2014-02-05 19:36:28 +01: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 |
Jordi Boggiano
|
8766c7072b
|
Fix detection of versions with git 1.8+, fixes #2065
|
2013-07-04 23:58:13 +02:00 |
Jordi Boggiano
|
52990eca1e
|
Clear up github env everywhere it is used
|
2013-06-19 13:00:13 +02:00 |
John Long
|
159a041775
|
Remove unused variable $version from RootPackageLoad::load
$version is not referenced anywhere past the removed declaration.
|
2013-05-23 23:13:13 -05:00 |
Beau Simensen
|
215556df7c
|
Use --tags to get non-annotated tags as well.
|
2013-05-21 09:59:41 -05:00 |
Beau Simensen
|
c0a20c3d30
|
Detect version based on tag if HEAD points to a tag.
|
2013-05-20 12:47:52 -05:00 |
Jordi Boggiano
|
b9a44a0057
|
Add RootAliasPackage, fixes #1842
|
2013-04-30 10:37:03 +02:00 |
Jordi Boggiano
|
606f5839f1
|
Unfold aliased root packages, refs #1573
|
2013-04-28 13:28:28 +02:00 |
Jordi Boggiano
|
b0297ef67a
|
Add prefer-stable flag to pick stable package over unstable ones when possible
|
2013-04-02 18:40:42 +02:00 |
Jordi Boggiano
|
6c9bc2824e
|
Fix handling of branches with slashes, fixes #1748
|
2013-03-31 12:36:09 +02:00 |
Jordi Boggiano
|
c29f3c698e
|
Fix support of aliases combined with reference locked packages, fixes #1631
|
2013-02-28 10:51:21 +01:00 |
Jordi Boggiano
|
5a4c720535
|
Add another missing use statement, fixes #1521
|
2013-01-25 10:22:54 +01:00 |
Jordi Boggiano
|
958ffd8e8b
|
Add missing use statement, fixes #1521
|
2013-01-25 10:16:53 +01:00 |
Christoph
|
c84d3d5937
|
replicate the git behvaiour to resolve a feature's version for mercurial
|
2013-01-23 04:53:57 +01:00 |
Jordi Boggiano
|
977fc3241c
|
Clarify exception messages when invalid versions are detected in aliases
|
2012-11-29 12:05:45 +01:00 |
Jordi Boggiano
|
3742459a41
|
Infer stability flags and parse references for aliased packages as well
|
2012-10-18 15:13:32 +02:00 |
Jordi Boggiano
|
61a3c50436
|
Fix version guessing when used on feature branches
|
2012-10-15 12:00:22 +02:00 |
Jordi Boggiano
|
d6de4a0036
|
Rename Package interfaces to reduce BC issues
|
2012-08-24 02:29:31 +02:00 |
Jordi Boggiano
|
520d915860
|
Merge pull request #917 from simensen/package-links
Get links from the pacakge
|
2012-07-18 08:54:34 -07:00 |
Jordi Boggiano
|
c65af3e3a1
|
Add ValidatingArrayLoader and more validation for the validate command
|
2012-07-18 17:20:56 +02:00 |
Beau Simensen
|
2e9f57b6dd
|
Get links from the pacakge
|
2012-07-16 10:11:09 -07: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 |
Jordi Boggiano
|
1aa2cfe6e1
|
Fix unitialized git repo, fixes #758
|
2012-06-04 00:53:51 +02:00 |
Martin Hasoň
|
09f774c705
|
Added test if proc_open function is enabled in RootPackageLoader
|
2012-06-02 08:54:42 +02:00 |
Christophe Coevoet
|
b634659695
|
Fixed undefined variable when no branch match.
Closes #756
|
2012-06-02 00:48:46 +03:00 |
Jordi Boggiano
|
57c3359bdb
|
Small fixes to the version guessing
|
2012-05-31 15:57:49 +02:00 |
Jordi Boggiano
|
03ded63924
|
Root version detection improvement, fixes #748
|
2012-05-31 14:36:21 +02:00 |
Jordi Boggiano
|
5498b8d6a0
|
Add COMPOSER_ROOT_VERSION env var to override the root version
|
2012-05-24 20:36:47 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
ba29b4bf94
|
Added references for dev versions, fixes #599
dev-<branch> and <n.m>.x-dev versions can now have a #<reference> appended
to them. This reference being a git/hg commit hash, or svn revision.
|
2012-05-17 04:07:14 +02:00 |
Jordi Boggiano
|
453b9a616b
|
Add test for Pool handling and refactor a couple things
|
2012-05-11 17:21:02 +02:00 |
Jordi Boggiano
|
a3018c43eb
|
Infer stability flags for requirements that have an explicit version required of a lower stability
|
2012-05-09 20:03:56 +02:00 |
Jordi Boggiano
|
ef28f3b067
|
Basic handling of stability flags
|
2012-05-09 19:10:06 +02:00 |
Jordi Boggiano
|
66068fedcb
|
Add minimum-stability flag on root package to filter packages by stability
|
2012-05-09 19:10:03 +02:00 |
Jordi Boggiano
|
872293e8af
|
Remove special handling of root package branch-aliases
|
2012-05-09 18:03:35 +02:00 |
Fabien Potencier
|
0923025455
|
Fix for when the version is explicitely set in the composer.json file
|
2012-05-01 13:10:14 +02:00 |
Jordi Boggiano
|
a4c2337433
|
Load root packages as aliases if they are aliased so that they replace everything
|
2012-04-29 21:16:24 +02:00 |
Jordi Boggiano
|
adb4188e12
|
Add detection of the current version from git if possible
|
2012-04-29 18:03:54 +02:00 |
Danny Berger
|
8d6d155153
|
Add internal support for multiple default composer repositories.
|
2012-04-26 20:41:45 -04:00 |
Jordi Boggiano
|
b855643865
|
Usability fix
|
2012-03-15 01:13:25 +01:00 |
Jordi Boggiano
|
1228c04984
|
Add support for extra.branch-alias config to remap master on 2.1.x for example
|
2012-02-23 23:26:31 +01:00 |
Jordi Boggiano
|
59d2b1145c
|
Add lock file alias support and a bunch of fixes
|
2012-02-21 16:44:49 +01:00 |
Jordi Boggiano
|
82054f2060
|
Add aliasing: `foo as bar` will require foo and automatically make it replace the bar version
|
2012-02-21 14:03:24 +01:00 |