Jordi Boggiano
31359510e5
Merge pull request #3936 from ajpevers/patch-1
...
Ignore all .git dirs in the vendor dir recursively
2015-04-14 23:01:56 +01:00
Jordi Boggiano
467f82fc15
Merge pull request #3935 from hannesvdvreken/patch-3
...
Link to semver version constraint tester
2015-04-14 23:01:25 +01:00
Jordi Boggiano
6afa0d1094
Merge pull request #3931 from richardkmiller/patch-1
...
Fix typo in aliases.md
2015-04-14 23:00:23 +01:00
Jordi Boggiano
775f6cd5c6
Update changelog
2015-04-14 22:18:51 +01:00
Anton Evers
cc3a8379e2
Ignore all .git dirs in the vendor dir recursively
...
In accordance with http://git-scm.com/docs/gitignore
2015-04-14 09:46:53 +02:00
Hannes Van De Vreken
93f73ecc8c
Link to semver version constraint tester
2015-04-14 09:21:48 +02:00
Richard K Miller
5b3457f812
Fix typo in aliases.md
2015-04-13 10:49:35 -06:00
Javier Spagnoletti
5b2a7e6bad
[bugfix] Updated ```DiagnoseCommand::execute()``` and ```DiagnoseCommand::getGithubRateLimit()```
...
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #3859
| Doc PR | none
Fixes #3859 .
2015-04-11 21:05:17 -03:00
Markus Thielen
bd802407a8
Silence symlink() error
...
If not silenced it gives "symlink(): Operation not supported" on my ubuntu system with mounted cifs share.
2015-04-09 09:45:50 +02:00
Jordi Boggiano
4d134ce8a2
Merge pull request #3917 from alcohol/lowercase-packagename-before-lookup
...
Fixes #3900
2015-04-08 14:43:49 +01:00
Rob Bast
117b7ea033
Fixes #3900
2015-04-08 15:43:30 +02:00
Jordi Boggiano
213d4803ac
Merge pull request #3909 from frederikbosch/auth-fix-mirror
...
Fix #3903
2015-04-08 11:39:02 +01:00
Hannes Van De Vreken
b85cb7df82
Remove unused variable
2015-04-07 10:36:11 +02:00
Hannes Van De Vreken
d017fa4a1d
Unused variable
2015-04-06 11:58:12 +02:00
Frederik Bosch
951b07eabc
Fix #3903
2015-04-04 12:38:12 +02:00
Tomáš Votruba
0924318c17
Readme: 00-intro - use __DIR__
...
It is best practice to use `__DIR__` constant. Also it's used in `autoload.php` itself.
2015-04-02 02:22:46 +02:00
Geo
2070b95e27
Update 04-schema.md
2015-03-30 17:19:20 -04:00
jakoch
74a077dd3d
updated spdx-license handling to include metadata
...
issue https://github.com/composer/composer/issues/3744
summary of changes
- replaced bin script "fetch-spdx-identifiers" by "update-spdx-licenses"
- "update-spdx-licenses" uses "Composer/Util/SpdxLicensesUpdater" to update "spdx-licenses.json" file with license identifier, fullname and osi-approved-status
- dropped "spdx-identifiers.json" (identifiers only)
- dropped "SpdxLicenseIdentifier", it's just "SpdxLicense" now
- modified "ShowCommand" to output the license with metadata and removed some unused method arguments (cleanup)
2015-03-29 22:46:38 +02:00
Jordi Boggiano
f10c714751
Merge pull request #3884 from frederikbosch/auth-fix-chh
...
Fix #3813 , #3830
2015-03-29 15:37:42 +01:00
Frederik Bosch
79490f662e
Revert #3813 , implement differently
...
Fix #3830
2015-03-28 20:48:19 +01:00
jakoch
cf7441bc27
added "example using a custom HTTP Header field" to docu, issue https://github.com/composer/composer/issues/3756
2015-03-27 19:01:16 +01:00
Jordi Boggiano
8cfd48c479
Merge pull request #3873 from jmorganc/patch-1
...
Update 01-basic-usage.md
2015-03-25 14:32:49 +00:00
Morgan Campbell
7cb9b9a985
Update 01-basic-usage.md
...
Added a missing "the" so the sentence flows a little better.
2015-03-25 08:32:29 -05:00
Andreas Möller
32538a21a2
Enhancement: Sort packages by importance, then alphabetically
2015-03-25 14:10:20 +01:00
Markus Schulte
bcc387b297
Explaining how to deal with cyclic dependency problems within Jenkins-builds.
2015-03-24 09:44:13 +01:00
Jordi Boggiano
c5cd184767
Revert 331425bcb3
as well, fixes #3612
2015-03-24 01:36:30 +00:00
Jordi Boggiano
66b73ea456
Revert "Disable overwrites when no-ansi is present, fixes #3612"
...
This reverts commit e0d36e19eb
.
Conflicts:
src/Composer/IO/ConsoleIO.php
2015-03-24 01:31:53 +00:00
Jordi Boggiano
17baee4e80
Merge pull request #3866 from khromov/patch-1
...
Improved wording
2015-03-24 00:12:54 +00:00
Jordi Boggiano
ddd6ea1c2f
Update deps
2015-03-24 00:12:43 +00:00
Jordi Boggiano
b1248e1ff6
Merge remote-tracking branch 'salathe/patch-1'
2015-03-23 23:55:43 +00:00
Peter Cowburn
54d61ec486
Use justinrainbow/json-schema 1.4
...
justinrainbow/json-schema version 1.4.0 has been tagged (https://github.com/justinrainbow/json-schema/releases/tag/1.4.0 ), which fixes naming conflicts with Scalar Type Hints in (what will be) PHP 7.
2015-03-23 20:49:40 +00:00
Stanislav Khromov
6c35dd6b2d
Improved wording
...
All other verbs use are in the form of "doing something", ie Installing, Downloading. "connection" is the odd one out.
2015-03-23 19:36:16 +01:00
Jordi Boggiano
ab3622dff1
Merge pull request #3365 from WouterJ/patch-1
...
Updated validator
2015-03-23 11:56:30 +00:00
isoroku
e0657b60a2
Fix misspellings
2015-03-20 14:23:24 +00:00
hakre
03b634d114
Prevent fatal error on missing symlink() function in tests
...
The testsuite didn't run through for me because the php symlink() function
was missing.
It is only available on Windows Visa/Server 2008 or higher.
This commit fixes the issue by checking if the method exists, and if not,
marks the test as skipped because of a non-matching precondition.
2015-03-19 14:42:13 +01:00
hakre
7077803aa4
Git Checkout Branch / File Differentiation
...
This fixes a minor inaccuracy issue when creating git checkout commands
for branches.
The git checkout command used within `GitDownloader::updateToCommit()`
does not use the "`--`" sequence to separate branch from file parameters.
This leads to an inaccuary as git tries as well the branch name as file
name. If the non-existent branch is actually the name of a file, the file
is checked out. If the non-existent branch is not the name of a file, an
error message is given:
> error: pathspec 'non-existent-branch' did not match any file(s) known to
git.
Both cases are not expected for the program flow in
`GitDownloader::updateToCommit()`.
The only thing that is expected is a non-existent branch to fail to
checkout - but with a different error message:
> // reference was not found (prints "fatal: reference is not a tree:
$ref")
This can be easily fixed by adding the missing separator when constructing
the command which is applied with this commit.
2015-03-19 12:50:06 +01:00
vlakoff
d5ab072ec1
Optimize check for empty file
2015-03-17 15:52:44 +01:00
Jordi Boggiano
829199c053
Merge pull request #3840 from gonimar/patch-1
...
Fix docs basic-auth => http-basic
2015-03-16 13:11:02 +00:00
vlakoff
3a68534d20
Fix parser error if composer.json existing but empty
2015-03-14 15:26:53 +01:00
Sergey Gonimar
c87418099c
Fix docs basic-auth => http-basic
2015-03-13 14:25:55 +05:00
Jordi Boggiano
d571874461
Merge pull request #3831 from fredemmott/autoload-hack-enums
...
Add support for using classmap to autoload Hack enums
2015-03-09 23:06:06 +00:00
Fred Emmott
23d5e30fbc
Add test for Generics class
...
Already worked, just adding a test.
2015-03-09 11:29:04 -07:00
Fred Emmott
bdf51ab16d
Single variable for traits and enums
2015-03-09 10:05:12 -07:00
Fred Emmott
cb1ea889d6
Use HHVM_VERSION instead of HPHP_VERSION
2015-03-09 10:02:10 -07:00
Fred Emmott
33ea86573e
Add support for using classmap to autoload Hack enums
...
fixes composer/composer#3823
Ran tests with both PHP5.5.9-1ubuntu4.5 and HHVM 3.6. Test fails on HHVM only
if I back out the ClassMapGenerator.php change.
2015-03-09 09:38:02 -07:00
Jordi Boggiano
b296e654eb
Re-use existing autoloader suffix if available, fixes #3701
2015-03-09 11:13:01 +00:00
Jordi Boggiano
fed81ee47c
Merge pull request #3829 from hkdobrev/fast-finish-builds
...
Report Travis CI build success early
2015-03-09 11:02:24 +00:00
Haralan Dobrev
8168f69ae7
Report Travis CI build success early
...
This will report the build has succceeded even if allowed to fail jobs are
still running.
See https://github.com/composer/composer/pull/3828 .
Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing
Props to @fonsecas72.
2015-03-09 10:25:47 +02:00
Jordi Boggiano
9f9cff558e
Merge pull request #3825 from fonsecas72/ppp
...
Use get home from Config instead of factory
2015-03-08 18:02:57 +00:00
Jordi Boggiano
ca9fcba5eb
Merge pull request #3828 from hkdobrev/hhvm-nightly
...
Test on HHVM nightly releases. Allow to fail.
2015-03-08 18:01:47 +00:00