Skip to content

Commit 17c05fa

Browse files
committed
docs: remove warning about version 1.x
1 parent 9245654 commit 17c05fa

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://poser.pugx.org/josantonius/cookie/license)](LICENSE)
55
[![Total Downloads](https://poser.pugx.org/josantonius/cookie/downloads)](https://packagist.org/packages/josantonius/cookie)
66
[![CI](https://github.com/josantonius/php-cookie/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/josantonius/php-cookie/actions/workflows/ci.yml)
7-
[![CodeCov](https://codecov.io/gh/josantonius/php-cookie/branch/master/graph/badge.svg)](https://codecov.io/gh/josantonius/php-cookie)
7+
[![CodeCov](https://codecov.io/gh/josantonius/php-cookie/branch/main/graph/badge.svg)](https://codecov.io/gh/josantonius/php-cookie)
88
[![PSR1](https://img.shields.io/badge/PSR-1-f57046.svg)](https://www.php-fig.org/psr/psr-1/)
99
[![PSR4](https://img.shields.io/badge/PSR-4-9b59b6.svg)](https://www.php-fig.org/psr/psr-4/)
1010
[![PSR12](https://img.shields.io/badge/PSR-12-1abc9c.svg)](https://www.php-fig.org/psr/psr-12/)
@@ -13,11 +13,6 @@
1313

1414
Biblioteca PHP para el manejo de cookies.
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)
@@ -432,8 +427,7 @@ Ejecutar pruebas unitarias con [PHPUnit](https://phpunit.de/):
432427
composer phpunit
433428
```
434429

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

438432
```console
439433
composer phpcs

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://poser.pugx.org/josantonius/cookie/license)](LICENSE)
55
[![Total Downloads](https://poser.pugx.org/josantonius/cookie/downloads)](https://packagist.org/packages/josantonius/cookie)
66
[![CI](https://github.com/josantonius/php-cookie/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/josantonius/php-cookie/actions/workflows/ci.yml)
7-
[![CodeCov](https://codecov.io/gh/josantonius/php-cookie/branch/master/graph/badge.svg)](https://codecov.io/gh/josantonius/php-cookie)
7+
[![CodeCov](https://codecov.io/gh/josantonius/php-cookie/branch/main/graph/badge.svg)](https://codecov.io/gh/josantonius/php-cookie)
88
[![PSR1](https://img.shields.io/badge/PSR-1-f57046.svg)](https://www.php-fig.org/psr/psr-1/)
99
[![PSR4](https://img.shields.io/badge/PSR-4-9b59b6.svg)](https://www.php-fig.org/psr/psr-4/)
1010
[![PSR12](https://img.shields.io/badge/PSR-12-1abc9c.svg)](https://www.php-fig.org/psr/psr-12/)
@@ -13,11 +13,6 @@
1313

1414
PHP library for handling cookies.
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)
@@ -443,8 +438,7 @@ Run unit tests with [PHPUnit](https://phpunit.de/):
443438
composer phpunit
444439
```
445440

446-
Run [PSR2](http://www.php-fig.org/psr/psr-2/) code standard tests with
447-
[PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
441+
Run code standard tests with [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
448442

449443
```console
450444
composer phpcs

0 commit comments

Comments
 (0)