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 .
2016-10-09 22:24:14 +02:00
Jordi Boggiano
c540dace8c
Merge pull request #5765 from fabpot/remove-obsolete-code
...
removed obsolete code
2016-10-08 11:28:19 +02:00
Jordi Boggiano
4cd6eabdba
Merge branch '1.2'
2016-10-08 11:27:52 +02:00
Jordi Boggiano
fd891d2e78
Merge pull request #5758 from stof/clean_test_namespace
...
Fix namespace for tests for consistency
2016-10-08 10:06:14 +02:00
Jordi Boggiano
ca1168478b
Remove expander blocks in issue template
2016-10-08 09:59:18 +02:00
Jordi Boggiano
823a673b12
Merge pull request #5770 from fabpot/var-decl-missing
...
added missing var declaration
2016-10-08 09:55:45 +02:00
Fabien Potencier
b502a35fc1
added missing var declaration
2016-10-07 11:38:36 -07:00
Fabien Potencier
2853e82400
removed obsolete code
2016-10-06 11:56:54 -07:00
Christophe Coevoet
d5810c8a36
Fix namespace for tests for consistency
2016-10-05 10:45:22 +02:00
Nils Adermann
23d2e5600a
Merge pull request #5738 from Toflar/reduce-hashing-calls
...
Reduce calls on Rule::getHash()
2016-10-04 12:20:39 +02:00
Jordi Boggiano
d0206233f3
Merge pull request #5739 from alcohol/composer-repository-json-schema
...
[wip] composer repository json schema
2016-10-04 11:34:49 +02:00
Rob Bast
9437122acc
composer repository json schema
2016-10-04 11:34:28 +02:00
Yanick Witschi
7b5fe5c7d4
CS
2016-10-04 10:40:18 +02:00
Jordi Boggiano
af41a814b5
Merge pull request #5747 from alcohol/remove-includes-from-docs
...
remove 'includes' references from docs
2016-10-03 19:50:51 +02:00
Rob Bast
7377db32ae
remove 'includes' references from docs
...
Relates to #5739 - we do not want to mention attributes/properties that
are considered legacy and/or deprecated.
Also reflowed some lines.
2016-10-03 10:14:57 +02:00
Jordi Boggiano
32e3464e02
Merge pull request #5740 from dzuelke/platform_zts_debug
...
Add php-debug and php-zts virtual platform packages
2016-10-01 14:08:16 +02:00
Jordi Boggiano
1c34248022
Check that PHP_ZTS is defined
2016-10-01 13:03:15 +02:00
Jordi Boggiano
9b08ee48db
Update platform package regex
2016-10-01 13:01:47 +02:00
David Zuelke
19126d76a6
unify php-* package description grammar
2016-09-30 23:12:13 +02:00
David Zuelke
a26c03eef0
add php-zts virtual platform package
2016-09-30 23:12:13 +02:00
David Zuelke
0f68c01094
add php-debug virtual platform package
2016-09-30 23:12:13 +02:00
Yanick Witschi
a9e88a27b3
CS
2016-09-30 17:40:28 +02:00
Yanick Witschi
4a769a785c
Reduce calls on Rule::getHash()
2016-09-30 17:25:41 +02:00
Jordi Boggiano
00c1b601c8
Add link to docs, fixes #5712
2016-09-29 08:54:28 +02:00
Jordi Boggiano
b6cc2c7b83
Merge pull request #5665 from radmiraal/default-strategy-from-environment
...
Allow setting default transport strategy for path repositories
2016-09-29 08:41:11 +02:00
Jordi Boggiano
0c4cae056f
Simplify code
2016-09-29 08:40:03 +02:00
Jordi Boggiano
e3a5b4c723
Wording tweaks, refs #5733
2016-09-29 08:20:23 +02:00
Jordi Boggiano
902a5c32db
Add bug ref
2016-09-29 08:06:44 +02:00
AnrDaemon
c774d41a9c
Fix realpath() failing on Windows
2016-09-29 08:05:55 +02:00
Jordi Boggiano
117e09ca48
Merge pull request #5728 from alcohol/pool-priority-matters
...
add a test that asserts pool priority matters
2016-09-29 08:01:00 +02:00
Jordi Boggiano
205030afc6
Merge pull request #5726 from alcohol/what-provides-stability-ordering-issue
...
What provides stability ordering issue
2016-09-29 07:59:53 +02:00
vbashkirtsev
eb494e5464
Elaborated on importance of PHP extension dependencies
...
@Seldaek: As discussed yesterday here addition to the docs re PHP extensions. I have put it as a note as it appears emphasized for users to notice easily.
2016-09-28 21:10:16 +09:30
Rob Bast
9cbcda9ae6
add test that asserts pool priority matters
...
also switch assertEquals for assertSame
2016-09-28 09:34:08 +02:00
Rob Bast
710bb0d008
fix based on test, fixes #5724
2016-09-27 17:39:44 +02:00
Rob Bast
9f2bd34c87
test copied from #5724
2016-09-27 17:39:44 +02:00
Jordi Boggiano
d7f821434d
Merge pull request #5723 from alcohol/user-password-mask-patch
...
User password masking patch
2016-09-27 15:56:47 +02:00
Rob Bast
e60eff5f2e
apply patch
2016-09-27 14:45:33 +02:00
Rob Bast
b4fd19aae4
add test exposing the problem
2016-09-27 14:45:19 +02:00
Jordi Boggiano
012fb1813c
Merge pull request #5715 from ro0NL/ro0NL-patch-1
...
Set branch alias for 1.3-dev
2016-09-26 10:32:05 +02:00
Roland Franssen
957124ddb7
Set branch alias for 1.3-dev
2016-09-25 23:08:15 +02:00
Rens Admiraal
a294af3f16
Allow setting default transport strategy for path repositories
...
This change allows setting COMPOSER_MIRROR_PATH_REPOS to 1
in the environment to set the default strategy to 'mirror'.
This allows using 'mirror' during deployments while still symlinking
on a development machine. The default is still overwritten by the
options on the repository configuration.
2016-09-25 19:56:12 +02:00
Jordi Boggiano
3030dab90e
Merge branch '1.2'
2016-09-23 16:37:54 +02:00
Ruslan Bekenev
8c1f889806
cut out "file://" from VCS download() method
...
this issue was happening due to realpath() function
that cannot work with "file://" path.
For local repositories it is valid url but not valid for realpath()
2016-09-23 16:37:32 +02:00
Jordi Boggiano
048a801fce
Merge pull request #5698 from johnstevenson/restart2
...
Simplify XDebugHandler restart process
2016-09-23 16:35:12 +02:00
johnstevenson
e9a97004c5
Simplify XdebugHandler restart process
2016-09-23 13:50:54 +01:00
Jordi Boggiano
73a8e2c1ab
Merge pull request #5708 from alcohol/issue-5701
...
test cases for #5701
2016-09-23 13:33:28 +02:00
Rob Bast
4213fbc8c6
does not apply for hhvm
2016-09-23 13:27:15 +02:00
Rob Bast
181b172e77
test cases for #5701
2016-09-23 12:22:45 +02:00
Jordi Boggiano
6ca32b5bc5
Merge branch '1.2'
2016-09-21 11:48:38 +02:00
Rob Bast
1cf4ecd648
remove env variable after test assertion
2016-09-21 11:48:32 +02:00