Roy

Results 7 issues of 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: -...

![agpushnote](https://cloud.githubusercontent.com/assets/5683136/6001043/7784239c-aae5-11e4-81e0-ea0f4b11048e.jpg)

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...