Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
12,049 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 92 repositories not shown
Created a pull request in composer/composer that received 17 comments
Add support for "extra.branch-version"
As discussed in composer/packagist#1125 and in symfony/symfony#38460
- Don't skip Doctrine tests on php 8 (bis)
- Bump igbinary to v3.1.6
- [DoctrinBridge] make Uid types stricter
- [HttpClient] added `extra.trace_content` option to `TraceableHttpClient` to prevent it from keeping the content in memory
- [FrameworkBundle] fix config declaration of http_cache option
- [Contracts] add branch-aliases for dev-main
- [String] fix "is too large" ValueError on PHP 8
- [DI] fix dumping env vars
- [HttpKernel] add `kernel.runtime_env` = `%env(default:kernel.environment:APP_RUNTIME_ENV)%` parameter
- [HttpClient] simplify retry mechanism around RetryStrategyInterface
- [HttpClient] fix reading the body after a ClientException
- [HttpClient] fix decorating timeout errors
- [HttpKernel] add "kernel.mode" for build-time env, keep "kernel.environment" for the runtime env
- [HttpClient] add RetryStrategyInterface
- [Runtime] a new component to decouple apps from global state
- Remove "version" from composer.json files, use "branch-version" instead
- [Cache] skip igbinary < 3.1.6
- [PhpUnitBridge] fix running parallel tests with phpunit 9
- [VarDumper] fix truncating big arrays
- Update versions in composer.json
- Revert "Remove "branch-alias", populate "version""
- Remove "branch-alias", populate "version"
- [HttpClient] add RetryStrategyInterface
- [HttpClient] minor fixes in RetryableHttpClient
- [HttpClient] Always "buffer" empty responses
- Some pull requests not shown.
- [HttpClient] relax auth bearer format requirements
- Refractor AbstractBrowserTest to assertSame
- [FrameworkBundle] remove transport factory service when class does not exist
- [BrowserKit] Add jsonRequest function to the browser-kit client
- [TwigBridge] do not translate null placeholders or titles
- [HttpClient] Fix decorating progress info in AsyncResponse
- [Cache] Use correct expiry in ChainAdapter
- [HttpFoundation] Fix for virtualhosts based on URL path
- [HttpClient] Parameterize list of retryable methods
- [Form] Add missing invalid_message translations
- [ErrorHandler] fix html W3C compliance
- [BrowserKit] Allowing body content from GET with a content-type
- Stop using set-env in GitHub actions
- [PhpUnitBridge] Fix qualification of deprecations triggered by the debug class loader
- [Messenger] Add new Google Pub/Sub transport
- [FrameworkBundle] Missing Changelog for deprecating services
- [HttpFoundation] Fix Range Requests
- [Cache] Make Redis initializers static
- [Messenger][Redis] Adding support for lazy connect
- [CI] Fixed build on AppVeyor
- Remove content-type check on toArray methods
- [Notifier][WebProfilerBundle] Add notifier profiler panel icon
- [Serializer] removed dom property from XmlEncoder
- [TwigBridge] Fix preload hint and remove "unlinked class class@anonymous" warning
- [Serializer] Enabled mapping configuration via attributes
- Some pull request reviews not shown.
Created an issue in composer/packagist that received 24 comments
Accept V.x-dev versions in composer.json
Right now, packagist compares the version field to tags in a strict way: if I put 5.1.x-dev in version, packagist will refuse to publish tag 5.1.42 …

