If ACL\Login is used, the loginGetLocale() call should be used to fetch the locale data set during login Language\L10n now has new encoding/charset optional parameter 4 If the locale does not have a charset set the defautl charset is UTF-8 unless set via the new parameter or setOverrideEncoding() Because of the deprecation of the getLocales call the following methods do no longer need $locales - Admin\Backend - Admin\EditBase - Output\Form\Generate - Template\SmartyExtend They all use the new l10n->getLocaleAsArray() call to set all the local variables * Admin\EditBase has new parameter "options" to set - cache_id - compile_id which must be passed on the SmartyExtend class init
22 lines
532 B
JSON
22 lines
532 B
JSON
{
|
|
"name": "egrajp/development-corelibs-dev",
|
|
"version": "dev-master",
|
|
"description": "CoreLibs: Development package",
|
|
"type": "library",
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"phan/phan": "^5.4",
|
|
"phpstan/extension-installer": "^1.2",
|
|
"vimeo/psalm": "^5.7",
|
|
"phpstan/phpstan-deprecation-rules": "^1.1"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.1"
|
|
}
|
|
}
|