Skip to content

Commit afc2b67

Browse files
committed
docs: remove warning about 1.x version
Closes #17
1 parent b6946dc commit afc2b67

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/lang/es-ES/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313

1414
Biblioteca 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
507503
git 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
527523
composer 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
533530
composer phpmd

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313

1414
PHP 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
509505
git clone https://github.com/josantonius/php-session.git

0 commit comments

Comments
 (0)