1
0
Fork 0
Commit Graph

4656 Commits (8dad8466136e58a595bd74f866f201a219d44936)

Author SHA1 Message Date
Jordi Boggiano 382b6c64d5 Output CWD change, refs #3332 2014-10-07 10:17:48 +01:00
Jordi Boggiano 9462eb17a2 Merge pull request #3328 from TomasVotruba/patch-1
Readme: update coding standard link
2014-10-06 15:47:08 +01:00
Jordi Boggiano a4b31108f2 Merge pull request #3330 from stof/patch-1
Fixed the resetting of the json file on removal failures
2014-10-06 15:46:27 +01:00
Thomas Punt 26122cff43 Updated example to have a valid tag name. 2014-10-06 15:41:47 +01:00
Jordi Boggiano 95d49ce638 Add additional test for beta without dash separator support, fixes #3331 2014-10-06 12:42:19 +01:00
Christophe Coevoet 4685b4bf49 Fixed the resetting of the json file on removal failures
Closes #3329
2014-10-05 14:30:44 +02:00
Tomáš Votruba 2cdc647f9f Readme: update coding standard link
Maybe it's on purpose, but current link leads to documentation, where deprecated note.
2014-10-04 20:48:31 +02:00
Jordi Boggiano 6c0afd3fc0 Merge pull request #3191 from jakoch/master
added stof's php inline example from #3190 to doc/articles/scripts.md
2014-10-04 17:55:03 +01:00
Jordi Boggiano 2e1373b339 Update require message and delete empty file at the end in case of failure, fixes #3260 2014-10-04 17:31:45 +01:00
Jordi Boggiano 109f4ffd5e Normalize json across all php versions, fixes #3226 2014-10-04 17:02:42 +01:00
Jordi Boggiano 3d1a094535 Merge pull request #3262 from jklein/patch-1
Fixing a typo in the scripts documentation
2014-10-04 17:00:32 +01:00
Jordi Boggiano 0cb42c4116 Merge pull request #3257 from jakoch/patch-docufix
docu fix (removed dangling "times.")
2014-10-04 16:53:05 +01:00
Jordi Boggiano fc14d33491 Fix json nesting issue, fixes #3323 2014-10-04 16:35:10 +01:00
Jordi Boggiano 5aff8632b4 Merge pull request #3327 from Strate/dump_autoload_event_args
Accessing to option 'optimize-autoloder' inside 'post-autoload-dump' script event
2014-10-04 12:38:00 +01:00
Jordi Boggiano ed54e8346d Fix json test, fixes #3326 2014-10-04 12:33:28 +01:00
Artur Eshenbrener 56482cff0a Changed short array syntzx to long 2014-10-03 18:31:02 +04:00
Artur Eshenbrener ad1d0be420 Accessing to option 'optimize-autoloder' inside 'post-autoload-dump' script event. 2014-10-03 18:28:16 +04:00
Rafael Dohms 346133d2a1 PR Review
- reverted comma removal
- made getReplacementPackage consistent
- removed abandoned flag if false
2014-10-03 15:12:16 +02:00
Rafael Dohms f9f2bbac59 Abandoned packages support
Added warning to the installer process.
If any installed packages are flagged, the user will get a warning at the end
of the install/update process.
2014-10-03 14:48:28 +02:00
Rafael Dohms 5ed01fb60d Abandoned support in `show`
Executing `composer show` on an abandoned package displays the warnings for package status.
2014-10-02 23:53:34 +02:00
Rafael Dohms d6d087d348 Support for Abandoned in Packages
Added parsing for abandoned property into the CompletePackage Object.
2014-10-02 23:53:21 +02:00
Jordi Boggiano 1e4229e22a Adjust APC check, refs #264 2014-10-02 12:34:17 +01:00
Aydin 432cdbcb31 Allow to select virtual packages 2014-10-02 12:07:31 +01:00
Jordi Boggiano 626670d950 Merge pull request #3321 from francoispluchino/fix-phpdoc
Fix phpdoc
2014-10-02 11:49:27 +01:00
François Pluchino 2f66d0c703 Fix phpdoc 2014-10-02 10:47:34 +02:00
DC* c698aa3a2b Fix missing validation on default value for author input
The default author value on the composer init command is not validated against `parseAuthorString` method and thus not being re-prompted, finally throwing an InvalidArgumentException when it tries to generate the composer.json file.

