Jordi Boggiano
|
5b87a02767
|
Merge remote-tracking branch 'prodigitalson/master'
|
2011-11-20 21:43:31 +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 |
Nils Adermann
|
4140f08d9c
|
Use a map of installed package ids in the solver
The assumption package.repo == installed no longer holds for installed
packages because there are multiple wrapped installed repositories.
|
2011-11-19 00:27:35 +01:00 |
Ant Cunningham
|
e0400773f7
|
Adding support for configurable vendor path in composer.json.
|
2011-11-18 13:31:50 -05:00 |
Jordi Boggiano
|
b7f6cf69ab
|
Add tests and fixes some issues
|
2011-11-05 23:54:05 +01:00 |
Jordi Boggiano
|
066a0db752
|
Add detection for unescaped backslashes
|
2011-11-01 16:02:56 +01:00 |
Jordi Boggiano
|
f5aa3e6c79
|
Add detection for extra commas in arrays
|
2011-11-01 14:13:22 +01:00 |
Jordi Boggiano
|
c129d570e8
|
Add more json validation rules
|
2011-10-31 15:01:46 +01:00 |
Jordi Boggiano
|
6b6d6b6d82
|
Add --dev flag to InstallCommand to do source installs, fixes #26
|
2011-10-30 20:59:41 +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
|
4904e76185
|
Install every package in its own directory, fixes #73
|
2011-10-30 19:10:37 +01:00 |
Fabien Potencier
|
9c739e71c2
|
Add some unit tests
|
2011-10-30 09:10:49 +01:00 |
Fabien Potencier
|
1450ebd837
|
Fix bug in an exception, added unit tests
|
2011-10-30 09:09:46 +01:00 |
Jordi Boggiano
|
5e52d5c1ad
|
Fix tests
|
2011-10-23 19:55:43 +02:00 |
Jordi Boggiano
|
c33fc80d23
|
Add supports() to the InstallerInterface
|
2011-10-23 19:40:24 +02:00 |
Jordi Boggiano
|
8a571c05db
|
Fix issues in new autoloader code
|
2011-10-23 19:40:22 +02:00 |
Nils Adermann
|
e16c3f0626
|
Remove useless test, packages providing different versions aren't alternatives
|
2011-10-22 17:26:42 +02:00 |
Nils Adermann
|
0801d8ed31
|
Enable solver test regarding replaced packages after policy fix
|
2011-10-22 17:23:23 +02:00 |
Nils Adermann
|
571c14adf9
|
Prefer original packages over replaced packages of same repository priority
|
2011-10-22 17:20:45 +02:00 |
Nils Adermann
|
1b6f57e651
|
Correctly implement priorities and version numbers in the default policy
|
2011-10-22 16:44:10 +02:00 |
Nils Adermann
|
55d5e55195
|
DefaultPolicy test: pick package providing newest virtual package version
|
2011-10-21 15:22:47 +02:00 |
Nils Adermann
|
0c30610fdc
|
Complete the policy tests with provider and replacement tests
|
2011-10-21 14:58:31 +02:00 |
Nils Adermann
|
e4c94dd415
|
Adding tests for the default policy specifying its desired behaviour
|
2011-10-21 14:44:24 +02:00 |
Jordi Boggiano
|
40cc5fea1d
|
Add a few solver tests regarding "replace"
|
2011-10-15 20:04:29 +02: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 |
Jordi Boggiano
|
61dc13647c
|
Fix tests
|
2011-10-02 20:18:57 +02:00 |
everzet
|
1cca62dc97
|
move json parsing instructions into single class object
|
2011-10-01 16:01:33 +03:00 |
everzet
|
21191ffa00
|
refactored PackageLock to Locker and stabilized it
|
2011-10-01 15:34:09 +03:00 |
Jordi Boggiano
|
9cbd74bf90
|
Merge remote-tracking branch 'everzet/downloader-interface-refactoring'
|
2011-09-29 20:50:41 +02:00 |
everzet
|
195272da09
|
refactored DownloaderInterface to be mono-installation-type
|
2011-09-29 04:11:51 +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 |
Jordi Boggiano
|
00a4fe2a14
|
Refactor downloaders, git installs actually work well now
|
2011-09-29 00:48:52 +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 |
Nils Adermann
|
30f6c05069
|
Add test for choices in circular requirements and delete packagist based test
|
2011-09-25 23:50:54 +02:00 |
Nils Adermann
|
85f88de59d
|
Add a solver test for provided virtual packages and circular dependencies
|
2011-09-25 23:46:24 +02:00 |
Jordi Boggiano
|
b9114e16be
|
Fix typos, short var names etc
|
2011-09-25 23:20:31 +02:00 |
Jordi Boggiano
|
753caf2b55
|
Fix tests on windows
|
2011-09-25 23:14:12 +02:00 |
everzet
|
20318f77a0
|
Refactored FilesystemRegistry to FilesystemRepository
|
2011-09-25 20:59:10 +03:00 |