Jordi Boggiano
|
46a67733f8
|
Adjust codebase to the new VersionParser
|
2011-09-26 00:01:22 +02:00 |
Jordi Boggiano
|
544067ced9
|
Packages can't be added to two repos at once
|
2011-09-25 23:43:21 +02:00 |
everzet
|
69f1de9986
|
Enhanced PackageInterface and BasePackage with getUniqueName() method, which provides name-version-releaseType string (used in installer registry)
|
2011-09-24 02:11:32 +03:00 |
everzet
|
9deb10361f
|
second batch of refactoring
|
2011-09-21 00:43:53 +03:00 |
Jordi Boggiano
|
07e181c6eb
|
Fix lowercase behavior
|
2011-09-15 11:50:50 +02:00 |
pborreli
|
f7735c396f
|
[Composer] Fixed typos
|
2011-09-15 01:22:33 +00:00 |
Igor Wiedler
|
9e8fc71870
|
Make package names and downloader/installer/repository types case insensitive
|
2011-09-14 16:01:54 +02:00 |
Jordi Boggiano
|
2b77710515
|
RC versions don't need a number
|
2011-08-21 13:33:42 +02:00 |
Nils Adermann
|
6cf8d3888c
|
Use version contraints in the default policy rather than hardcoded version_compare
|
2011-08-20 23:05:39 -04:00 |
Jordi Boggiano
|
d6ae5ddf35
|
Add 'dev' flag to version parser
|
2011-07-06 21:04:37 +02:00 |
Nils Adermann
|
2e41993822
|
Update solver to use PackageInterface and store pool package ids inside of packages
|
2011-06-03 18:27:44 +02:00 |
Jordi Boggiano
|
1edb22034d
|
Fix CS
|
2011-05-23 02:00:09 +02:00 |
Jordi Boggiano
|
b620405ab0
|
Adjusted BasePackage::__toString()
|
2011-05-23 02:00:07 +02:00 |
Jordi Boggiano
|
27f02aba7d
|
Fix version check in BasePackage
|
2011-05-23 02:00:05 +02:00 |
Jordi Boggiano
|
14b3325347
|
Fix version parsing
|
2011-04-23 22:25:10 +02:00 |
Jordi Boggiano
|
b53a3086b6
|
Minor refactorings and changes
|
2011-04-21 21:13:14 +02:00 |
Nils Adermann
|
8c9f8fb86f
|
Rename RelationConstraints to Links in the Package namespace.
Constraints have been generalised to allow matching requiring and providing
constraints against each other.
|
2011-04-18 00:27:31 +02:00 |
Jordi Boggiano
|
c6321e7277
|
Fix tests and invalid use statements
|
2011-04-17 23:45:37 +02:00 |
Jordi Boggiano
|
6dbec8718d
|
Remove contains() from RepositoryInterface
|
2011-04-17 22:59:23 +02:00 |
Jordi Boggiano
|
f0e709ad09
|
Minor cleanups, add license property to the PackageInterface
|
2011-04-17 22:13:08 +02:00 |
Jordi Boggiano
|
8ab98a8b5d
|
Fix class name
|
2011-04-17 21:49:05 +02:00 |
Jordi Boggiano
|
1d5f5885bc
|
Remove useless abstract methods, interface is enough
|
2011-04-17 21:47:46 +02:00 |
Jordi Boggiano
|
7ea2fd6c93
|
Fix author/copyright
|
2011-04-17 21:39:53 +02:00 |
Nils Adermann
|
3a851b4059
|
Define an interface for packages and move package code to separate namespace.
Ids are no longer needed, they are internal to the solver and not a part of
packages.
|
2011-04-17 21:36:05 +02:00 |