Roy
Roy
So that the order in which the processors are used by monolog can be determined. Example config: ``` Foo\Bar\Log\Processors\FirstProcessor: tags: - { name: monolog.processor, channel: http } Foo\Bar\Log\Processors\SecondProcessor: tags: -...

So that the order in which the processors are used by monolog can be determined. Example config: ```yaml Foo\Bar\Log\Processors\FirstProcessor: tags: - { name: monolog.processor, channel: http } Foo\Bar\Log\Processors\SecondProcessor: tags: -...
Fixes #112, requires minimum PHP version to be 8.0
`Repository.IsValid` throws exception instead of returning false. **LibGit2Sharp v0.30.0** `false` **LibGit2Sharp v0.31.0** ``` LibGit2Sharp.LibGit2SharpException: 'failed to resolve path 'D': The filename, directory name, or volume label syntax is incorrect. at...