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.
32
32
33
33
## Requisitos
34
34
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.
36
38
37
39
## Instalación
38
40
Original file line number Diff line number Diff line change 47
47
php :
48
48
- ' 8.0'
49
49
- ' 8.1'
50
+ - ' 8.2'
50
51
steps :
51
52
- name : Checkout Code
52
53
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
9
## [ v2.0.6] ( https://github.com/josantonius/php-json/releases/tag/v2.0.6 ) (2022-09-05)
4
10
5
11
### Added
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ PHP simple library for managing JSON files.
32
32
33
33
## Requirements
34
34
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.
36
38
37
39
## Installation
38
40
Original file line number Diff line number Diff line change 57
57
"htmlCoverage" : " vendor/bin/phpunit --coverage-html coverage" ,
58
58
"phpcs" : " vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');" ,
59
59
"phpmd" : " vendor/bin/phpmd src,tests text ./phpmd.xml" ,
60
- "phpunit" : " vendor/bin/phpunit --colors=always; " ,
60
+ "phpunit" : " vendor/bin/phpunit" ,
61
61
"tests" : [
62
62
" clear" ,
63
63
" @phpmd" ,
You can’t perform that action at this time.
0 commit comments