Framework Documentation - Utilities Package
Updating from Version 2 to Version 3
The following changes were made to the Utilities package between version 2 and version 3.
Minimum supported PHP version raised
All Framework packages now require PHP 8.1 or newer.
Enforce input types
- The
Joomla\Utilities\ArrayHelper::getValue()method now requires the$typeparameter to be a string. - The
Joomla\Utilities\ArrayHelper::toString()method now requires the$innerGlueand$outerGlueparameters to be strings.