-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ajustes php8.3 #26
base: develop
Are you sure you want to change the base?
Ajustes php8.3 #26
Conversation
composer.json
Outdated
@@ -4,6 +4,7 @@ | |||
"homepage": "http://toba.siu.edu.ar", | |||
"require": { | |||
"php": ">=8.1.0", | |||
"ext-mbstring": "^8.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ext-mbstring": "^8.1", | |
"ext-mbstring": "*", |
Suele ser sin especificar la versión de la extensión. O encontraste algún detalle ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Faltaría el changelog "Compatibilidad con PHP 8.2 a 8.3"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/SIU-Toba/rest/blob/v3.1.0/src/SIUToba/rest/http/vista_json.php#L22
Se puede eliminar asumiendo PHP 8.1
Cambios para php8.3