Skip to content

Commit 4030adc

Browse files
committed
docs: remove warning about version 1.x
Closes #2
1 parent 48378f3 commit 4030adc

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

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

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313

1414
Biblioteca de PHP para obtener mensajes y definiciones de códigos de estado HTTP.
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)
@@ -246,8 +241,7 @@ Ejecutar pruebas unitarias con [PHPUnit](https://phpunit.de/):
246241
composer phpunit
247242
```
248243

249-
Ejecutar pruebas de estándares de código [PSR2](http://www.php-fig.org/psr/psr-2/) con
250-
[PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
244+
Ejecutar pruebas de estándares de código con [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
251245

252246
```console
253247
composer phpcs

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313

1414
PHP library to get HTTP status code messages and definitions.
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)
@@ -246,8 +241,7 @@ Run unit tests with [PHPUnit](https://phpunit.de/):
246241
composer phpunit
247242
```
248243

249-
Run [PSR12](http://www.php-fig.org/psr/psr-12/) code standard tests with
250-
[PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
244+
Run code standard tests with [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
251245

252246
```console
253247
composer phpcs

0 commit comments

Comments
 (0)