Burgov / KeyValueFormBundle

A form type for managing key-value pairs
MIT License
44 stars 32 forks source link

Add PHP platform for 7.4 in composer.json and switch away from array_… #38

Closed Kalyse closed 3 years ago

Kalyse commented 3 years ago

…key_exists inside of HashToKeyValueArrayTransformer.php

array_key_exists is deprecated for use on objects in php 7.4 (preparing for PHP 8).