7136 Commits (7aa7c3ced3e34cd9067963144dd02108bc1a936f)
 

Author SHA1 Message Date
Jordi Boggiano 0f455be01c Add CI flag in UA header 8 years ago
Jordi Boggiano e38ebefc7e Update packagist default repo to be packagist.org 8 years ago
Jordi Boggiano f7475c6ff6 Merge pull request #5830 from fabpot/logic-refactoring
Refactor some common logic in Command classes
8 years ago
Jordi Boggiano 9cf93b0c88 Merge pull request #5824 from fabpot/small-refacto
Code simplification
8 years ago
Jordi Boggiano e32c09e13a Merge pull request #5829 from fabpot/post-dependencies-solving-bug
Fix POST_DEPENDENCIES_SOLVING trigger
8 years ago
Rob 8c71e52d9d Merge pull request #5832 from curry684/issue-5823
Clarify documentation that commit refs are unsupported
8 years ago
Niels Keurentjes f99a33bfc7 Clarify documentation that commit refs are unsupported
Following the discussion in #5823 it has become clear that this feature is supplied at-your-own-risk, this should be more explicitly reflected in its documentation.
8 years ago
Jordi Boggiano cf48bfccb4 Merge pull request #5827 from fabpot/deprecated-usages
fixed deprecated class usages
8 years ago
Fabien Potencier 07cbb73184 fixed deprecated class usages 8 years ago
Fabien Potencier 5d742fd38b Fix POST_DEPENDENCIES_SOLVING trigger 8 years ago
Fabien Potencier 69740bbbee Refactor some common logic in Command classes 8 years ago
Fabien Potencier 57ec0d1815 added more information in the output 8 years ago
Fabien Potencier b823242ae3 Code simplification 8 years ago
Jordi Boggiano d4547fba06 Merge pull request #5804 from msiebeneicher/bugfix/fix_rename_usage_in_archive_manager_for_v1_2
fixed direct rename() usage for v1.2
8 years ago
Jordi Boggiano 15d8b7a84d Merge pull request #5813 from curry684/issue-5808
Fix crash when listing root package without versions
8 years ago
Niels Keurentjes 6de7feeb86 Fix crash when listing root package without versions
When using certain parameters together in 'composer show', specifically '-s --outdated', the root package itself is inspected for its latest version. If the git repository it belongs to does not have any tags yet this would return FALSE, while the next call to printMeta requires a PackageInterface or NULL, causing a crash.

Refs #5808
8 years ago
Rob 8cf9733001 Merge pull request #5810 from hason/doc
Fix class in DocBlock
8 years ago
Martin Hasoň 2b67a9044e Fix class in DocBlock 8 years ago
Richard Heelin c2f6c61f56 Updated the tests to match the new command that is executed 8 years ago
Richard Heelin 5dfd23668e Only update the git repo if the commit we want doesn't exist, speeds up update from source 8 years ago
msiebeneicher 800a4bf391 fixed direct rename() usage for v1.2 8 years ago
Rob Bast 235b1cca81
wordwrap and minor rephrasing 8 years ago
Andrew Taylor ce6a3c0dd7 Issue 5769 dev mode varaible 8 years ago
Nils Adermann 66efc9af86 Merge pull request #5785 from nicolas-grekas/perf
Enhance performance by removing count() from Solver's main loop
8 years ago
Jordi Boggiano 88f09919ce Merge pull request #5784 from nicolas-grekas/fix
Fix ShowCommand
8 years ago
Nicolas Grekas daf84bea33 Enhance solver perf by removing count() 8 years ago
Nicolas Grekas bfbcf03a6b Fix ShowCommand 8 years ago
Jordi Boggiano aa051ba4f0 Update deps 8 years ago
Jordi Boggiano d9328ed5ae Merge pull request #5753 from alcohol/use-rfc3339-in-arraydumper
bring arraydumper in line with json schema spec and packagist
8 years ago
Jordi Boggiano ce2d33de9f Merge pull request #5781 from jyggen/feature/json-schema-v4
Upgrade json-schema to allow v4
8 years ago
Jordi Boggiano 96bf605b31 Merge pull request #5779 from Koc/implode
Use implode instead of join
8 years ago
Jordi Boggiano edb05d1385 Merge pull request #5782 from naderman/t/github-integration
GitHub integrations generate access tokens containing a dot
8 years ago
Nils Adermann ad41c324d3 GitHub integrations generate access tokens containing a dot 8 years ago
Jonas Stendahl bc549c34a6
Upgrade json-schema to allow v4 8 years ago
Konstantin.Myakshin dc70b40d34 Use implode instead of join 8 years ago
Jordi Boggiano 41c3307fc5 Merge branch '1.2' 8 years ago
Jordi Boggiano f23cdf59e3 Make remove command case insensitive, fixes #5754 8 years ago
Jordi Boggiano d1867d5859 Merge branch '1.2' 8 years ago
Jordi Boggiano 5ee22f25ba Rework JSON matching to use a properly recursive pattern, fixes #5771 8 years ago
Jordi Boggiano 092dec9596 Add failing test for #5771 8 years ago
Jordi Boggiano 6370efd1f1 Merge pull request #5776 from dunglas/remove_unused
Remove unused variable
8 years ago
Jordi Boggiano 33cbe6195e Merge pull request #5775 from tomasfejfar/docs/repository-object-format
Clarify allowed format for repositories key
8 years ago
Jordi Boggiano 183398fe5e Merge pull request #5717 from berlinger-rarents/fix/5584_anon_redirect_bitbucket
prevent (prompt for) bitbucket auth when it redirected
8 years ago
Jordi Boggiano af519de0de Merge pull request #5752 from alcohol/amend-composer-repository-schema
changes based on feedback from @stof in #5739
8 years ago
Jordi Boggiano c0e28a9043 Remove static/public method 8 years ago
Rob e1d1a73cad Update 04-schema.md
Wrap line-length and modify phrasing
8 years ago
Kévin Dunglas 3e3fd3c6b1
Remove unused variable 8 years ago
Tomáš Fejfar dbc5d3a83f Clarify allowed format for repositories key
Using JSON object should be discouraged as there is no explicit order
of keys in JSON object. Even though it's deterministic in current PHP
version, it may change any time. As stated on http://json.org/:
"An object is an unordered set of name/value pairs. An object begins
with { (left brace) and ends with } (right brace). Each name is
followed by : (colon) and the name/value pairs are separated
by , (comma)."

Fixes #2802.
8 years ago
Jordi Boggiano c540dace8c Merge pull request #5765 from fabpot/remove-obsolete-code
removed obsolete code
8 years ago
Jordi Boggiano 4cd6eabdba Merge branch '1.2' 8 years ago