Skip to content

Commit d9157df

Browse files
committed
support for PHP 8.3
1 parent ea40f2f commit d9157df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['8.0', '8.1', '8.2']
10+
php: ['8.0', '8.1', '8.2', '8.3']
1111

1212
fail-fast: false
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=8.0 <8.3",
18+
"php": ">=8.0 <8.4",
1919
"nette/utils": "^3.2.9 || ^4.0"
2020
},
2121
"require-dev": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ echo $dumper->dump($var); // prints ['a', 'b', 123]
846846
Compatibility Table
847847
-------------------
848848

849-
- PhpGenerator 4.0 is compatible with PHP 8.0 to 8.2
849+
- PhpGenerator 4.0 is compatible with PHP 8.0 to 8.3
850850
- PhpGenerator 3.6 is compatible with PHP 7.2 to 8.2
851851
- PhpGenerator 3.2 – 3.5 is compatible with PHP 7.1 to 8.0
852852
- PhpGenerator 3.1 is compatible with PHP 7.1 to 7.3

0 commit comments

Comments
 (0)