128 Commits (0181f074911524965b244e5a7877f7f7dc7211a5)

Author SHA1 Message Date
Jordi Boggiano 464daeebe2 Merge branch '1.6' 6 years ago
Christophe Coevoet 61f54e19ce
Fix the JSON schema for package repositories 6 years ago
Jordi Boggiano 533a1d72f8 Merge branch '1.6' 6 years ago
Thomas Flori 58e4326067
add readme node to composer.json schema 6 years ago
Andreas Möller b85c6a1ca5
Fix: Add type field to schema for inline-package 6 years ago
Gabriel Caruso 2ad6f611d7 Allow bin key to receive string 7 years ago
Andreas Möller d034f1e23f
Fix: Add 'sort-packages' to composer-schema.json 7 years ago
Mathias Brodala 7369aba645 Fix some grammar 7 years ago
Mathias Brodala 8424235fac Rename to "scripts-descriptions" 7 years ago
Mathias Brodala ad56577223 Ensure scripts description items are strings 7 years ago
Mathias Brodala 80d0c2029b Move "scripts-description" to toplevel
Fixes #6881
7 years ago
Jordi Boggiano b07be842a0 Remove feature-branches option as it is misnamed and duplicates the non-feature-branches option, refs #6475 7 years ago
Wil Hall f0924fb878 Add htaccess-protect option for disabling the creation of .htaccess files 7 years ago
Claus Due 965f1f42d1 Add support for feature-branches setting
A negative list of non-feature-branches names
is already supported - this patch adds a list of
branches names which *will* be considered as
feature branches.

Allows changing the currently hardcoded set of
expected feature branch names, from:

* master|trunk|default|develop

To any set of names or patterns that you desire.
7 years ago
Jordi Boggiano 95987f4aca Do not validate URLs properly in json schema, fixes #6243 7 years ago
Jordi Boggiano e556649ad9 Allow trunk-path, branches-path and tags-path to be bool as well as string, fixes #6238 7 years ago
Jordi Boggiano 0b27952dec Fix typo 8 years ago
Christophe Coevoet a012311077 Refactor the validation of inline package definitions
Reusing the root schema was a mistake, because the root schema does
not have the dist and source properties (which are populated by repository
objects).
8 years ago
Christophe Coevoet 37505f40f4 Loosen the validation for the URL field of VCS repositories
The URL of the VCS repository may not match the uri pattern of the JSON
schema spec, for instance when using a SSH URL of the repository.
8 years ago
Christophe Coevoet 8cc1859492 Fix the validation of required properties for inline packages 8 years ago
Mike Gladysch 9a38d0a222 Fixed #6021 8 years ago
Christophe Coevoet 40e6d19d73 Implement schema validation for repositories 8 years ago
Nicolas Grekas 6d4e60b991 Add --apcu-autoloader option to enable APCu caching of found/not-found classes 8 years ago
Jordi Boggiano 43903a3979 Merge branch '1.2' 8 years ago
Christophe Coevoet 1882f9a502 Enhance the json schema with validation for map objects 8 years ago
Rob Bast 62a890df5c
add dist/source to package definition 8 years ago
Rob Bast 585773a3cc
changes based on feedback from @stof in #5739 8 years ago
Rob Bast 9437122acc
composer repository json schema 8 years ago
moyo c4ac59601f Update related docs and config definitions 8 years ago
gitname 4f58c24195 Fix typo 8 years ago
Jordi Boggiano 98b0af1386 Add _comment to schema to make it valid, fixes #5364 8 years ago
Jordi Boggiano 592374ea93 Remove cacert copy from composer repo 8 years ago
Marc Würth 0621d0c226 Update bundled cacert.pem
Certificate data from Mozilla as of: Wed Jan 20 04:12:04 2016
8 years ago
Tomáš Markacz bb05ce5c7f Add RSS channel to support section in composer schema (closes #5073) 8 years ago
Serghei Ilin dacb97d6ad Add missing "secure-http" config property
"secure-http" configuration property recently introduced and available in documentation https://getcomposer.org/doc/06-config.md#secure-http is missing in the schema.
8 years ago
Jordi Boggiano 06be9b88c2 Merge remote-tracking branch 'slbmeh/feature/gh-2787' 8 years ago
Rob Bast 474541e9aa apply comments
- add capath to json schema
- simplify factory
- hash_file and sha256 for CA checking
- remove exception as scenario should not occur
- remove executable bit from CA file
- make CA file also group/world writable (we overwrite invalid content anyway)
    to avoid permission errors as much as possible
9 years ago
Jordi Boggiano 96ff17c520 Cleanups of XDG support, refs #1407 9 years ago
Jordi Boggiano 86a911150b Update bundled CAfile and other cleanups 9 years ago
Jordi Boggiano f8dff0867c Remove --disable-tls/--cafile flags and rely solely on config options plus some wording clarifications 9 years ago
Jordi Boggiano 5d015defb8 Merge remote-tracking branch 'origin/master' into tls-config 9 years ago
Michal Gebauer ce74477899 Configuration of GitLab driver 9 years ago
Jordi Boggiano 430c6f3972 Allow string in abandoned format as well, refs #4621 9 years ago
Thiago Carvalho 320533bcf9 Fixes #4610 9 years ago
Jordi Boggiano 084f6de24e Merge remote-tracking branch 'trivago/add_exclude'
Conflicts:
	doc/04-schema.md
	src/Composer/Autoload/AutoloadGenerator.php
9 years ago
Jordi Boggiano 615638c7c3 Simplify bin-compat by removing the nosymlink option, refs #3704 9 years ago
Kocsis Máté 1bfb4faac6 Removed unnecessary type in the JSON schema 9 years ago
Kocsis Máté 87c16073ec Merge branch 'master' of https://github.com/composer/composer into feature-bin-compat 9 years ago
Rob Bast 5ae9e7fe22 remove spdx files, introduce external library 9 years ago
Rob Bast e4118385a0 updated spdx related files 9 years ago