Volker Dusch
|
f304a0f129
Clean up the incomplete marker like suggested in https://github.com/composer/composer/pull/324#r465391
|
13 years ago |
Nils Adermann
|
1ee5d99405
When changing watched literals of a rule, update the parent's next pointer
|
13 years ago |
Volker Dusch
|
e20a79ac61
Fix TODO tags to confirm with the projects standard
|
13 years ago |
Nils Adermann
|
8484199677
Display undecided literals as undecided with a ?, when printing the decision map
|
13 years ago |
Nils Adermann
|
0b8fb68e93
Add a debug print method for the entire watch tree to the solver
|
13 years ago |
Igor Wiedler
|
57c13df37e
[docs] chapter about the cli
|
13 years ago |
Jordi Boggiano
|
fd0bf14eb2
Support both require and requires as depends link-type arg
|
13 years ago |
Volker Dusch
|
eafe13d5a5
Create an impossible rule when trying to install something that doesn't exist.
|
13 years ago |
Igor Wiedler
|
7a66eb3367
[docs] add a note about the lock file to the libs chapter
|
13 years ago |
Jordi Boggiano
|
c97a33577b
Merge pull request #321 from naderman/error-reporting
|
13 years ago |
Nils Adermann
|
e6143d1584
Add todos to explain why try/catch is inside the test
|
13 years ago |
Nils Adermann
|
52d876e11e
Add SolverProblemsException and test basic solver failures
|
13 years ago |
Nils Adermann
|
8fd4e56029
Deciding to install a package and wanting to install it, is not a conflict
|
13 years ago |
Igor Wiedler
|
868fc255b1
[docs] add section about publishing to vcs and on packagist
|
13 years ago |
Jordi Boggiano
|
f54b04aac8
Restore realpath behavior
|
13 years ago |
Igor Wiedler
|
f4984e9a1e
[docs] first parts of the libraries chapter
|
13 years ago |
Nils Adermann
|
fea16b39a1
Merge pull request #318 from edorian/remove-allowUninstall
|
13 years ago |
Volker Dusch
|
3fb75faa75
Now that no more update rules are created the code that handles them can be removed too.
|
13 years ago |
Igor Wiedler
|
33f49462bd
[docs] adjust wildcard version constraint explanation
|
13 years ago |
Volker Dusch
|
ec61297122
Remove the allowUninstall policy option and clean up the only usage
|
13 years ago |
Igor Wiedler
|
b56ae1a484
[docs] add section about packagist
|
13 years ago |
Igor Wiedler
|
e825ceaea0
[docs] basic usage chapter
|
13 years ago |
Nils Adermann
|
cbc021c05d
featureRule no longer exists, only update rule
|
13 years ago |
Nils Adermann
|
54a8dc1d9c
Merge pull request #317 from edorian/remove-allowDowngrade
|
13 years ago |
Volker Dusch
|
5fdca19880
Removed the option to disallowed downgrades and simplifed some places where it was used
|
13 years ago |
Nils Adermann
|
1dd15e5662
Merge pull request #316 from edorian/solver-update-tests
|
13 years ago |
Jordi Boggiano
|
e2199b2b03
Fixed automatic date parsing of versions
|
13 years ago |
Jordi Boggiano
|
230e145053
Fix downloader tests on windows and mock Filesystem properly
|
13 years ago |
Volker Dusch
|
a8b2db64d5
Expaned the update tests to make sure a) Only requested updates execute and b) Installed repos with no actions get pruned from the jobqueue
|
13 years ago |
Nils Adermann
|
e7441edcf1
Merge pull request #315 from edorian/cleanup-update-all
|
13 years ago |