LinioIT / dynamic-form-bundle

Generates symfony forms based on Yaml configuration files
18 stars 11 forks source link

Add Symfony 3.0 support and require PHP 7.1 #16

Closed nesl247 closed 7 years ago

nesl247 commented 7 years ago

This adds support for Symfony 3.0 and requires PHP 7.1. This drops support for older versions in order to use class name resolution in 5.5. However, because bumping to 5.5 would also be a BC break, might as well bump to 7.1 in preparation for adding support for scalar type hints and such in a future release.