1
0
Fork 0
Commit Graph

8134 Commits (71c8735e115909f3e049060a359afbf9535e0008)

Author SHA1 Message Date
Elendev 5c2b34a1af Encode the username correctly (fix typo) 2018-07-17 19:46:25 +02:00
Jordi Boggiano b3d6a17518
Merge pull request #7444 from inaling/add_repositories_path_glob
Add repositories path glob
2018-07-17 17:53:23 +02:00
Jordi Boggiano 3d2b0deb6a
Merge pull request #7402 from m-jch/master
composer show options -t and -l do not work together, fixes #7210
2018-07-17 17:33:56 +02:00
Jordi Boggiano 81326fadc8
Merge pull request #7470 from kalessil/master
[minor] SCA
2018-07-17 17:07:00 +02:00
Jonas Renaudot 1a725d5e1f Add support for authentication with mercurial repositories. 2018-07-17 12:04:27 +02:00
Vladimir Reznichenko 6f6d59426d New finding by Static Code Analysis: revert uniqid() to comply long path requirements 2018-07-16 22:40:48 +02:00
Vladimir Reznichenko cd39efc72c New finding by Static Code Analysis 2018-07-14 20:55:26 +02:00
Rob 006c921abd
Merge pull request #7467 from staabm/less-count
Use variable to call count() less often
2018-07-12 22:08:52 +02:00
Markus Staab 50565cb0c8 Use variable to call count() less often 2018-07-12 20:44:24 +02:00
Rob 68d468d683
Merge pull request #7450 from staabm/simpler-hash
Use a simpler hashing for the Rule2Literal case
2018-07-12 10:05:24 +02:00
Rob 1e9136f086
Merge pull request #7456 from staabm/simpler-equals
Specialize Rule2Literal->equals(Rule2Literal) for speedup
2018-07-12 10:02:36 +02:00
Rob 7079cdb70d
Merge pull request #7458 from staabm/patch-3
Define variable only when actually used
2018-07-12 10:01:19 +02:00
Rob b350c09c7e
Merge pull request #7457 from staabm/patch-2
Remove unnecessary abs() calls
2018-07-12 09:58:38 +02:00
Rob e0eaca21f7
Merge pull request #7451 from staabm/patch-1
Temporary save the package-name into a variable
2018-07-12 09:57:18 +02:00
refael iliaguyev b63e2de819 add alias `i` to the install command 2018-07-11 20:37:34 +03:00
Markus Staab 86d5de2965
Define variable only when actually used 2018-07-10 21:01:52 +02:00
Markus Staab 42516901f1
Removed another unnecessary abs() call 2018-07-10 20:59:39 +02:00
Markus Staab 0e16dbabde
Removed another unnecessary abs() call 2018-07-10 20:55:14 +02:00
Markus Staab e3a23f4ae6
Remove unnecessary abs() calls
Literal cannot be negative at this point
2018-07-10 20:49:24 +02:00
Markus Staab 7a4937bbcc Specialize Rule2Literal->equals(Rule2Literal) for speedup 2018-07-10 18:24:06 +02:00
Markus Staab 07383552b3
Temporary save the package-name into a variable
this reduces number of unnecessary function calls in the hot path of "composer update"
2018-07-09 14:09:46 +02:00
Markus Staab 0aa7ec2d2c Use a simpler hashing for the Rule2Literal case
this speeds up "composer update" by ~18%
2018-07-09 14:01:57 +02:00
Kazuhiro Inari 354eec76ae Add repositories path glob 2018-07-07 00:47:27 +09:00
Rob f24fcea35b
Merge pull request #7441 from carusogabriel/improvements
Improvements
2018-07-05 14:10:25 +02:00
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