1
0
Fork 0
Commit Graph

7168 Commits (7a9f24b913cbdb7cb4bd81cb1f57b2e385200f8d)

Author SHA1 Message Date
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
Sven Luijten b4a77e1c0e Add full stop to all command descriptions 2017-01-11 23:08:12 +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
Jordi Boggiano 38e02eda7c Merge pull request #6027 from stof/fix_url_field
Loosen the validation for the URL field of VCS repositories
2017-01-02 16:27:28 +01:00
Christophe Coevoet 37505f40f4 Loosen the validation for the URL field of VCS repositories
The URL of the VCS repository may not match the uri pattern of the JSON
schema spec, for instance when using a SSH URL of the repository.
2017-01-02 16:24:55 +01:00
Jordi Boggiano 5e8776ae12 Merge pull request #6025 from Slamdunk/patch-1
Fix php.net HTTPS links; always use HTTPS for getcomposer.org
2017-01-02 13:00:18 +01:00
Filippo Tessarotto 498d49f1ba Fix php.net HTTPS links; always use HTTPS for getcomposer.org 2017-01-02 12:49:45 +01:00
Jordi Boggiano 31731a06c2 Merge pull request #6023 from stof/add_property
Add missing definition of a property
2017-01-02 12:27:45 +01:00
Jordi Boggiano f824b188f5 Merge pull request #6024 from stof/fix_package_type
Fix the validation of required properties for inline packages
2017-01-02 12:24:27 +01:00
Christophe Coevoet 8cc1859492 Fix the validation of required properties for inline packages 2017-01-02 12:22:26 +01:00
Christophe Coevoet 4ae2aecc54 Add missing definition of a property 2017-01-02 12:12:37 +01:00
Jordi Boggiano 321361a37b Merge branch '1.3' 2017-01-02 11:32:06 +01:00
Jordi Boggiano be9abbf9f3 Override all php-* versions when php package is defined in config.platform 2017-01-02 11:31:47 +01:00
Jordi Boggiano 3e72a5abd4 Merge remote-tracking branch 'glady/patch-2' 2017-01-02 11:08:34 +01:00
Mike Gladysch 9a38d0a222 Fixed #6021 2017-01-02 10:29:40 +01:00
Rob b567f7298a Merge pull request #6019 from michaelcullum/patch-1
Update memory limit in docs
2017-01-02 08:03:42 +01:00
Michael Cullum 97a80b6249 Update memory limit in docs
As per 0bc75c3fb6
2017-01-01 21:18:52 +00:00
Jordi Boggiano 87b68e8c2f Merge pull request #6013 from stof/repository_schema
Implement schema validation for repositories
2016-12-31 16:42:14 +01:00
Jordi Boggiano a1eb1ab604 Merge branch '1.3' 2016-12-31 16:35:19 +01:00
Jordi Boggiano 0bc75c3fb6 Bump memory limit to 1.5G 2016-12-31 16:29:31 +01:00
Plamen Garkov ab4322148f adding "fatal: unable to access" to authFalures 2016-12-31 16:29:12 +01:00
Jordi Boggiano 476682f207 Merge pull request #6015 from johnstevenson/xdebug-ini
Ignore xdebug.ini and process all files, #5995
2016-12-30 18:06:38 +01:00
johnstevenson 4e53d64d4b Ignore xdebug.ini and process all files, #5995 2016-12-30 14:51:16 +00:00
Jordi Boggiano ad97b01f9c Merge pull request #6012 from stof/fix_repository
Fix the class name for fossil repositories
2016-12-30 13:53:48 +01:00
Jordi Boggiano 033ceb4faa Merge branch '1.3' 2016-12-30 12:46:44 +01:00
Alex Bowers e161218819 Refactored xdebughandler 2016-12-30 12:46:30 +01:00
Jordi Boggiano 2c39c43a9e Forward memory limit even if it was overwritten when restarting without xdebug, fixes #6004 2016-12-30 12:45:05 +01:00
Jordi Boggiano 77ad36c067 More doc updates 2016-12-29 18:12:21 +01:00