Support for PHP 8 Route Attributes
Hi Makers!
This release adds support for generating routes with PHP 8's Route attributes instead of the @Route
annotation if you're using PHP 8:
- Use PHP 8 Route attributes when using PHP 8 - #725 thanks to @jrushlow!
- Improve version detection by reading config.platform.php - #728 thanks to @jrushlow!
Happy making!