8592 Commits (5987114f6ce0c26e4adb825c7156bf7367464f4e)
 

Author SHA1 Message Date
Jordi Boggiano 392f75f726
Merge pull request #8045 from xuanquynh/correct_description_grammar
Correct description grammar
5 years ago
Jordi Boggiano 5177293e21
Merge pull request #8032 from kitingChris/feature/cacheClearWithEmpty
using emptyDirectory instead of remove for clearing the cache
5 years ago
Quynh Xuan Nguyen 077bbe3372 Correct description grammar 5 years ago
Novicaine 486b25fd30
Fix for UNC Windows paths
Made isAbsolutePath recognize Windows UNC-style absolute paths starting with \\
5 years ago
Christian Ego 7c64300a1b using emptyDirectory instead of remove for clearing the cache 5 years ago
Mike Hatch 20ff8b22f2
Corrected a typo and two grammar errors. 5 years ago
Patrick Reimers dd1e80a38f
Add tests for wrong package name. 5 years ago
Patrick Reimers 8ae8d131d5
Add deprecation warning for name attribute 5 years ago
Jordi Boggiano 522ea033a3
Merge branch '1.8' 5 years ago
Markus Staab c876613d5c Added "Read more at" links to all commands (#8019) 5 years ago
Jordi Boggiano e3f68016ac
Merge branch '1.8' 5 years ago
Jordi Boggiano d96d046209
Fix require of platform packages with --ignore-platform-reqs, fixes #8012 5 years ago
Andreas Schempp 0e2215dc6c Added full unit test coverage 5 years ago
Andreas Schempp a91fd20673 Return the composer.json content instead of a zip:// path 5 years ago
Jordi Boggiano 9d139cb694
Merge branch '1.8' 5 years ago
Jordi Boggiano 6bce9da8c8
Only keep track of empty references that returned a 404 5 years ago
Patrick Reimers 5d14a95543
Add test for warning on deprecated naming 5 years ago
Patrick Reimers 627a832cc1
Return non zero exit code on deprecation 5 years ago
Andreas Schempp 0d0cb53f31 Adjust Zip Util to only find the root composer.json 5 years ago
Jordi Boggiano ba1e5c213c
Merge branch '1.8' 5 years ago
Jordi Boggiano 6473dd9185
Minor improvements to VersionCacheInterface 5 years ago
Andreas Schempp 05d6b21785 Use self:: for private method 5 years ago
Andreas Schempp 9de07bed1b Fixed docblocks 5 years ago
Jordi Boggiano 60f198c17d
Update target version 5 years ago
Jordi Boggiano 43a43f3cdf
Merge branch '1.8' 5 years ago
Jordi Boggiano 0f36a42d61
Allow filtering of warning/info msgs by composer version 5 years ago
Jordi Boggiano 4271167495
Improve version reporting 5 years ago
Jordi Boggiano ba346ef04d
Add forward compatibility for upcoming v2 installed.json format, refs #7999 5 years ago
Jordi Boggiano d3873a0565
Merge branch '1.8' 5 years ago
Jordi Boggiano 61cd8664e5
Avoid creating empty bitbucket files if there was no composer.json present in the original branch/tag 5 years ago
Jordi Boggiano 7a301d9ad1
Merge pull request #7980 from johnstevenson/safe-junctions2
Improve safe junction logic
5 years ago
Andreas Schempp 4d85e217c3 Extract the ZIP utility functions from ArtifactRepository 5 years ago
Jordi Boggiano 69745745b3
Merge branch '1.8' 5 years ago
Jordi Boggiano d9f873d00e
Abort when HHVM 4.0 is detected to output a clear user message, refs #7990 5 years ago
Jordi Boggiano 723308a1e7
Merge pull request #7982 from staabm/patch-1
Fixed typo introduced in recent fix
5 years ago
Markus Staab 0aa030f09d
Fixed typo introduced in recent fix 5 years ago
johnstevenson 4cf069535f Improve safe junction logic 5 years ago
Jordi Boggiano f7f0a978bb
Merge pull request #7978 from staabm/win-usleep
Make sure we properly usleep() on windows rmdir/unlink
5 years ago
Markus Staab fc2c445c06 Make sure we properly usleep() on windows rmdir/unlink
usleep() returns void, therefore the previous code didn't work
5 years ago
Jordi Boggiano a3eb6c4389
Merge pull request #7977 from johnstevenson/patch-2
Explain Windows junctions in 05-repositories.md
5 years ago
John Stevenson ae9ed20812
Update 05-repositories.md 5 years ago
Jordi Boggiano 4d26198dde
Merge pull request #7971 from johnstevenson/safe-junctions
Only use junctions if they can be safely removed
5 years ago
johnstevenson 6212eadcb0 Only use junctions if they can be safely removed 5 years ago
Jordi Boggiano 603fe500f9
Merge pull request #7969 from johnstevenson/remove-junction-tweak
Remove junctions with PHP rather than system rmdir
5 years ago
johnstevenson d1cf69fa92 Remove junctions with PHP rather than system rmdir
PHP will happily remove junctions using its `rmdir` function (tested on
versions back to 5.2.17). This saves invoking system `rmdir` through
cmd.exe.
5 years ago
Jordi Boggiano 875a7dd924
Merge pull request #7928 from johnstevenson/appveyor
Update appveyor to PHP 7.3
5 years ago
johnstevenson c903a63f10 Update appveyor to PHP 7.3 5 years ago
Jordi Boggiano d788c67547
Merge branch '1.8' 5 years ago
Jordi Boggiano a5cd912c02
Update changelog 5 years ago
Jordi Boggiano 5ce6ae34a4
Merge pull request #7941 from johnstevenson/junctions
Fix mode bitmask when detecting a Windows junction
5 years ago