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
11,062 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in symfony/symfony that received 6 comments
- [PhpUnitBridge] fix running parallel tests with phpunit 9
- [VarDumper] fix truncating big arrays
- Update versions in composer.json
- Revert "Remove "branch-alias", populate "version""
- [HttpClient] add RetryStrategyInterface
- [HttpClient] minor fixes in RetryableHttpClient
- [HttpClient] Always "buffer" empty responses
- [HttpClient] fix unsetting context[ssl][peer_name]
- [HttpClient] fix using proxies with NativeHttpClient
- [Routing] fix using !important and defaults/reqs in inline route definitions
- [Ldap] Bypass the use of `ldap_control_paged_result` on PHP >= 7.3
- [HttpClient] Parameterize list of retryable methods
- [HttpClient] Add jitter to RetryBackoff
- [Translation] Rename Translatable class to TranslatableMessage
- Move to the new default 5.x branch
- [DoctrineBridge] fix and replace namespace to Uid
- [Cache] Allow ISO 8601 time intervals to specify default lifetime
- [Validator] Migrate File and Image constraints to attributes
- [FrameworkBundle] Add option --as-tree to translation:update command
- [FrameworkBundle] Add check for installed yaml component
- [HttpClient] change piority of RetryableHttpClient
- [Validator] prevent hash collisions caused by reused object hashes
- [PropertyInfo] Fix failure over array<string,mixed> PhpDoc type
- [PhpUnitBridge] Fix Deprecation file when it comes from the TestsListener
- [Validator] Use comparison constraints as attributes
- [FrameworkBundle] disallow FrameworkBundle 4.4+
- [HttpClient] Fix exception triggered with AsyncResponse
- [4.4] Ignore more deprecations for Mockery mocks
- [ErrorHandler][DebugClassLoader] Do not check Mockery mocks classes
- [HttpClient] Fix using https with proxies
- [HttpClient] provide response body to the RetryDecider
- Can define ChatMessage transport to null
- [TwigBundle] Only remove kernel exception listener if twig is used
- [Framework] Add tag assets.package to register asset packages
- [DI] Fix changelog
- Some pull request reviews not shown.
Created an issue in composer/packagist that received 5 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 …