1
0
Fork 0
Commit Graph

6304 Commits (3942cdf8df0867d7df5706b8a3ee05f601c2aa8c)

Author SHA1 Message Date
Jordi Boggiano 3942cdf8df Update license to 2016 2016-03-13 16:30:39 +00:00
Jordi Boggiano 1dce6442ed Merge pull request #5038 from nicolas-grekas/zip-native
Prefer ZipArchive over unzip, add 7z on Windows
2016-03-11 10:30:26 +00:00
Jordi Boggiano eebc55e3f3 Merge pull request #5037 from criolit/patch-1
Add missing "secure-http" config property
2016-03-11 10:26:27 +00:00
Nicolas Grekas 08d48cb61a Prefer ZipArchive over unzip on Windows 2016-03-11 11:07:36 +01:00
Serghei Ilin dacb97d6ad Add missing "secure-http" config property
"secure-http" configuration property recently introduced and available in documentation https://getcomposer.org/doc/06-config.md#secure-http is missing in the schema.
2016-03-11 07:04:12 +01:00
Jordi Boggiano 8bf46768f3 Improve error reporting when loading artifact repos 2016-03-10 16:31:09 +00:00
Jordi Boggiano e8abc90b92 Merge pull request #5026 from curry684/issue-4392
Simulate dummy Composer when searching in uninitialized folder
2016-03-09 12:44:27 +01:00
Jordi Boggiano 6a69a20072 Merge pull request #5025 from curry684/issue-4686
Improved error message when adding a package disallowed by PHP version
2016-03-09 12:23:44 +01:00
Niels Keurentjes a2d2c4ddd5 Simulate dummy Composer when searching in uninitialized folder, fixes #4392 2016-03-08 23:52:44 +01:00
Niels Keurentjes fbbde23fb3 Improved error message when adding a package that is disallowed by PHP version, fixes #4686 2016-03-08 23:09:08 +01:00
Jordi Boggiano fe134d3359 Merge pull request #5021 from vlakoff/self-update
Adjustments in self-update command in case of corrupted file
2016-03-08 14:41:06 +01:00
vlakoff f7757c606d Move instruction to delete corrupted file 2016-03-08 13:10:11 +01:00
vlakoff 9532a0129c Correct error message to match actual behavior 2016-03-08 13:09:25 +01:00
Jordi Boggiano 4cc719cab3 Add support for SSL_CERT_DIR and openssl.capath, fixes #5017 2016-03-07 13:07:02 +00:00
Jordi Boggiano 8344c6d3d7 Merge pull request #4993 from hkdobrev/create-project-suggests
List project suggestions in create-project command
2016-03-07 14:01:16 +01:00
Jordi Boggiano 3933a7f404 Add conflict detection in why-not, fixes #5013 2016-03-07 01:50:41 +00:00
Jordi Boggiano a15779cf53 Fix issue handling false children in why-not command 2016-03-07 00:45:02 +00:00
Jordi Boggiano e96c566b67 Merge pull request #5006 from ricog/b/create-project-ignore-platform-reqs
Check for --ignore-platform-reqs flag during create-project
2016-03-07 01:09:52 +01:00
Haralan Dobrev cc389d6c1a List project suggestions in create-project command
Resolves https://github.com/composer/composer/issues/2752
2016-03-05 14:22:12 +02:00
Rick Guyer 2a35486d7d Check for --ignore-platform-reqs flag during create-project
During `create-project`, the installed PHP version was used to determine
the best root package install candidate, but failed to take into account
the `--ignore-platform-reqs` flag.
2016-03-04 12:50:59 -06:00
Jordi Boggiano 3cea62b6ed Merge pull request #5001 from curry684/issue-4999
Show -t incorrectly expanded self.version constraints. Fixes #4999
2016-03-04 15:39:36 +00:00
Jordi Boggiano bf283cee66 Merge pull request #5002 from barryvdh/change-remove-deps
Make remove with dependencies default
2016-03-04 15:31:37 +00:00
Niels Keurentjes 1017ab817f Corrected parameter handling. 2016-03-04 09:26:11 +01:00
Barry vd. Heuvel eae6d8017a Make remove with dependencies default 2016-03-04 08:53:22 +01:00
Niels Keurentjes a3b2628748 Show -t incorrectly expanded self.version constraints. Fixes #4999 2016-03-04 08:20:35 +01:00
Jordi Boggiano f2d606ae0c Update CHANGELOG 2016-03-03 12:44:49 +00:00
Jordi Boggiano 02ed27b16b Add outdated lock and failure to parse deps to quiet output, fixes #4393 2016-03-03 12:21:49 +00:00
Jordi Boggiano e94066967c Add debugging info about proxy usage, refs #4332 2016-03-02 18:28:44 +00:00
Jordi Boggiano 8fc659fea3 Allow loading of transport-options in package repo, fixes #4991 2016-03-02 17:44:09 +00:00
Jordi Boggiano 6d1e8ebf90 Avoid warnings due to duplicate loading of auth files, fixes #4971 2016-03-02 14:10:21 +00:00
Jordi Boggiano 9d95456bb0 Fix bug in handling of special chars in proxy .bat files for binaries, fixes #4990 2016-03-02 14:07:30 +00:00
Jordi Boggiano 76450cc2a1 Merge pull request #4989 from naderman/t/fix-self-reference-transaction-root
Ignore self references when anlaysing independent root requirements
2016-03-02 13:26:18 +00:00
Jordi Boggiano 27e1c4358e Fix show/depends commands to display and abort when a circular dep was reached, fixes #4983 2016-03-02 13:24:07 +00:00
Jordi Boggiano b93b73e836 Rewrite git unpushed status checks, fixes #4987 2016-03-02 13:00:20 +00:00
Nils Adermann 4af74b54e0 Ignore self references when anlaysing independent root requirements
When creating a transaction we try to identify all requirements that are
not themselves required by any other package. If a package references
itself this should not mark it as being required by another package.
2016-03-02 13:03:26 +01:00
Jordi Boggiano ef6b7cdf12 Merge pull request #4982 from barryvdh/patch-1
Add changelog entry for #4970
2016-03-01 14:37:55 +00:00
Barry vd. Heuvel 66c1057373 Add changelog entry for #4970 2016-03-01 15:29:49 +01:00
Jordi Boggiano 7e1a23eef7 Add missing use statements 2016-03-01 14:09:44 +00:00
Jordi Boggiano 30b7015f31 Update docs for github-protocols 2016-03-01 13:46:54 +00:00
Jordi Boggiano fea99bcb1b Clarify the fetch/push URL selection for github repos and various protocols, fix regression 2016-03-01 13:43:59 +00:00
Jordi Boggiano b080a73840 Fix broken test on windows, fixes #4973 2016-03-01 13:25:39 +00:00
Jordi Boggiano 6f42b9c865 Disable git, svn, http protocols for VCS downloaders, fixes #4968 2016-03-01 13:20:35 +00:00
Jordi Boggiano cc14bb3ba9 Merge pull request #4980 from antriver/patch-1
Gender neutral authors
2016-02-29 19:10:08 +00:00
Anthony Kuske cb6e567967 Gender neutral authors 2016-02-29 18:59:19 +00:00
Jordi Boggiano 4207a33ccf Fix escaping 2016-02-29 18:46:21 +00:00
Jordi Boggiano 8cfbe7023d CS fixes 2016-02-29 18:12:51 +00:00
Jordi Boggiano c29f20964e Damn git 2016-02-29 18:10:46 +00:00
Jordi Boggiano 4b0624a93a Fix regression in create-project 2016-02-29 18:09:56 +00:00
Jordi Boggiano bf1ddaa298 Fix method name for php5 2016-02-29 17:51:34 +00:00
Jordi Boggiano 1aec1c1fc8 Add --repository flag to init command, and rename --repository-url to --repository in create-project, fixes #4200, closes #4207, closes #2604, fixes #2920 2016-02-29 17:33:46 +00:00