6808 Commits (165ff07146e76da05de72bb4ba4aa2cfdfae9d2d)
 

Author SHA1 Message Date
Jordi Boggiano 165ff07146 Merge branch '1.2' 8 years ago
Matthew "Juniper" Barlett 09dad8a018 Clean up regex in InitCommand::parseAuthorString
Per comments:
- https://github.com/composer/composer/pull/5638#discussion_r76972844
- https://github.com/composer/composer/pull/5638#discussion_r76973941
8 years ago
Matthew "Juniper" Barlett ac41bb0615 Fix for issue #5631
- Add " ( and ) as valid characters in author name
- Add relavent unit tests
8 years ago
Jordi Boggiano 4861b74d3d Merge pull request #5569 from nicolas-grekas/clean-proc-output
Cleanup processes output handling
8 years ago
Nicolas Grekas f063d28a59 Cleanup processes output handling 8 years ago
Jordi Boggiano ed78253c58 Only update reference if there is actually a reference, fixes #5609 8 years ago
Rob 054f5305b7 Merge pull request #5640 from yaman-jain/master
JSON standard do not allow trailing comma
8 years ago
Yaman Jain 66950f0354 JSON standard do not allow trailing comma 8 years ago
Jordi Boggiano 3d09c17b48 Merge branch '1.2' 8 years ago
Jordi Boggiano 90b99ea5c2 Update semver dep 8 years ago
Jordi Boggiano d9d2d11949 Merge branch '1.2' 8 years ago
Nicolas Grekas c6b26c4e96 Make static inlining more selective 8 years ago
Jordi Boggiano 92c8a45bda Merge branch '1.2' 8 years ago
Jordi Boggiano edddae42db Revert default change from #5603 8 years ago
John Whitley 4479b8a690 Squashed commit of the following:
commit 3994b556dcffcde7b1801c8bc712f3127e8f8e7c
Author: John Whitley <john.whitley@berea.eu>
Date:   Tue Aug 16 09:02:53 2016 +0100

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

    This alters the default flag for loadOptions in
    \Composer\Package\Loader\ArrayLoader to true; and alters the assumption
    of the test to reflect this change.

    **Rationale**

    The `\Composer\Package\Loader\ArrayLoader` test (defined in
    tests/Composer/Test/Package/Loader/ArrayLoaderTest.php) assumed that a
    new `\Composer\Package\Loader\ArrayLoader` instance would be always
    created with the optional flag loadOptions set to true.

    ```php
    $this->loader = new \Composer\Package\Loader\ArrayLoader(null, true);
    ```

    This change alters the general case to reflect the default assumption as
    defined in the test.

commit b75fc4ad7238bc50f724bd29446ccbc33e82c34c
Author: John Whitley <john.whitley@berea.eu>
Date:   Mon Aug 15 16:55:27 2016 +0100

    Altered the test for ArrayLoader to use the default loadConfig flag, and to test the true and false states for the loadConfig flag
