Nils Adermann
138fb5b6af
Docs: Fix shell sample output
2017-03-08 11:02:24 +01:00
Nils Adermann
d835983b15
Docs: Add back a second clear note about hardcoded versions in VCS
2017-03-08 10:58:55 +01:00
Nils Adermann
faac4d56b4
Docs: HHVM is not called HipHop
2017-03-08 10:49:06 +01:00
Nils Adermann
78565d00b9
Docs: versions plural, and update == rm lock&install
2017-03-08 10:45:46 +01:00
Nils Adermann
4ccf5b6535
Docs: don't use short forms, it => composer
2017-03-08 10:42:54 +01:00
Nils Adermann
586e0d6cdb
Docs: composer.lock lists versions, not constraints
2017-03-08 10:36:27 +01:00
Nils Adermann
18a4aecef5
Docs: superfluous comma & it => Composer
2017-03-08 10:29:02 +01:00
Nils Adermann
7bdc929e6d
The confusing part is probably rather constraints and how versions work, not what they are
2017-03-08 10:23:14 +01:00
Nils Adermann
c15baed33a
Docs: Clarify what "It" stands for
2017-03-08 10:15:27 +01:00
Kael Shipman
9a755fa7d4
Merge remote-tracking branch 'upstream/master'
2017-01-23 13:07:22 -06:00
Kael Shipman
c8c7619a4a
Finished reworking docs to clarify points about versioning ( fixes #6088 )
2017-01-23 13:06:51 -06:00
Jordi Boggiano
eb5495b8e4
Merge branch '1.3'
2017-01-22 20:01:35 +01:00
Jordi Boggiano
d6ffe1fd1d
Add support for outdated command info without ANSI colors, fixes #6070
2017-01-22 20:01:12 +01:00
Jordi Boggiano
cf2838131f
Merge pull request #6062 from MoT3rror/master
...
Add ignore filters option to archive command
2017-01-22 19:35:40 +01:00
vlakoff
65a5727315
Do not hide the warning implicitly
...
Even if COMPOSER_ALLOW_XDEBUG is set,
requires to also set COMPOSER_DISABLE_XDEBUG_WARN to hide the warning.
This undoes commit c5dcedd
.
2017-01-22 19:06:50 +01:00
Jordi Boggiano
7aa7c3ced3
Forward composer memory_limit to child processes, fixes #6075
2017-01-22 19:03:22 +01:00
Jordi Boggiano
9a26a9e8f8
Make sure alias packages installed with create-project end up with the correct branch checked out, fixes #6082
2017-01-22 18:44:15 +01:00
Jordi Boggiano
e4840ee413
Add a COMPOSER_BINARY env var so that chdir does not affect @composer script resolvability, fixes #6080
2017-01-22 18:26:49 +01:00
Yanick Witschi
0ea93df252
Fixed no lock file was written when setting writeLock to true and executeOperations to false
2017-01-22 17:56:09 +01:00
Ed Reel
f29a302391
Return 1 if composer.json exists, but the package doesn't.
2017-01-22 17:47:12 +01:00
Rob
810267e2a7
Merge pull request #6091 from richardbporter/patch-1
...
Fix grammatical issue in 05-repositories.md
2017-01-22 10:54:49 +01:00
Richard B. Porter
231f56b4ae
use 'in the case of' instead of 'in case of'
2017-01-20 13:44:19 -06:00
Kael Shipman
a0d2934946
Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088 )
2017-01-20 11:49:29 -06:00
Kael Shipman
7a9f24b913
Added some useful overview information about repositories in the Basic Usage documentation.
2017-01-19 19:04:24 -06:00
Rob
64b9423df3
Merge pull request #6084 from tbal/patch-1
...
Add GitLab as supported downloads source in docs
2017-01-19 13:39:26 +01:00
Jordi Boggiano
cab42187d4
Merge pull request #6087 from alcohol/silly-copyright-people
...
lets avoid silly commits in the future
2017-01-19 12:13:58 +01:00
Rob Bast
ed461a8634
lets avoid silly commits in the future
2017-01-19 12:10:26 +01:00
Tilo Baller
89a2e66293
Add GitLab as supported downloads source in docs
2017-01-19 00:12:05 +01:00
Jordi Boggiano
0dd9e3a106
Merge pull request #6083 from wogsland/update-license-to-2017
...
Update LICENSE to 2017
2017-01-18 08:18:38 +01:00
Bradley Wogsland
153efb29a0
Update LICENSE to 2017
2017-01-17 21:14:34 -06:00
Jordi Boggiano
d8d0ee5870
Merge pull request #6061 from svenluijten/unify-command-descriptions
...
Add full stop to all command descriptions
2017-01-13 10:34:43 +01:00
jbixler
dac51c7f4b
Add ignore filters option to archive command
2017-01-11 16:21:44 -06:00
Sven Luijten
b4a77e1c0e
Add full stop to all command descriptions
2017-01-11 23:08:12 +01:00
Lauris Binde
f9f92dc9d8
Fix Xdebug warning
...
Composer incorrectly shows Xdebug warning, even if extension is not loaded, but COMPOSER_ALLOW_XDEBUG is present.
2017-01-11 09:45:13 +01:00
Jordi Boggiano
b1fee3035f
Merge pull request #6058 from laurisb/patch-1
...
Fix Xdebug warning
2017-01-11 09:44:18 +01:00
Lauris Binde
bca51f177e
Fix Xdebug warning
...
Composer incorrectly shows Xdebug warning, even if extension is not loaded, but COMPOSER_ALLOW_XDEBUG is present.
2017-01-11 09:25:25 +02:00
Jordi Boggiano
285ff274ac
Merge branch '1.3'
2017-01-07 18:17:36 +01:00
Jordi Boggiano
6a0d5a03d2
Update changelog
2017-01-07 18:08:37 +01:00
Pete Akins
95e9ad57d4
Don’t add github specials if there is no composer data
...
This can happen if an identifier doesn’t have a composer.json file (but other identifiers do)
2017-01-07 17:58:04 +01:00
Jordi Boggiano
677e75d168
Add phpdoc comment
2017-01-07 17:36:47 +01:00
Felix Becker
5f64cae860
Make PluginManager::addPlugin() public
2017-01-07 17:34:55 +01:00
Jordi Boggiano
452dd4b05e
Merge pull request #6037 from johnstevenson/xdebug-logic
...
Fix scanned ini files logic
2017-01-04 09:32:58 +01:00
johnstevenson
d48d11d187
Fix scanned ini files logic
2017-01-03 19:56:16 +00:00
Jordi Boggiano
65aa8451fc
Merge pull request #6034 from stof/change_inline_packages
...
Refactor the validation of inline package definitions
2017-01-03 13:14:04 +01:00
Christophe Coevoet
1cb0ec7911
Resolve references in ComposerSchemaTest
2017-01-03 11:57:35 +01:00
Jordi Boggiano
0b27952dec
Fix typo
2017-01-03 11:34:29 +01:00
Christophe Coevoet
a012311077
Refactor the validation of inline package definitions
...
Reusing the root schema was a mistake, because the root schema does
not have the dist and source properties (which are populated by repository
objects).
2017-01-03 11:16:13 +01:00
Jordi Boggiano
550376d649
Merge pull request #6032 from stof/patch-1
...
Update the branch alias for master
2017-01-03 09:53:07 +01:00
Christophe Coevoet
18a5d4d86a
Update the branch alias for master
2017-01-03 09:50:47 +01:00
Nils Adermann
b3bd409a30
Clarify Private Packagist description a bit
2017-01-03 01:03:08 +01:00