7052 Commits (fb6f6fd26c39b385a6feb087ff39238bc3ce67b2)
 

Author SHA1 Message Date
Rob fb6f6fd26c Merge pull request #5932 from markwatney2016/patch-3
Fix wrong Composer package "type" example
8 years ago
Mark Watney a8a432c580 Fix wrong Composer package "type" example
Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
8 years ago
Rob Bast 960607afc8
Merge branch '1.2' of github.com:composer/composer
* '1.2' of github.com:composer/composer:
  semver.mwl.be moved to HTTPS
8 years ago
Rob a9e5be2b17 Merge pull request #5928 from Slamdunk/patch-1
semver.mwl.be moved to HTTPS
8 years ago
Filippo Tessarotto 35a5036c3e semver.mwl.be moved to HTTPS 8 years ago
Rob 3a3fd68b68 Merge pull request #5927 from lovett/patch-1
Clean up a merge conflict in repositories doc
8 years ago
Bill Lovett 9e16882d12 Clean up a merge conflict in repositories doc
A merge conflict slipped through recently, corrupting the page a bit.
8 years ago
Jordi Boggiano 9b730183a6 Merge branch '1.2' 8 years ago
Jordi Boggiano f3f063e3e2 Merge pull request #5888 from alcohol/array-default
use array as default value
8 years ago
Jordi Boggiano 0f276e3890 Merge pull request #5907 from Rudloff/feature/status-code
Non-zero status code when there are outdated packages (fixes #5901)
8 years ago
Rob Bast 873f17261c
try to fix test instead of guarding implementation 8 years ago
Jordi Boggiano df29bbc98e Merge pull request #5924 from alcohol/support-libressl
support libressl
8 years ago
Rob Bast bcba1399c5
support libressl
closes #5917
8 years ago
Jordi Boggiano 193d53921b Merge branch '1.2' 8 years ago
Jordi Boggiano 8a2f597db3 Fix tests 8 years ago
Jordi Boggiano ce4d941b3e Prepare 1.2.3 changelog 8 years ago
Jordi Boggiano 91e7372c6e Backport update packagist default repo to be packagist.org 8 years ago
Jordi Boggiano 7259630cbe Fix support for partial provider repos 8 years ago
Rob ecf267530d Merge pull request #5910 from debugteam/patch-1
disabling packagist.org did not work
8 years ago
debugteam 2333a0120e disabling packagist.org did not work
While testing i found that 

"packagist.org": false 

didn't work to disable packagist.

I have read following issue 

https://github.com/composer/composer/issues/3713

afterwards i've testet 

"composer config repositories.packagist false"

did the review on the composer.json and found that 

"packagist": false 

actually disabled packagist.
8 years ago
Pierre Rudloff 7d52bd6ed5 Non-zero status code when there are outdated packages (fixes #5901) 8 years ago
Jordi Boggiano f1eb787013 Merge pull request #5882 from johnstevenson/xdebug-handler-ini
Use random name for tmp ini and delete after use
8 years ago
johnstevenson c1058cf37c Fix XdebugHandler test 8 years ago
Rob Bast 7d67da3ffa
guard against non array value 8 years ago
Rob Bast 611d6a0364
use array as default value
rather than assigning empty array in constructor. the latter can cause
issues with mocks in some scenarios (if constructor does not get called)
8 years ago
Jordi Boggiano 0762aa1e2c Merge pull request #5887 from sectus/windows_remote_paths
windows remote path treats as remote now
8 years ago
Sergey Beresnev 2717e115c8 windows remote path treats as remote now 8 years ago
Rob 75f8954e2c Merge pull request #5886 from alcohol/fix-5884
mardown issue + move urls to footnotes
8 years ago
Rob Bast 4abb02dbe8
fix #5884 - mardown issues + move urls to footnotes 8 years ago
johnstevenson 379fb70ad9 Use random name for tmp ini and delete after use
Thanks to Patrick Rose for reporting this issue.
8 years ago
Jordi Boggiano de9f333ec6 Merge pull request #5846 from markingman/master
Fixing local file VCS URLs with encoded characters
8 years ago
Jordi Boggiano b2e1d4cb9d Merge remote-tracking branch 'tflori/feature-getFileContent' 8 years ago
Rob fd5fca615d Merge pull request #5876 from copitz/patch-1
Add documentation for providers option
8 years ago
Rob Bast 96540d4139
apply proper word wrapping 8 years ago
copitz cc932e5bda Add documentation for providers option
With composer/satis#295 an option for dumping provider includes was added which is missing here in the docs
8 years ago
Jordi Boggiano 30e8845b1e Add security email for sensitive reports 8 years ago
Thomas Flori 7896b1ffab cache only rendered composer information
As suggested we cache now only composer information and also the rendered version again. Perforce is using the same property cache as others and the `Util\Perforce::getComposerInformation()` is using the newly created methods.
8 years ago
Thomas Flori ec27777341 code improvements as suggested
Thanks for your input!
8 years ago
Thomas Flori d70dfd2df3 revert style changes 8 years ago
Thomas Flori 33d026bb06 fix code style to be PSR-2 conform
I tried to solve all PSR-2 style guide violations in files that I changed. One I could not solve: const can not concatenate in php 5.3.
8 years ago
Thomas Flori 597f834ae9 add getFileContent function
This function is very similar to a part from getComposerInformation - so we can use this function in getComposerInformation too. And because it is almost everywhere the same we can put it to abstract class.

By implementing getComposerInformation in abstract class we need to add the getChangeDate to interface too. Only Problem: perforce seems not to support a ChangeDate. For this we use 'now' to have at least something.
8 years ago
Mark Ingman a330d27b10 Code formatting
Updating variable name and whitespace formats inline with the project’s
standards
8 years ago
Mark Ingman 0a3145821f Merge remote-tracking branch 'composer/master' 8 years ago
Jordi Boggiano 8ad6385ffb Merge remote-tracking branch 'fabpot/more-debug' 8 years ago
Jordi Boggiano f3af3da16f Add more comments in ConsoleIO, closes #5836 8 years ago
Jordi Boggiano 43903a3979 Merge branch '1.2' 8 years ago
Jordi Boggiano 98a599d6c3 Merge pull request #5843 from stof/enforce_map_types
Enhance the json schema with validation for map objects
8 years ago
Jordi Boggiano 027de2960b Merge pull request #5794 from andrewjt71/issue-5769
Issue 5769 dev mode varaible
8 years ago
Jordi Boggiano 9801d831ed Merge pull request #5852 from fabpot/io-fix
Remove usage of echo when executing Composer script
8 years ago
Jordi Boggiano adfdb888f0 Merge pull request #5851 from szepeviktor/patch-1
Make download shell script PSR-2 compatible
8 years ago