5060 Commits (ebffb3c1794dd359940d4f696d44b802e0e9ddff)
 

Author SHA1 Message Date
Jordi Boggiano 1cb427ff5c Force http1.1 protocol 9 years ago
Jordi Boggiano ea03730549 Merge pull request #3963 from deviantintegral/fix-large-class-syntax
Fix test classes with invalid PHP.
9 years ago
Andrew Berry 5b7c5cf41e Fix missing semicolons. 9 years ago
Andrew Berry 59e14ff098 Fix test classes with invalid PHP. 9 years ago
Josh Di Fabio 051b7bd44b Touch access time only when reading from cache 9 years ago
Jordi Boggiano 2e73811211 Fix process timeout not being initialized correctly when loading a config without creating a full composer instance, closes #3952, fixes #3946 9 years ago
Jordi Boggiano 35a9b5dbf9 Merge pull request #3953 from alcohol/allow-numeric-author-name
Allow numeric author name
9 years ago
Jordi Boggiano 68b5bc3560 Merge pull request #3531 from aaemnnosttv/feat/init-cmd
allow package type to be set with init command
9 years ago
Evan Mattson ec9eb2b799 update init type question 9 years ago
Evan Mattson 5ed001765f allow package type to be set with init command 9 years ago
Adrian Dragus 7834dacb88 Forgot to remove the actual calls 9 years ago
Adrian Dragus 96ff1c5014 Use PHPUnit pre-conditions
See https://phpunit.de/manual/current/en/incomplete-and-skipped-tests.html#incomplete-and-skipped-tests.requires.tables.api
9 years ago
Rob Bast c7d387f599 Allow numeric characters 9 years ago
Rob Bast b99d9465c1 Added testcase 9 years ago
Jordi Boggiano a32c919145 Return null instead of false 9 years ago
Jordi Boggiano 921b3a0eba Fix regression with non-SPDX licenses in show command, refs #3885 9 years ago
Jordi Boggiano 99694a0381 Merge pull request #3940 from phansys/ticket_3859
[bugfix] Fixed undefined var in DiagnoseCommand::execute().
9 years ago
Jordi Boggiano 4aa431025b Merge pull request #3845 from vlakoff/empty-composer.json
Avoid parser error if composer.json existing but empty
9 years ago
Jordi Boggiano ec6d727af8 Add comment about --, refs #3853 9 years ago
Jordi Boggiano e50b5fe990 Merge pull request #3853 from hakre/fix/git-checkout
Git Checkout Branch / File Differentiation
9 years ago
Jordi Boggiano 46924cf5f5 Merge pull request #3854 from hakre/fix/symlink-missing
Prevent fatal error on missing symlink() function in tests
9 years ago
Javier Spagnoletti 294185d1d3 [bugfix] Fixed undefined var in DiagnoseCommand::execute(). 9 years ago
Jordi Boggiano 05e08889ed Add BC method for old usage, refs #3857 9 years ago
Jordi Boggiano 6b3178b169 Merge remote-tracking branch 'isoroku/fix-misspellings'
Conflicts:
	doc/articles/handling-private-packages-with-satis.md
9 years ago
Jordi Boggiano c3ce13c87c Update contributing 9 years ago
Jordi Boggiano 30df3236bd Add multiline_array_tailing_comma fix 9 years ago
Jordi Boggiano 39c912005b Merge pull request #3869 from SchulteMarkus/patch-1
Explaining how to deal with cyclic dependency problems within Jenkins-bu...
9 years ago
Jordi Boggiano 1b3ca77bd5 Merge pull request #3878 from jakoch/patch-docu-httpheaderauth
added "example using a custom HTTP Header field" to docu, issue https://...
9 years ago
Jordi Boggiano d0695b2a6d Merge pull request #3784 from slbmeh/feature/update-rm-tests
Use data provider in RepositoryManager tests
9 years ago
Jordi Boggiano fda4a594f9 Add PHPCSFixer config 9 years ago
Jordi Boggiano dbfd47eeca CS fixes 9 years ago
Jordi Boggiano 8a154d7300 Merge pull request #3891 from geo4orce/patch-1
Update 04-schema.md
9 years ago
Jordi Boggiano 3a06e6f036 Merge pull request #3885 from jakoch/patch-spdx
updated spdx-license handling to include metadata
9 years ago
Jordi Boggiano 66dc66c283 Merge pull request #3929 from phansys/ticket_3859
[bugfix] Fix for #3859
9 years ago
Jordi Boggiano 5fbd4ee0c9 Merge pull request #3923 from mathielen/patch-1
Silence symlink() error
9 years ago
Jordi Boggiano f41c1217f5 Merge pull request #3913 from hannesvdvreken/patch-2
Remove unused variable
9 years ago
Jordi Boggiano e0ddc25db4 Merge pull request #3911 from hannesvdvreken/patch-1
Unused variable
9 years ago
Jordi Boggiano 87f3a0060e Merge pull request #3902 from TomasVotruba/patch-1
Readme: 00-intro - use __DIR__
9 years ago
Jordi Boggiano 31359510e5 Merge pull request #3936 from ajpevers/patch-1
Ignore all .git dirs in the vendor dir recursively
9 years ago
Jordi Boggiano 467f82fc15 Merge pull request #3935 from hannesvdvreken/patch-3
Link to semver version constraint tester
9 years ago
Jordi Boggiano 6afa0d1094 Merge pull request #3931 from richardkmiller/patch-1
Fix typo in aliases.md
9 years ago
Jordi Boggiano 775f6cd5c6 Update changelog 9 years ago
Anton Evers cc3a8379e2 Ignore all .git dirs in the vendor dir recursively
In accordance with http://git-scm.com/docs/gitignore
9 years ago
Hannes Van De Vreken 93f73ecc8c Link to semver version constraint tester 9 years ago
Richard K Miller 5b3457f812 Fix typo in aliases.md 9 years ago
Javier Spagnoletti 5b2a7e6bad [bugfix] Updated ```DiagnoseCommand::execute()``` and ```DiagnoseCommand::getGithubRateLimit()```
| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #3859
| Doc PR        | none

Fixes #3859.
9 years ago
Markus Thielen bd802407a8 Silence symlink() error
If not silenced it gives "symlink(): Operation not supported" on my ubuntu system with mounted cifs share.
9 years ago
Jordi Boggiano 4d134ce8a2 Merge pull request #3917 from alcohol/lowercase-packagename-before-lookup
Fixes #3900
9 years ago
Rob Bast 117b7ea033 Fixes #3900 9 years ago
Jordi Boggiano 213d4803ac Merge pull request #3909 from frederikbosch/auth-fix-mirror
Fix #3903
9 years ago