1
0
Fork 0
Commit Graph

8110 Commits (40a0c1d411c847a771c354c31e45bf94b424311e)

Author SHA1 Message Date
Gabriel Caruso 7d9f8e2247
Improvements
Small improvements, such as remove unused imports, unecessaries casts, parentheses, etc.
2018-07-05 07:44:43 -03:00
Rob ff3ac9a876
Merge pull request #7424 from localheinz/fix/badge
Fix: Remove VersionEye badges
2018-07-05 09:18:55 +02:00
Rob bbee0a6d85
Merge pull request #7428 from epieddy/bugfix/ziparchive-closing
Closing the ZipArchive in ArtifactRepository::getComposerInformation()
2018-07-02 17:52:54 +02:00
Rob 0c6201de3e
Merge pull request #7419 from nathanpurcell/patch-1
Update example for auth.json in BitBucket config
2018-07-02 17:51:41 +02:00
Rob 0c20d19d33
Merge pull request #7412 from keradus/patch-1
DX: .php_cs - drop commented option of v1
2018-07-02 17:49:44 +02:00
efajnzilberg 9355ebd3f6 Closing the ZipArchive in ArtifactRepository::getComposerInformation() 2018-06-25 10:34:00 +02:00
Andreas Möller c5cbdec0de
Fix: Remove VersionEye badges 2018-06-24 18:53:36 +02:00
Andreas Möller e0022f69da
Enhancement: Normalize composer.json 2018-06-24 10:56:35 +02:00
Nathan Purcell dcdef95785
Update example for auth.json in BitBucket config
Remove the `config` level
2018-06-21 09:02:29 +01:00
Matrosov 7221e4ea4e Generate tree view before displaying it
Add support json tree view
2018-06-19 17:29:00 +02:00
Dariusz Rumiński 3db5e0e3fc
DX: .php_cs - drop commented option of v1
This option had been removed in v2.0, linter is enabled and can't be disabled. Don't worry - under PHP 7 it has no performance impact
2018-06-17 12:01:38 +02:00
mohsen shafiei 20e89a7621 composer show options -t and -l do not work together, fixes #7210 2018-06-11 01:09:52 +04:30
Jordi Boggiano f92e15b032
Merge pull request #7399 from theofidry/bugfix/fix-suggest-reporter
Hide suggest reason when there is not one
2018-06-09 16:21:39 +02:00
Théo FIDRY 87646ae689
Hide suggest reason when there is not one 2018-06-09 15:18:21 +01:00
Jordi Boggiano 837ad7c14e Merge branch '1.6' 2018-06-07 11:15:18 +02:00
Rasmus Schultz 5bae1913ab swap tests to prevent conflicting error-messages 2018-06-07 11:15:10 +02:00
Rasmus Schultz 07867724d0 add back the warning about missing unzip
display an error-message on non-Windows OS if unzip is unavailable, per #7383
2018-06-07 11:15:01 +02:00
Jordi Boggiano 1dd2e6f222 Merge branch '1.6' 2018-06-06 14:55:49 +02:00
Jordi Boggiano 0a27ca7b65 Make sure circular dependencies do not break the autoload dumper, refs #7316, refs #7348 2018-06-06 14:51:52 +02:00
Jordi Boggiano 3fb2a054a7
Merge pull request #7357 from Toflar/better-solver-debug-output
Improve SAT resolving developer debug information
2018-06-06 14:01:57 +02:00
Jordi Boggiano db71ce93ba
Merge pull request #7391 from JKetelaar/patch-1
Fixed typo in docs
2018-06-06 12:45:56 +02:00
Jeroen Ketelaar 6ff74d3ed1
[BUGFIX] Fixed typo in comment 2018-06-05 15:55:14 +02:00
Jordi Boggiano f3307237a5
Merge pull request #7382 from sampablokuper/spk-note-version-numbering-system
Document the versioning system used by Composer.
2018-06-01 10:02:04 +02:00
Sam Pablo Kuper d7645a83a2 Document the versioning system used by Composer.
Fixes #7356.
2018-05-31 23:55:20 +01:00
Jordi Boggiano b8989796bf Merge branch '1.6' 2018-05-31 19:58:32 +02:00
Jordi Boggiano ccb4acaf3f
Merge pull request #7364 from robbieaverill/pulls/1.6/phpdoc-fixes
FIX Update PHPDocs to indicate more specific return types
2018-05-31 19:54:58 +02:00
Jordi Boggiano eedbd218f5 Make sure circular dependencies do not break the autoload dumper, refs #7316, refs #7348 2018-05-31 17:02:04 +02:00
Yanick Witschi d82bdc04ac Improved debugging output 2018-05-24 11:46:50 +02:00
Rob 1016cf19b2
Merge pull request #7351 from zefrog/fix-git-auth-failure-no-tty
Fix Git detection of authentication failure when no tty is attached to the process
2018-05-24 11:16:40 +02:00
Robbie Averill ee97f26931 FIX Update PHPDocs to indicate more specific return types 2018-05-22 10:39:25 +12:00
Yanick Witschi 5435877bd9 Improve SAT resolving developer debug information 2018-05-18 10:59:09 +02:00
Jordi Boggiano 089f3803de Merge remote-tracking branch 'helhum/sf-hidden-input' 2018-05-15 16:07:13 +02:00
Jordi Boggiano 46f973e213 Merge branch '1.6' 2018-05-15 16:07:05 +02:00
Jordi Boggiano c6d53abf89 Fix tests 2018-05-15 16:06:56 +02:00
Jordi Boggiano 70e431368f Merge remote-tracking branch 'ph-fritsche/1.6' into 1.6 2018-05-15 16:01:34 +02:00
zefrog fd00ea7ce8 Fix Git detection of authentication failure when no tty is attached to the process 2018-05-15 15:31:31 +02:00
Jordi Boggiano af1dccb1fb Avoid showing virtual packages in search results, fixes #7310 2018-05-15 15:20:21 +02:00
Helmut Hummel b99798068d Use symfony/console for hidden questions
Fixes: #7337
2018-05-14 17:05:36 +02:00
Philipp Fritsche b0be87177d
Filter dev-dependencies from "dump-autoload --no-dev" , fixes #4343 2018-05-08 02:57:26 +02:00
Jordi Boggiano 22025f2e29 Merge branch '1.6' 2018-05-04 11:47:45 +02:00
Jordi Boggiano b540ce264c Update changelog 2018-05-04 11:44:55 +02:00
Jordi Boggiano 4ebb747e12 Merge branch '1.6' 2018-05-04 11:18:18 +02:00
Jordi Boggiano e697293cd9 Handle broken symlinks more cleanly, fixes #7255 2018-05-04 11:17:43 +02:00
Jordi Boggiano 78ae0a97f7 Terminate quoted strings 2018-05-04 11:02:12 +02:00
Jordi Boggiano 3b9d6769bf Fix class names in comments being parsed in short_open_tags files, fixes #7289 2018-05-04 11:02:12 +02:00
Jordi Boggiano a3ed8484be
Merge pull request #7303 from nicolas-grekas/c-locale
Force "C" locale to prevent issue with Turkish "I"
2018-05-04 09:45:02 +02:00
Jordi Boggiano c35dc1ac6f
Merge pull request #7306 from mw-jko/patch-1
add hint for possible need of gitlab-domains option
2018-05-04 09:20:23 +02:00
Jordi Boggiano 464daeebe2 Merge branch '1.6' 2018-05-03 17:38:09 +02:00
Jordi Boggiano 43e33be79f Fix regression in 036fc44c25, fixes #7268 2018-05-03 17:30:33 +02:00
mw-jko 635d96b5e5
add hint for possible need of gitlab-domains option 2018-05-03 15:43:36 +02:00