The changes forces the validation of both the entered author string or the default value.
2014-10-02 00:17:20 -03:00
Jordi Boggiano b33da336ec Merge remote-tracking branch 'origin/master' 2014-09-30 16:28:01 +01:00
Jordi Boggiano efcdb394d3 Rename *-solve-dependencies to *-dependencies-solving 2014-09-30 16:26:55 +01:00
Jordi Boggiano 81fa284c9b Merge remote-tracking branch 'francoispluchino/installer-events' 2014-09-30 16:18:17 +01:00
Jordi Boggiano 663cda8827 Merge pull request #3142 from francoispluchino/plugin-load-only-one-time
Register plugin only one time when it's present in global and project mode
2014-09-30 15:19:55 +01:00
Jordi Boggiano 472c8a5113 Fix tests on windows, fixes #3141 2014-09-30 15:18:15 +01:00
Jordi Boggiano 1c051d9c8e Merge pull request #3318 from JJK801/master
Update symfony/process to fix hhvm issues
2014-09-30 10:27:30 +01:00
Jérémy JOURDIN 536a1fdca1 Update symfony/process to fix hhvm issues 2014-09-30 11:02:20 +02:00
Jordi Boggiano 391a5390f2 Typo fix, cheers @rdlowrey 2014-09-30 00:51:44 +01:00
Jordi Boggiano efcdd35cbf Damn 2014-09-30 00:39:21 +01:00
Jordi Boggiano 241627659e Fix formatting bug 2014-09-30 00:38:39 +01:00
Jordi Boggiano 1cbd1a7ba8 Examplify chars and reword, closes #3212 2014-09-30 00:37:28 +01:00
Jordi Boggiano 52308d7db6 Merge pull request #3309 from NAYZO/patch-1
Update 01-basic-usage.md
2014-09-30 00:34:36 +01:00
Jordi Boggiano 82f3576d07 Merge pull request #3310 from NAYZO/patch-2
Update 01-basic-usage.md
2014-09-30 00:33:26 +01:00
Jordi Boggiano f094ad3264 Merge pull request #3288 from phpPhil/patch-1
Update handling-private-packages-with-satis.md
2014-09-30 00:31:51 +01:00
Jordi Boggiano bf6ebd11c5 Merge pull request #3271 from TomasVotruba/patch-1
typo
2014-09-30 00:31:27 +01:00
Jordi Boggiano 834f70423b Merge pull request #3215 from onewheelskyward/patch-1
Updated to reflect new tap names for php in OSX homebrew.
2014-09-30 00:28:18 +01:00
Jordi Boggiano 18ab5ad6fe Merge pull request #3154 from francoispluchino/fix-phpdoc
Fix phpdoc
2014-09-30 00:06:21 +01:00
Ala Eddine Khefifi 03ee649147 Update 01-basic-usage.md 2014-09-29 11:01:02 +01:00
Ala Eddine Khefifi fc986d76c8 Update 01-basic-usage.md 2014-09-29 10:40:29 +01:00
Jordi Boggiano 31eadc6920 Merge pull request #3303 from chrisnharvey/patch-1
Adding missing closing <info> tag when re-applying stashed changes
2014-09-25 18:49:51 +01:00
Jordi Boggiano 182a936347 Merge pull request #3302 from cordoval/patch-2
note special case for ~1 cases
2014-09-25 18:49:17 +01:00
Chris Harvey 43b9ef309e Adding missing closing <info> tag when re-applying stashed changes 2014-09-25 18:39:50 +01:00
Luis Cordova 1bc6158cd8 note special case for ~1 cases
referenced from https://github.com/symfony/symfony-docs/pull/4267/files#r18030609
2014-09-25 08:27:10 -05:00
Jordi Boggiano 69afedb49c Update deps 2014-09-24 19:19:25 +01:00