File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 1313
1414Biblioteca PHP para manejo de sesiones.
1515
16- > La versión 1.x se considera obsoleta y sin soporte.
17- > En esta versión (2.x) la biblioteca fue completamente reestructurada.
18- > Se recomienda revisar la documentación de esta versión y hacer los cambios necesarios
19- > antes de empezar a utilizarla, ya que no es compatible con la versión 1.x.
20-
2116---
2217
2318- [ Requisitos] ( #requisitos )
@@ -501,7 +496,8 @@ Session::destroy();
501496
502497## Tests
503498
504- Para ejecutar las [ pruebas] ( tests ) necesitarás [ Composer] ( http://getcomposer.org/download/ ) y seguir los siguientes pasos:
499+ Para ejecutar las [ pruebas] ( tests ) necesitarás [ Composer] ( http://getcomposer.org/download/ )
500+ y seguir los siguientes pasos:
505501
506502``` console
507503git clone https://github.com/josantonius/php-session.git
@@ -527,7 +523,8 @@ Ejecutar pruebas de estándares de código con [PHPCS](https://github.com/squizl
527523composer phpcs
528524```
529525
530- Ejecutar pruebas con [ PHP Mess Detector] ( https://phpmd.org/ ) para detectar inconsistencias en el estilo de codificación:
526+ Ejecutar pruebas con [ PHP Mess Detector] ( https://phpmd.org/ )
527+ para detectar inconsistencias en el estilo de codificación:
531528
532529``` console
533530composer phpmd
Original file line number Diff line number Diff line change 1313
1414PHP library for handling sessions.
1515
16- > Version 1.x is considered as deprecated and unsupported.
17- > In this version (2.x) the library was completely restructured.
18- > It is recommended to review the documentation for this version and make the necessary changes
19- > before starting to use it, as it not be compatible with version 1.x.
20-
2116---
2217
2318- [ Requirements] ( #requirements )
@@ -503,7 +498,8 @@ Session::destroy();
503498
504499## Tests
505500
506- To run [ tests] ( tests ) you just need [ composer] ( http://getcomposer.org/download/ ) and to execute the following:
501+ To run [ tests] ( tests ) you just need [ composer] ( http://getcomposer.org/download/ )
502+ and to execute the following:
507503
508504``` console
509505git clone https://github.com/josantonius/php-session.git
You can’t perform that action at this time.
0 commit comments