8 years ago
Jordi Boggiano f3af3ede40 Merge pull request #5552 from fvdb/add-minor-only-option
Added minor-only option to show command to only show packages with minor updates
8 years ago
Jordi Boggiano e29508f823 Merge pull request #5608 from donatj/no-suggest-require
Adds --no-suggest to RequireCommand
8 years ago
Jordi Boggiano 6f7389e911 Revert default change from #5603 8 years ago
Jordi Boggiano d2b164cba3 Merge remote-tracking branch 'john-whitley/master' 8 years ago
Frank van den Brink d5dbe5743a
Fixed typo in --minor-only option documentation 8 years ago
Frank van den Brink 12cee0b927
Added --minor-only option to documentation 8 years ago
Frank van den Brink e60a7216c6
Clarified minor-only option description 8 years ago
Frank van den Brink cb7377d2cb
Added minor-only option to show command to only show packages with minor updates 8 years ago
Frank van den Brink 79d1a050e3
Merge branch 'master' of github.com:fvdb/composer into add-minor-only-option 8 years ago
Frank van den Brink 28851ecdca
Revert "Added minor-only option to only show packages with minor updates"
This reverts commit 4b0e40d482.
8 years ago
Jesse Donat 9f7ea6e2dc Updates docs 8 years ago
Jesse Donat 4de11a955a Adds --no-suggest to RequireCommand 8 years ago
Rob 0aec42521b Merge pull request #5604 from jcchavezs/add_no_suggest_option_to_docs
Adds --no-suggestion flag to the docummentation
8 years ago
José Carlos Chávez c28fe2b507 Adds --no-suggestion flag to the documentation for the install and update commands. 8 years ago
John Whitley c51c1b3047 Squashed commit of the following:
commit 3994b556dcffcde7b1801c8bc712f3127e8f8e7c
Author: John Whitley <john.whitley@berea.eu>
Date:   Tue Aug 16 09:02:53 2016 +0100

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

    This alters the default flag for loadOptions in
    \Composer\Package\Loader\ArrayLoader to true; and alters the assumption
    of the test to reflect this change.

    **Rationale**

    The `\Composer\Package\Loader\ArrayLoader` test (defined in
    tests/Composer/Test/Package/Loader/ArrayLoaderTest.php) assumed that a
    new `\Composer\Package\Loader\ArrayLoader` instance would be always
    created with the optional flag loadOptions set to true.

    ```php
    $this->loader = new \Composer\Package\Loader\ArrayLoader(null, true);
    ```

    This change alters the general case to reflect the default assumption as
    defined in the test.

commit b75fc4ad7238bc50f724bd29446ccbc33e82c34c
Author: John Whitley <john.whitley@berea.eu>
Date:   Mon Aug 15 16:55:27 2016 +0100

    Altered the test for ArrayLoader to use the default loadConfig flag, and to test the true and false states for the loadConfig flag
8 years ago
Rob f2fc70fd79 Merge pull request #5598 from jadb/patch-1
Fix support for testing exit code
8 years ago
Jad Bitar 8625efd551 Fix support for testing exit code
The `$sectionData` was being overwritten, causing its assertion 
(`$this->assertSame()`) to fail.
8 years ago
Rob a33b205561 Merge pull request #5582 from diegoholiveira/issue/5565
Modify the message for memory errors
8 years ago
Diego Oliveira c55fd9bd10 Modify the message for memory errors 8 years ago
Jordi Boggiano 034f1cf591 Merge pull request #5558 from nicolas-grekas/nocow
Add ClassLoader::$missingClasses to not trigger a COW
8 years ago
Nicolas Grekas dd67b01ac5 Add ClassLoader::$missingClasses to not trigger a COW 8 years ago
Jordi Boggiano 8e2f5e741c Merge pull request #5553 from alcohol/fix-basic-auth-gitutil
check for additional possible authentication failure strings in gitutil
8 years ago
Rob 7304ab6ff9 Merge pull request #5557 from tobiasbueschel/master
add link to LICENSE file & reformat Authors section in README.md
8 years ago
Tobias Büschel 1bc0f8e0e9 reformat author section 8 years ago
Tobias Büschel c28ee623ae add link to license file 8 years ago
Jordi Boggiano 4a4e5726dd Merge pull request #5544 from alcohol/update-readme
Update readme
8 years ago
Rob Bast 02455712cf check for additional possible output strings, fixes #5543 8 years ago
Frank van den Brink 4b0e40d482
Added minor-only option to only show packages with minor updates 8 years ago
Rob Bast a480e53234 simplify the readme, defer to documentation 8 years ago
Rob Bast 04605e4f90 update ccoc to v1.4 8 years ago
Rob 3d920f8dbb Merge pull request #5528 from JamesForks/fix-contributing-docs
Fix link to CONTRIBUTING.md
8 years ago
James Brooks c283067602 Fix link to CONTRIBUTING.md 8 years ago
Rob 22104dba60 Merge pull request #5527 from snipe/patch-1
Fixed typo
8 years ago
snipe 35821fc0ce Update troubleshooting.md 8 years ago
snipe 1b96882736 Fixed typo 8 years ago