-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
Description
This bundle makes lots of string manipulations. Originally we created some utils (e.g. https://github.com/symfony/maker-bundle/blob/master/src/Util/ClassNameDetails.php) and a Str
utility class (https://github.com/symfony/maker-bundle/blob/master/src/Str.php).
The only problem for us is that String
requires using PHP 7.2 (and this project requires the legacy and unmaintained PHP 7.0). Can we update the PHP requirement in the next stable version?
For more info: