1
0
Fork 0
Commit Graph

7971 Commits (22025f2e29dbcae962efaec49e3c8677edde8a6f)

Author SHA1 Message Date
Jordi Boggiano 471b012e3a Fix problem report when requiring "ext-zend opcache", refs #2509 2018-01-22 13:41:32 +01:00
Jordi Boggiano 9b30d83c23 More license docs fixes 2018-01-22 09:42:50 +01:00
Jordi Boggiano 2e0a25e73f Update license docs 2018-01-22 09:37:05 +01:00
Jordi Boggiano 4dc81db069 Merge branch '1.6' 2018-01-21 17:40:29 +01:00
Jordi Boggiano 5a1765c838 Only warn for license deprecations for new releases/branches 2018-01-21 17:40:20 +01:00
Martin Hujer bbee0d7c6c Validation warns if script description for nonexistent script is present
Fixes #7010
2018-01-17 19:15:06 +01:00
Jordi Boggiano 015927d0b0 Merge branch '1.6' 2018-01-16 09:20:32 +01:00
Jordi Boggiano 1a6e3ee8c7 Show script description for custom commands in run-script --list, fixes #7009 2018-01-16 09:19:44 +01:00
Gabriel Caruso 3d262bd637 Fixes from PHPStan level 0
More fixes from PHPStan level 0
2018-01-14 11:44:15 -02:00
István Palócz 6ae8e340c1
Update how-do-i-install-a-package-to-a-custom-path-for-my-framework.md
Title changed
2018-01-12 13:37:42 +01:00
Jordi Boggiano 994bac0c15 Merge branch '1.6' 2018-01-10 15:54:49 +01:00
Jordi Boggiano 59fcb91912
Merge pull request #6985 from nicolas-grekas/get-url-contents
Add RemoteFilesystem::getRemoteContents() extension point
2018-01-10 15:54:03 +01:00
Jordi Boggiano 82b80a5451
Merge pull request #6979 from nicolas-grekas/fix-ctrl-c
Fix CTRL+C handling during create-project
2018-01-10 15:51:30 +01:00
Jordi Boggiano 4331b11624 Merge branch '1.6' 2018-01-09 17:57:34 +01:00
Tomas Klinkenberg 60106edd32 Added a test to confirm issue #6994.
Added a encapsulated group to the replacement parameter of the `preg_replace` for GitLab in `\Composer\Util\Url::updateDistReference()`. This fixes #6994.
2018-01-09 17:57:22 +01:00
Jordi Boggiano 188b3a35c8 Tweak license deprecation text to handle + more gracefully, fixes #6981 2018-01-09 17:29:30 +01:00
Nicolas Grekas 5601f07bfa Add RemoteFilesystem::getRemoteContents() extension point 2018-01-08 18:44:31 +01:00
William Sandin 4296fe657f Adding check to confirm POSIX is defined and callable 2018-01-06 19:02:14 +07:00
Nicolas Grekas 251a347efb Fix CTRL+C handling during create-project 2018-01-05 17:18:42 +01:00
Jordi Boggiano 9a443e6d0b Merge branch '1.6' 2018-01-05 15:34:31 +01:00
Jordi Boggiano 20699905ab Update changelog 2018-01-05 15:28:38 +01:00
Jordi Boggiano 74838790b5 Merge branch '1.6' 2018-01-05 15:23:31 +01:00
Jordi Boggiano e6114b2ca7 Fix support for replacing dist refs in gitlab URLs and add support for gitlab/github enterprise too 2018-01-05 15:20:30 +01:00
Jordi Boggiano be040f8e31 Merge branch '1.6' 2018-01-05 08:41:58 +01:00
Jordi Boggiano ac9c7a50e9
Merge pull request #6976 from nicolas-grekas/fix-autoloader
Fix generated static map...
2018-01-05 08:41:10 +01:00
Nicolas Grekas 0c912d6eee Fix generated static map... 2018-01-04 17:31:44 +01:00
Jordi Boggiano 4a7389f5b7 Merge branch '1.6' 2018-01-04 14:44:46 +01:00
Jordi Boggiano 95d5e8dd94 Update changelog 2018-01-04 14:44:42 +01:00
Jordi Boggiano 8c7b13e9be Update content hash 2018-01-04 14:38:40 +01:00
Jordi Boggiano 8ff3a8bcc0 Merge branch '1.6' 2018-01-04 14:28:12 +01:00
Jordi Boggiano 5e223dae61 Update jsonlint dep 2018-01-04 14:27:50 +01:00
Remi Collet b0fa2bd5e2 Fix dependency on seld/jsonlint 1.4
As deprecated flag is used.
2018-01-04 14:26:27 +01:00
Jordi Boggiano ebc3c7d0da
Merge pull request #6973 from nicolas-grekas/fix-autoloader
Fix BC of generated static map
2018-01-04 14:12:15 +01:00
Nicolas Grekas ce70e0e9dd Fix BC of generated static map 2018-01-04 14:11:50 +01:00
Jordi Boggiano 749b4c46b7 Bump branch alias 2018-01-04 12:22:11 +01:00
Jordi Boggiano c962be2f41 Update changelog for 1.6.0 2018-01-04 11:54:19 +01:00
Jordi Boggiano 882b82d542 Add COMPOSER_MEMORY_LIMIT env var to force a given memory_limit, fixes #6931 2018-01-04 10:49:41 +01:00
Jordi Boggiano 5cd0fef7ff Upgrade to SPDX License 3.0 and handle deprecations more gracefully, fixes #6951 2018-01-04 10:42:46 +01:00
Jordi Boggiano ab8437ce06 Merge remote-tracking branch 'swumao/feature-6892' 2018-01-03 16:46:50 +01:00
Jordi Boggiano 3be9591930 Simplify some ClassLoader code, minor memory improvement, fixes #6937 2018-01-03 16:24:22 +01:00
Jordi Boggiano 8a50345df7 Follow ignore-platform-reqs when checking for package requirements, fixes #6859 2018-01-03 15:02:46 +01:00
Jordi Boggiano e2ad3ea85a
Merge pull request #6963 from glensc/patch-2
changelog: fix typo in 1.5.6 entry
2018-01-03 11:58:43 +01:00
Jordi Boggiano f222f7f896
Merge pull request #6961 from carusogabriel/bin
Allow bin key to receive string
2018-01-03 11:58:13 +01:00
Jordi Boggiano 0edc4175a1
Merge pull request #6955 from carusogabriel/clean-documentation
Clean up documentation
2018-01-03 11:54:04 +01:00
Jordi Boggiano e137fe9b9d
Merge pull request #6960 from carusogabriel/singulars-and-plurals
[SvnDownloader] Improve plurals and singulars
2018-01-03 11:53:02 +01:00
Elan Ruusamäe b02aa2e745
changelog: fix typo in 1.5.6 entry 2018-01-02 21:54:00 +02:00
Gabriel Caruso 2ad6f611d7 Allow bin key to receive string 2018-01-02 07:00:55 -02:00
Gabriel Caruso 7aad20cb30 [SvnDownloader] Improve plurals and singulars 2018-01-02 04:41:03 -02:00
William Sandin dbea825871 Raise a warning if current user and owner of deploy dir doesn't match 2017-12-31 19:36:59 +07:00
Gabriel Caruso 486e580db2 Clean up documentation 2017-12-30 18:11:52 -02:00