173 Commits (main)

Author SHA1 Message Date
Benjamin Eberlei 5c5e962b5a Add Files Autoloading key. This is a necessary feature to allow purely or partly functional libraries to be "autoloadable" by composer by calling require_once on every file in the "autoload"."files" list. 12 years ago
Jordi Boggiano 8c16c1bbef Update schema and add docs for support 12 years ago
Jordi Boggiano c694bd57a3 Merge remote-tracking branch 'digitalkaoz/issue_397' 12 years ago
Nils Adermann 7c7cac61b6 Merge remote-tracking branch 'github-seldaek/stability'
* github-seldaek/stability:
  Add stability docs
  Add test for Pool handling and refactor a couple things
  Add support for stabilities in lock file
  Infer stability flags for requirements that have an explicit version required of a lower stability
  Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability
  Basic handling of stability flags
  Add list of stabilities to base package
  Add minimum-stability flag on root package to filter packages by stability
  Add CompositeRepo::getRepositories
  Add package stability
12 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 12 years ago
Jordi Boggiano 66068fedcb Add minimum-stability flag on root package to filter packages by stability 12 years ago
Jordi Boggiano 14f7d10478 Fix typos 12 years ago
Michael Cullum 0edc94cdce Adding role to author information 12 years ago
Jordi Boggiano e88a831bd1 Update JSON schema 12 years ago
Jordi Boggiano 3c07b4338a Rename include-paths to include-path, add deprecated warnings, only generate file if it is needed 12 years ago
Christoph Hochstrasser f369104bb1 Packages can define include paths. 12 years ago
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 12 years ago
Jordi Boggiano f0a0d7ffa7 Add docs for metapackages 12 years ago
Igor Wiedler 0fe90c5d87 update some links to point to getcomposer.org 12 years ago
digitalkaoz 20ae7efa2b fixed CS 12 years ago
digitalkaoz 7bbe60459f added source key, and support section to arraydumper 12 years ago
digitalkaoz 7cdb793b40 added support section to composer.json 12 years ago
Jordi Boggiano 27eb249aab Merge remote-tracking branch 'beberlei/ClassMaps' 12 years ago
Jordi Boggiano 7ceca9b789 Suppress relaxed schema and build it on the fly in php, refs #151 12 years ago
Jordi Boggiano 82dd1c1f7f Add relaxed schema for application packages that do not need to be distributed 12 years ago
Benjamin Eberlei 1af3604303 Add support for class-map generation. 12 years ago
digitalkaoz 6929c42848 added schema/syntax validation for composer.json 12 years ago
Jordi Boggiano a71f9c71f0 Move schema into res folder 12 years ago