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
|
4fcc114f97
|
Merge pull request #808 from palex-fpt/not-equal-operator
Add '<>' operator to Version Parser
|
2012-06-22 07:00:18 -07:00 |
Nils Adermann
|
a756f7f880
|
Merge pull request #798 from cs278/dev-hash-detached-head
Ensure composer works with a detached head
|
2012-06-20 16:18:55 -07:00 |
Jordi Boggiano
|
73a865bf2a
|
Fix tests
|
2012-06-20 12:05:18 +02:00 |
Alexey Prilipko
|
9f08764e9a
|
Add '!=' handling to VersionConstraint::matchSpecific
|
2012-06-20 00:29:28 +11:00 |
Alexey Prilipko
|
e130386612
|
Add '<>' operator for Version Parser
|
2012-06-19 12:11:11 +11:00 |
Grégoire Pineau
|
f4e9dd4fb8
|
Fixed PSR rules
|
2012-06-14 12:10:01 +02:00 |
Chris Smith
|
5e4b2fcc8d
|
Test for detached heads yielding an invalid version
|
2012-06-14 11:03:26 +01:00 |
Nils Adermann
|
41215a0e47
|
Require first version of a root package alias, rather than alias
This makes sure that the alias will always be installed, even if it isn't
technically needed.
|
2012-05-24 23:29:08 +02:00 |
Jordi Boggiano
|
c10eb66ac4
|
Ignore references when parsing dev versions
|
2012-05-17 04:07:15 +02:00 |
Jordi Boggiano
|
0936670213
|
Add support for stabilities in lock file
|
2012-05-11 17:20:10 +02:00 |
Jordi Boggiano
|
ef28f3b067
|
Basic handling of stability flags
|
2012-05-09 19:10:06 +02:00 |
Jordi Boggiano
|
70a3c68f73
|
Add package stability
|
2012-05-09 19:10:01 +02:00 |
Michael Cullum
|
2653ece028
|
Adding author role to ArrayLoader Test
|
2012-05-01 16:03:45 +02:00 |
Danny Berger
|
8d6d155153
|
Add internal support for multiple default composer repositories.
|
2012-04-26 20:41:45 -04:00 |
Jordi Boggiano
|
a1306091f2
|
Fix locking behavior with --dev
|
2012-04-15 19:05:50 +02:00 |
Jordi Boggiano
|
89e095b4b5
|
Handle --dev installs/updates
|
2012-04-14 23:38:10 +02:00 |
Jordi Boggiano
|
e922404f19
|
Update/add tests
|
2012-04-14 23:38:06 +02:00 |
Jordi Boggiano
|
595182aec0
|
Add/fix tests
|
2012-04-13 02:47:55 +02:00 |
Jordi Boggiano
|
8654c43c62
|
Fix version parser regression, fixes #550
|
2012-04-09 16:00:02 +02:00 |
Jordi Boggiano
|
f604ca5762
|
Allow .x in version constraints as alias for .*
|
2012-04-08 17:02:43 +02:00 |
till
|
23902023e5
|
fix namespace
|
2012-03-08 14:17:22 +01:00 |
Martin Hasoň
|
736ea800e3
|
Added isDev method to the VersionParser class
|
2012-03-03 19:49:24 +01:00 |
Jordi Boggiano
|
1213067d96
|
Add test
|
2012-02-22 09:40:15 +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 |
Jordi Boggiano
|
ae7107fc22
|
Add more test requirements
|
2012-02-19 16:57:28 +01:00 |
Jordi Boggiano
|
882496b926
|
Adjust version parser tests
|
2012-02-19 16:57:27 +01:00 |
Martin Hasoň
|
01be62d842
|
Updated ArrayDumper
|
2012-02-14 12:57:15 +01:00 |
Jordi Boggiano
|
56e43e4397
|
Add tests
|
2012-01-07 17:04:40 +01:00 |
Jordi Boggiano
|
462ebdf752
|
Detect lock file changes and warn users on install, fixes #75
|
2012-01-07 17:04:38 +01:00 |
Jordi Boggiano
|
f6b9488bf0
|
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
2011-12-13 01:05:29 +01:00 |
Jordi Boggiano
|
e340022cce
|
Allow the use of self.version in package links
|
2011-11-23 16:47:23 +01:00 |
Jordi Boggiano
|
22858e81ef
|
Fix .* version constraints parsing to include nonstable versions
|
2011-11-23 16:41:27 +01:00 |
Jordi Boggiano
|
deb6ecd49b
|
Fix tests
|
2011-11-20 21:20:03 +01:00 |
Jordi Boggiano
|
b125926ad3
|
Fix tests
|
2011-11-20 15:46:15 +01:00 |
Jordi Boggiano
|
8e6f8ae57e
|
Add prettyVersion to packages, fixes #76
|
2011-11-20 15:06:12 +01:00 |
Jordi Boggiano
|
36a724fa51
|
Search only for packages from the local repository in the locker
|
2011-10-30 20:29:52 +01:00 |
Jordi Boggiano
|
e09f6900da
|
Fix up version parsing
|
2011-10-11 11:49:32 +02:00 |
Jordi Boggiano
|
19f89069a4
|
Add some more version normalization and support for branch names
|
2011-10-11 09:30:10 +02:00 |
everzet
|
21191ffa00
|
refactored PackageLock to Locker and stabilized it
|
2011-10-01 15:34:09 +03:00 |
Jordi Boggiano
|
ebe2a25ec6
|
Merge remote-tracking branch 'wilmoore/feature/memory-package-test-refactor'
Conflicts:
src/Composer/Package/MemoryPackage.php
|
2011-09-29 00:55:28 +02:00 |
Jordi Boggiano
|
fda206400a
|
Fix constraint parsing
|
2011-09-29 00:50:01 +02:00 |
Wil Moore III
|
97de4521d0
|
slight tweak to the casing of the provider method (providerversioningschemes -> providerVersioningSchemes)
|
2011-09-28 03:33:20 -06:00 |
Wil Moore III
|
eceb416564
|
eased up on the param documentation/annotations and lowercased the provider method.
|
2011-09-28 03:18:21 -06:00 |
Wil Moore III
|
fd5b1e0f1c
|
added annotations to test methods
|
2011-09-27 21:36:55 -06:00 |
Wil Moore III
|
b4df1d1a6b
|
follows code review comments @ https://github.com/composer/composer/pull/23#issuecomment-2208146
|
2011-09-27 21:32:36 -06:00 |
Wil Moore III
|
b70bb1a9bc
|
memory-package-test-refactor: refactored the memory package test to be a bit more DRY and "hopefully" re-usable in anticipation of more package types being adding in the future.
|
2011-09-26 22:05:57 -06:00 |
Jordi Boggiano
|
da6566b343
|
Minor improvements to VersionParser
|
2011-09-26 20:34:58 +02:00 |
Jordi Boggiano
|
2e10b5c17e
|
Expand normalization feature and adjust tests
|
2011-09-26 00:59:32 +02:00 |
Jordi Boggiano
|
46a67733f8
|
Adjust codebase to the new VersionParser
|
2011-09-26 00:01:22 +02:00 |
Jordi Boggiano
|
f761cfe525
|
Refactored VersionParser
|
2011-09-26 00:01:14 +02:00 |
Jordi Boggiano
|
b620405ab0
|
Adjusted BasePackage::__toString()
|
2011-05-23 02:00:07 +02:00 |
Nils Adermann
|
ec94b76c7c
|
Tests for MultiConstraints on versions
|
2011-04-18 22:54:08 +02:00 |
Nils Adermann
|
d5dd86cd75
|
Correct version contraint matching and add tests for various cases
|
2011-04-18 22:45:11 +02:00 |
Nils Adermann
|
1870291949
|
Rename PackageTest to MemoryPackageTest
|
2011-04-18 22:44:14 +02:00 |
Jordi Boggiano
|
c6321e7277
|
Fix tests and invalid use statements
|
2011-04-17 23:45:37 +02:00 |