11364 Commits (6a466a120a404d1c5d492e5ca715841c491517fc)
 

Author SHA1 Message Date
Jordi Boggiano e109213dfa Merge remote-tracking branch 'everzet/json-abstraction' 13 years ago
Jordi Boggiano 9e3c2a7e22 Skip platform packages from the lock file
This should maybe be done in a better way, but it'll do for now.
13 years ago
Jordi Boggiano cc769af923 Reuse normal installer logic for locked installs 13 years ago
everzet d5ba884f8b fixed potential error 13 years ago
everzet 1cca62dc97 move json parsing instructions into single class object 13 years ago
everzet 96122aada8 refactored install command to use new Locker 13 years ago
everzet cc2f2b79ca added findPackage() method to the RepositoryManager and RepositoryInterface 13 years ago
everzet 21191ffa00 refactored PackageLock to Locker and stabilized it 13 years ago
everzet 1fcb833902 added Json parsing abstraction 13 years ago
Jordi Boggiano 52ea639079 Merge pull request #37 from igorw/arrayloader-fix
ArrayLoader should not use require content for all other properties
13 years ago
Kirill chEbba Chebunin 6c4440d0e9 Add todo for signed phars 13 years ago
Kirill chEbba Chebunin 7527d0af43 Add throws declaration for FileDownloader::extract() 13 years ago
Igor Wiedler 2c1605925b ArrayLoader should not use require content for all other properties 13 years ago
Kirill chEbba Chebunin 43631ccd5b Add Tar and Phar downloaders 13 years ago
Jordi Boggiano 9cbd74bf90 Merge remote-tracking branch 'everzet/downloader-interface-refactoring' 13 years ago
everzet 195272da09 refactored DownloaderInterface to be mono-installation-type 13 years ago
everzet cc740249ff don't return useless info 13 years ago
Jordi Boggiano ebe2a25ec6 Merge remote-tracking branch 'wilmoore/feature/memory-package-test-refactor'
Conflicts:
	src/Composer/Package/MemoryPackage.php
13 years ago
Jordi Boggiano fda206400a Fix constraint parsing 13 years ago
Jordi Boggiano f48634d074 Add source/dist reference information to package 13 years ago
Jordi Boggiano 00a4fe2a14 Refactor downloaders, git installs actually work well now 13 years ago
Wil Moore III 97de4521d0 slight tweak to the casing of the provider method (providerversioningschemes -> providerVersioningSchemes) 13 years ago
Wil Moore III eceb416564 eased up on the param documentation/annotations and lowercased the provider method. 13 years ago
Wil Moore III fd5b1e0f1c added annotations to test methods 13 years ago
Wil Moore III b4df1d1a6b follows code review comments @ https://github.com/composer/composer/pull/23#issuecomment-2208146 13 years ago
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. 13 years ago
Jordi Boggiano c863c31881 Rename platform packages so they avoid conflicts with any vendor 13 years ago
Jordi Boggiano 044081691f Update json-schema 13 years ago
Jordi Boggiano da6566b343 Minor improvements to VersionParser 13 years ago
Nils Adermann bd45194292 Merge pull request #21 from Seldaek/version
VersionParser refactoring
13 years ago
Jordi Boggiano 2e10b5c17e Expand normalization feature and adjust tests 13 years ago
Jordi Boggiano 46a67733f8 Adjust codebase to the new VersionParser 13 years ago
Jordi Boggiano f761cfe525 Refactored VersionParser 13 years ago
Nils Adermann 30f6c05069 Add test for choices in circular requirements and delete packagist based test 13 years ago
Nils Adermann 85f88de59d Add a solver test for provided virtual packages and circular dependencies 13 years ago
Jordi Boggiano d455eef82c Fix pear & zip downloaders 13 years ago
Jordi Boggiano 544067ced9 Packages can't be added to two repos at once 13 years ago
Jordi Boggiano e5907a3431 Remove WrapperRepository in favor of PlatformRepository wrapping the local repo 13 years ago
Jordi Boggiano b9114e16be Fix typos, short var names etc 13 years ago
Jordi Boggiano 753caf2b55 Fix tests on windows 13 years ago
Jordi Boggiano c6d7760145 Merge branch 'refactoring' 13 years ago
Jordi Boggiano 5623f3e69c Fix refactoring bugs 13 years ago
Jordi Boggiano 4fe80d7abb Add WrapperRepository class 13 years ago
Jordi Boggiano c7af918caa Fix git downloader 13 years ago
Jordi Boggiano 7cf86e7ea0 Fix installation process 13 years ago
everzet c9ecb0d1ad Remove unused methods from downloaders 13 years ago
everzet 05ddfde868 Reflect latest refactoring changes in commands 13 years ago
everzet ef71836f30 Refactored Composer class to be service container 13 years ago
everzet 0694f5217a Implemented RepositoryManager 13 years ago
everzet 3c439ce41c Added "type" field validator to ArrayLoader 13 years ago