9706 Commits (942562c3822b87ca73bd07b022b501104f67ad0e)
 

Author SHA1 Message Date
Ethan Clevenger cbec8ceb53 Bearer support. 5 years ago
Jordi Boggiano 98af0fdf85
Merge pull request #8661 from johnstevenson/xdebug-handler-1.4.1
Update xdebug-handler to 1.4.1
5 years ago
Markus Staab cc5c5dbee1 merge fix from https://github.com/composer/composer/pull/8651 5 years ago
Markus Staab 04a18c72ba fix CS 5 years ago
Markus Staab 883a179dec removed superflous code 5 years ago
Markus Staab 61e0bf1cb5 fix typo 5 years ago
johnstevenson 887f8cda08 Update xdebug-handler to 1.4.1 5 years ago
Jordi Boggiano 6d3d7c39ac
Merge pull request #8621 from remorhaz/master
Fix incorrect --no-dev handling of replaced packages
5 years ago
Jordi Boggiano 6cf54170cc
Avoid mixing write/writeError which causes issues on some terminals, fixes #8656 5 years ago
Jordi Boggiano 2285a79c63
Merge pull request #8641 from souweb22/delete_return
delete 'return' and 'spaces' in Filesystem.php
5 years ago
Jordi Boggiano c5ce4de89e
Consistently return void 5 years ago
Jordi Boggiano eb56c8dcd4
Merge pull request #8640 from souweb22/fix_doc
add 'array' to document in ConfigSourceInterface.php
5 years ago
Jordi Boggiano 5d970022e8
Normalize output of create-project target path, refs #8609, refs #8412 5 years ago
Jordi Boggiano 919fa60579
Merge pull request #8611 from ol0lll/fix/create-project-with-absolute-path
Create project with absolute path(fixes #8609)
5 years ago
Jordi Boggiano c6969756e8
Make sure $_SERVER is updated when putenv updates environment variables, fixes #8298 5 years ago
Jordi Boggiano 7a270955f5
Fix issues handling branch names with pipes in them 5 years ago
Jordi Boggiano 80875e896d
Merge branch 'master' into 2.0 5 years ago
Jordi Boggiano 05737a46fb
Improve funding info parsing 5 years ago
Jordi Boggiano 9cab8c10cc
Merge branch 'master' into 2.0 5 years ago
Jordi Boggiano 8850e571de
Remove file in favor of https://github.com/composer/.github/blob/master/FUNDING.yml 5 years ago
Jordi Boggiano 0b9c658bef
Add plugin-api-version used to generate a lock file in itself 5 years ago
Jordi Boggiano c4f19e51d8
Rework the funding info parsing to avoid requiring graphql permissions 5 years ago
remorhaz 8df263a756 Test added for issue #8622 fix 5 years ago
remorhaz 339ee953e5 Fix incorrect --no-dev handling of replaced packages 5 years ago
Markus Staab 30b1dfb8a9 report ambiguous classes across all classmaps 5 years ago
arai e61b559eb2 delete 'return' in Filesystem.php 5 years ago
arai 766c8d448c add 'array' to document in ConfigSourceInterface.php 5 years ago
Nils Adermann f154d5c09d
Merge pull request #8612 from souweb22/Delete_variable
Delete variable
5 years ago
Jordi Boggiano 5aff184fbc
Merge pull request #8617 from Yohann76/patch-1
Update 02-libraries.md
5 years ago
Jordi Boggiano a2eb0bab12
Abort loop correctly when package is a match 5 years ago
Jordi Boggiano 5b41b78809
Optimize findPackagesWithReplacersAndProviders to avoid multiple loops over replace/provide links 5 years ago
Jordi Boggiano 20e4cc3b6f
Fix finding replacers/providers to check constraints correctly 5 years ago
Yohann Durand 36a83869ed
Update 02-libraries.md 5 years ago
arai 1f08138379 Delete variable 5 years ago
Volker Killesreiter e532e70b22 Revert "Chore: Use consistent directory path"
This reverts commit 43e0321ee7.
5 years ago
Jordi Boggiano 2e82e34fe0
Merge branch 'master' into 2.0 5 years ago
Jordi Boggiano 4f59162827
Fix class name of caught exception 5 years ago
Jordi Boggiano 0ad322e51f
Fix tests 5 years ago
Jordi Boggiano ee2252c6ac
Add lint check after phar is built
The initial 1.10.0-RC build (593b8dfb29)
had what looks like a bit flip of one > into a :, causing a parse error as $foo->bar became $foo-:bar in some class.

This is quite unpleasant and easy to miss as it requires including the file in question before the error is spotted.

It was quite lucky I ran a composer install with the new phar right after to do something else and spotted the error.

Linting all files covers this problem mostly, at least for the PHP files.
5 years ago
Jordi Boggiano bc002ae1fb
Merge branch 'master' into 2.0 5 years ago
Jordi Boggiano c49a81cf17
Update deps 5 years ago
Jordi Boggiano fce60aadd1
Update changelog for 1.10 RC 5 years ago
Jordi Boggiano 055a179cc5
Merge pull request #8453 from naderman/funding
Add funding field to composer.json and composer fund command
5 years ago
Jordi Boggiano 8dc055bec7
Fix 5.3 syntax 5 years ago
Jordi Boggiano 653e62f201
Merge pull request #8605 from guilliamxavier/fix-validate-strict-warnings
Fix validate strict warnings
5 years ago
Jordi Boggiano 4ebc318510
Fix 5.3/5.4 builds 5 years ago
Jordi Boggiano 77a477fb57
Add FundCommand 5 years ago
Jordi Boggiano f171d1fd89
Avoid requiring auth for the funding API access 5 years ago
Guilliam Xavier a17e7e9bd3
ValidateCommand: fix array syntax for PHP 5.3 5 years ago
Jordi Boggiano b033a2ae81
Retrieve funding info from github into composer.json if not declared there 5 years ago