consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Support Symfony 6 #96

Closed Naktibalda closed 2 years ago

Naktibalda commented 2 years ago

Overview

This pull request:

Summary

After implementing support for Symfony 5.2 - 5.4, I felt like I left something unfinished because Symfony 6 is not supported. This library is a dependency of consolidation/annotated-command , so it must be updated first.

All tests passed with symfony 6.0.1 libraries.

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (5a83897) into main (2a1a541) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #96   +/-   ##
=========================================
  Coverage     91.46%   91.46%           
  Complexity      517      517           
=========================================
  Files            50       50           
  Lines          1242     1242           
=========================================
  Hits           1136     1136           
  Misses          106      106           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a1a541...5a83897. Read the comment docs.

greg-1-anderson commented 2 years ago

Thanks for providing Symfony 6 support!

greg-1-anderson commented 2 years ago

Tagged 4.2.0