Skip to content

Commit

Permalink
Merge branch 'release/v3.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Nov 17, 2023
2 parents 34d99b4 + 6e333e7 commit 4605aca
Show file tree
Hide file tree
Showing 26 changed files with 1,070 additions and 563 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v 3.1.0 17/11/2023
* Eleva requerimiento minimo de PHP a 8.1
* Los métodos que contienen búsquedas en arreglos ahora utilizan comparación estricta, asegurese de enviar los tipos esperados.
* Actualización de dependencias por cuestiones de seguridad
* Actualizacion de casos de Test

## v 3.0.0 28/12/2022
* Cambios en generación de documentación, se hace compatible con OAS 3.0
* Cambio en rest_hidratador::deshidratar_fila rompe compatibilidad hacia atras
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Libreria para servicios REST",
"homepage": "http://toba.siu.edu.ar",
"require": {
"php": ">=5.6.0",
"doctrine/cache": "~1.4",
"php": ">=8.1.0",
"doctrine/cache": "~1.13",
"siu-toba/ssl-cert-utils": "1.0",
"siu-toba/jwt-util": "~1.0.0"
},
Expand All @@ -14,6 +14,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.0"
"phpunit/phpunit": "^9.5"
}
}
Loading

0 comments on commit 4605aca

Please sign in to comment.