Closed cfong63 closed 2 weeks ago
Done and done, thanks for maintaining the project :)
Updated to fix the existing tests
🤦♂️ just learning now that symfony's metadata dumping has a 8.1 dependency.
I'm not versed in how to handle cross-version dependencies. Any quick thoughts? Simplest thing would be to skip this in php 8.0 test and bump the doco I'm guessing but that seems a bit hack-ish
🤦♂️ just learning now that symfony's metadata dumping has a 8.1 dependency.
I'm not versed in how to handle cross-version dependencies. Any quick thoughts? Simplest thing would be to skip this in php 8.0 test and bump the doco I'm guessing but that seems a bit hack-ish
I'm fine dropping support for PHP 8.0, it's dead now anyway. I think it's fair to bump this a major version to note that drop--so we can merge that in and I'll fix up the matrix before cutting the 6.0 release here.
Hopefully its explained in the README changes.
Largely just exposing symfony's
--with-metadata
option for dumping workflow