.. |
Autoload
|
Fix issue parsing php files with unterminated comments found inside backticks, fixes #10385
|
2021-12-22 21:42:19 +01:00 |
Command
|
Add --no-scripts to all commands and disable plugins/scripts when running self-update (#10371)
|
2021-12-20 14:23:35 +01:00 |
Config
|
Add allow-plugins config value (#10314)
|
2021-12-07 23:00:48 +01:00 |
Console
|
Fix symfony error handler warnings, fixes #10397 (#10404)
|
2021-12-29 13:30:50 +01:00 |
DependencyResolver
|
fix: Do not optimise away packages due to a requirement by a locked package that will be uninstalled (#10405)
|
2021-12-31 11:49:42 +01:00 |
Downloader
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
EventDispatcher
|
Disable files autoloading for scripts to avoid untrusted code execution at runtime (#10373)
|
2021-12-20 14:27:34 +01:00 |
Exception
|
Fix logic (again)
|
2020-10-25 12:59:01 +00:00 |
Filter/PlatformRequirementFilter
|
Add support for ignoring the upper bound of platform requirements using "name+" notation
|
2021-12-07 13:24:08 +01:00 |
IO
|
Fix symfony error handler warnings, fixes #10397 (#10404)
|
2021-12-29 13:30:50 +01:00 |
Installer
|
Revert "Fix support for .jar binaries, fixes #10426"
|
2022-01-04 16:19:29 +01:00 |
Json
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Package
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Platform
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Plugin
|
Always exclude laminas/laminas-zendframework-bridge:src/autoload.php, fixes #10401
|
2021-12-30 10:44:36 +01:00 |
Question
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Repository
|
Use web URLs for Gitlab support metadata (#10377)
|
2021-12-22 10:54:48 +01:00 |
Script
|
Phpstan level 6 in Composer/Plaform and Composer/Script (#10159) (#10170)
|
2021-10-17 13:52:01 +02:00 |
SelfUpdate
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Util
|
Ensure process timeouts are checked also for async processes
|
2022-01-05 16:49:36 +01:00 |
Cache.php
|
Search improvements (#10336)
|
2021-12-08 11:45:18 +01:00 |
Compiler.php
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Composer.php
|
Reverting release version changes
|
2021-12-31 12:18:54 +01:00 |
Config.php
|
Add allow-plugins config value (#10314)
|
2021-12-07 23:00:48 +01:00 |
Factory.php
|
Add --no-scripts to all commands and disable plugins/scripts when running self-update (#10371)
|
2021-12-20 14:23:35 +01:00 |
InstalledVersions.php
|
Lots of typing improvements
|
2021-10-12 22:47:23 +02:00 |
Installer.php
|
Remove getCode usage as it is not type safe apparently, see https://github.com/phpstan/phpstan-src/pull/795
|
2021-12-30 21:06:27 +01:00 |