zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

Fix: replace curly offset access brace with square brackets #272

Closed michalbundyra closed 4 years ago

michalbundyra commented 5 years ago

As of PHP 7.4: the array and string offset access syntax using curly braces is deprecated.

froschdesign commented 5 years ago

Reference: https://wiki.php.net/rfc/deprecate_curly_braces_array_access

samsonasik commented 5 years ago

7.4snapshot need to be added to .travis.yml

froschdesign commented 5 years ago

@samsonasik

7.4snapshot need to be added to .travis.yml

We need a strategy for this, otherwise a new problem will arise at the end of November: we need to change the configuration for Travis again - manually.