989 Commits (db64917a83bdd0ff56f3f7d75cc7aac736b14d89)
 

Author SHA1 Message Date
mikey179 895d901bf9 better error handling when git command runs into a failure, fixes #340 13 years ago
Michael Cullum 0accac7974 Fix links broken due to newlines. 13 years ago
Jordi Boggiano b8f200b0f2 Fix link 13 years ago
Jordi Boggiano a71f9c71f0 Move schema into res folder 13 years ago
Jordi Boggiano 46931824fb Rename faqs to articles 13 years ago
Jordi Boggiano 38ef1dcb24 Doc fixes 13 years ago
Jordi Boggiano c1b8e308df Merge pull request #339 from igorw/docs
Docs: finish repositories, add community chapter
13 years ago
Igor Wiedler e4143f98c5 [docs] mention coding standards 13 years ago
Igor Wiedler 9cc02a7596 [docs] minor fixes 13 years ago
Igor Wiedler b71db7607d [docs] fix smarty source reference 13 years ago
Igor Wiedler 1f6ac63d85 [docs] remove resources from community 13 years ago
Igor Wiedler 08af50220e [docs] add community chapter 13 years ago
Igor Wiedler 1dc25641c0 [docs] wrap newlines at 80 chars 13 years ago
Igor Wiedler 397ca5ddbf [docs] add section to repositories about hosting your own composer repo 13 years ago
Igor Wiedler be47869f56 [docs] add repository sections for pear and package repos 13 years ago
Jordi Boggiano 93ac0eb523 Merge pull request #336 from naderman/solver-only-error-reporting
Errors are now reported solely by the solver without any workarounds
13 years ago
Jordi Boggiano e79ea397d2 Merge pull request #337 from igorw/pear-prefix
[pear-prefix] fix installing pear packages
13 years ago
Igor Wiedler d9b535e230 [pear-prefix] fix installing pear packages 13 years ago
Nils Adermann f3ff53b17c Create problems directly, rather than generating impossible rules 13 years ago
Jordi Boggiano 9f2430c1c9 Merge pull request #335 from igorw/pear-prefix
[pear-prefix] add a pear-{channel}/ prefix to PearRepository packages
13 years ago
Igor Wiedler 06f1ecf83a [pear-prefix] add a pear-{channel}/ prefix to PearRepository packages 13 years ago
Jordi Boggiano 9ba0505751 Make sure lock file is sorted, fixes #276 13 years ago
Jordi Boggiano 8bdf4d8bcd Update lock file 13 years ago
Nils Adermann de1765aa48 Remove workaround error detection in install command 13 years ago
Jordi Boggiano 621388e3be Fix warning when no package to update is found 13 years ago
Jordi Boggiano eb35244230 Fix repositories warning 13 years ago
Jordi Boggiano 005559dc2f Fix composer dependencies 13 years ago
Nils Adermann 841f64335a Merge pull request #319 from igorw/docs
WIP: Docs
13 years ago
Igor Wiedler c42e37037a [docs] wrap all lines to 80 chars 13 years ago
Nils Adermann 03a9e0dfee Merge pull request #330 from Seldaek/repositories
[BC Break] Refactor repositories configuration
13 years ago
Nils Adermann 39aa5c0752 Merge pull request #329 from Seldaek/new_dev
[BC Break] New dev handling
13 years ago
Jordi Boggiano 2976bd82b0 Simplify code 13 years ago
Jordi Boggiano 04b48ac5d9 Merge pull request #333 from naderman/circular-dep-test
Complete circular dependency with alternatives through virtual packages test
13 years ago
Igor Wiedler cabe1c2949 [docs] add vcs repo section to repos chapter 13 years ago
Igor Wiedler c8f3fa5800 [docs] add cli sample to quote block 13 years ago
Igor Wiedler 31a75f06da [docs] put notes into quote blocks to highlight them 13 years ago
Igor Wiedler b6079f73ba [docs] beginning of the repositories chapter 13 years ago
Igor Wiedler 2df96bcad3 [schema] Fix invalid JSON 13 years ago
Igor Wiedler ee73b332e5 Merge remote-tracking branch 'upstream/master' into docs
* upstream/master: (42 commits)
  Correct the parent path in the watch tree, after moving a rule out of the path
  Add config in composer json schema
  Add scripts to json schema
  Use updateAll request method in upddate mode in install command
  Readd update-all jobs and make them available through the request
  Fix local git repo handling in GitDriver
  Add getVersionConstraint test case to avoid version normalization issues
  Fix line endings of Composer TestCase
  Correct placing of braces
  Clean up the incomplete marker like suggested in https://github.com/composer/composer/pull/324#r465391
  When changing watched literals of a rule, update the parent's next pointer
  Fix TODO tags to confirm with the projects standard
  Display undecided literals as undecided with a ?, when printing the decision map
  Add a debug print method for the entire watch tree to the solver
  Support both require and requires as depends link-type arg
  Create an impossible rule when trying to install something that doesn't exist.
  Add todos to explain why try/catch is inside the test
  Add SolverProblemsException and test basic solver failures
  Deciding to install a package and wanting to install it, is not a conflict
  Restore realpath behavior
  ...

Conflicts:
	Resources/composer-schema.json
13 years ago
Igor Wiedler f4511271a8 [docs] schema chapter describing composer.json 13 years ago
Nils Adermann dd443cd570 Complete circular dependency with alternatives through virtual packages test 13 years ago
Jordi Boggiano 716d9dc80a Merge pull request #331 from naderman/fix-rule-parent-path
Correct the parent path in the watch tree, after moving a rule out of the path
13 years ago
Nils Adermann ff620afe05 Correct the parent path in the watch tree, after moving a rule out of the path 13 years ago
Jordi Boggiano d0d5329f6f Fix package repositories 13 years ago
Jordi Boggiano 44e76e06fc Refactor repositories configuration 13 years ago
Jordi Boggiano 0cb02cf3ca Add config in composer json schema 13 years ago
Jordi Boggiano ab51095f4c Add scripts to json schema 13 years ago
Jordi Boggiano bb160a3162 Merge pull request #328 from naderman/update-all
Update all
13 years ago
Nils Adermann 509188c112 Use updateAll request method in upddate mode in install command 13 years ago
Nils Adermann 3e1749fbad Readd update-all jobs and make them available through the request 13 years ago