5416 Commits (6508dc432203b30c27dc6aff2964fb287a95810b)
 

Author SHA1 Message Date
Jordi Boggiano 74e7c5fe22 Merge remote-tracking branch 'legoktm/publish-name' 9 years ago
Jordi Boggiano 3e85f82373 Merge remote-tracking branch 'naderman/load-no-providers' 9 years ago
Jordi Boggiano b025d0982b Remove some state 9 years ago
Thibault Jamet 460f2f438e Update documentation with new archive configuration 9 years ago
Thibault Jamet 25ab752ca6 Map archive command to the archive configuration 9 years ago
Thibault Jamet 3ab05fb54f Update composer-schema with archive configuration 9 years ago
Thibault Jamet 1eec4fdfa5 Add archive configuration default values 9 years ago
Jordi Boggiano b2173d28fc Fix 5.3.3 build 9 years ago
Jordi Boggiano e73448ae1e Add possessive quantifiers to avoid backtracking and fix segfault on large files, fixes #4153 9 years ago
Jordi Boggiano 8e9659bd83 Merge pull request #4139 from elazar/feature/tests-in-classmap
Resolves #4138: Removed *Test.php filtering from AutoloadGenerator->dump()
9 years ago
Markus Staab 94a924b702 Dropped unnecessary break statements
Next line breaks nevertheless
9 years ago
Markus Staab a4ad3c2146 Dropped obsolete condition
The conditional a few lines above already checks for `bytesMax > 0`
9 years ago
Jordi Boggiano 89540c5690 Support bg colors and more clearing values in html output formatter 9 years ago
Jordi Boggiano 29dbc3835f Fix html output formatter to work with latest symfony console 9 years ago
elazar 6c029a850c Resolves #4138: Removed *Test.php filtering from AutoloadGenerator->dump() 9 years ago
Jordi Boggiano 6d15ad08b6 Add http check even if openssl is present, refs #4084 9 years ago
Jordi Boggiano 24168d9d5c Merge pull request #4133 from benbor/added-ctrl-c
Added Ctrl+C support to create-project command for unix-like systems
9 years ago
Jordi Boggiano a7ec17b2f1 Merge pull request #4062 from coderstephen/master
Docs: Fix non-feature-branches schema example not syntax highlighted
9 years ago
Barys Biankouski a59c46f781 [create-project] If process terminated with SIGINT then 130 IMO will be returned. Remove unused variable 9 years ago
Jordi Boggiano 070007769a Merge pull request #4134 from craue/patch-1
[docs] mention the `memory_limit` actually being set
9 years ago
Jordi Boggiano 9debc39ba5 Update to caret operator 9 years ago
Christian Raue fe0c600d0f [docs] mention the `memory_limit` actually being set 9 years ago
Jordi Boggiano c471edc488 Also downgrade provider access and others 9 years ago
Jordi Boggiano a6d23dcec8 Update deps 9 years ago
Barys Biankouski 38bc4e6a78 Added Ctrl+C support to create-project command for unix-like systems 9 years ago
Rob Bast 9223f4a208 show command by default 9 years ago
Rob Bast cbd61660ab implemented verbose output 9 years ago
Rob Bast 222ee004e0 modified test case 9 years ago
Jordi Boggiano 4f80e7ff68 Merge pull request #4122 from nevvermind/revert-plugin-constraints
Revert the plugin versions converting from "1.0.0" to "^1.0" feature
9 years ago
nevvermind 12c833864c Revert converting `1.0.0` to `^1.0`. 9 years ago
Nils Adermann e25b86c129 Fix composer repo test to match what composer repos send 9 years ago
Nils Adermann 8b28d4bc82 Optimisation: Composer repo version listings are index by package name 9 years ago
Nils Adermann 65243ca392 Move methods for PR readability and fix phpdoc 9 years ago
Kunal Mehta 49bd1d773b Make an invalid package name a publish error, not warning
Since invalid names will prevent publishing to packagist, they should
be considered publish errors. If people do not plan on submitting their
package to packagist, they can use the --no-check-publish flag to turn
it into a normal warning again.
9 years ago
Christophe Coevoet a014a2f803 Optimize the regex detecting timestamps
Using a possessive quantifier avoids useless backtracking.
9 years ago
Jordi Boggiano 9fb2d4f2d6 Merge pull request #4113 from alcohol/reword-contributing
Typo
9 years ago
Rob Bast b081f583e8 Typo 9 years ago
Jordi Boggiano 92e01130b1 Merge pull request #4112 from alcohol/reword-contributing
added some info on reporting issues and some rewording
9 years ago
Rob Bast 7f2f393aea added some info on reporting issues and some rewording 9 years ago
Jordi Boggiano 7351136205 Merge pull request #4105 from gmsantosxl/master
Remove extra '/' when findShortestPath $from is a directory
9 years ago
Jordi Boggiano d3d3bb4698 Merge pull request #4111 from alcohol/disable-path-when-composer-unavailable
disable path if no composer available, fixes #4101
9 years ago
Rob Bast dfbee6a532 cleaner solution 9 years ago
Rob Bast 7a50225389 disable path if no composer available, fixes #4101
gracefully remove the option and continue, after informing the user
9 years ago
gmsantosxl a060c536bb Remove extra '/' when findShortestPath $from ends with '/' 9 years ago
gmsantosxl 84c9c30b63 Remove extra '/' when findShortestPath $from is a directory 9 years ago
Jordi Boggiano 8c81ec0d0e Merge pull request #4103 from nevvermind/patch-1
Change doc wording
9 years ago
nevvermind 5ba1dd67c0 Change wording 9 years ago
Jordi Boggiano cdcc99e73d Merge pull request #4088 from nevvermind/override_init_array
Fix "Invalid argument supplied for foreach()" on a new PlaformRepository obj
9 years ago
Jordi Boggiano 17c2a8019e Merge pull request #4089 from nevvermind/plugin-api-versions
Make plugins have actual constraints instead of fixed versions
9 years ago
Jordi Boggiano c16ee53935 Merge pull request #4100 from alcohol/load-xml-as-string
load xml as string from local file, fixes #3942
9 years ago