File tree Expand file tree Collapse file tree 5 files changed +14
-3
lines changed
Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ Biblioteca PHP para la gestión de archivos JSON.
3232
3333## Requisitos
3434
35- Esta biblioteca es compatible con las versiones de PHP: 8.0 | 8.1.
35+ - Sistema operativo: Linux.
36+
37+ - Versiones de PHP: 8.0 | 8.1 | 8.2.
3638
3739## Instalación
3840
Original file line number Diff line number Diff line change 4747 php :
4848 - ' 8.0'
4949 - ' 8.1'
50+ - ' 8.2'
5051 steps :
5152 - name : Checkout Code
5253 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ v2.0.7] ( https://github.com/josantonius/php-json/releases/tag/v2.0.7 ) (2022-09-29)
4+
5+ * Tests for Windows have been added.
6+
7+ * Tests for PHP 8.2 have been added.
8+
39## [ v2.0.6] ( https://github.com/josantonius/php-json/releases/tag/v2.0.6 ) (2022-09-05)
410
511### Added
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ PHP simple library for managing JSON files.
3232
3333## Requirements
3434
35- This library is compatible with the PHP versions: 8.0 | 8.1.
35+ - Operating System: Linux.
36+
37+ - PHP versions: 8.0 | 8.1 | 8.2.
3638
3739## Installation
3840
Original file line number Diff line number Diff line change 5757 "htmlCoverage" : " vendor/bin/phpunit --coverage-html coverage" ,
5858 "phpcs" : " vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');" ,
5959 "phpmd" : " vendor/bin/phpmd src,tests text ./phpmd.xml" ,
60- "phpunit" : " vendor/bin/phpunit --colors=always; " ,
60+ "phpunit" : " vendor/bin/phpunit" ,
6161 "tests" : [
6262 " clear" ,
6363 " @phpmd" ,
You can’t perform that action at this time.
0 commit comments