Skip to content

Commit 0c65000

Browse files
committed
opened 4.1-dev
1 parent c0b51b6 commit 0c65000

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "4.0-dev"
41+
"dev-master": "4.1-dev"
4242
}
4343
}
4444
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ echo $dumper->dump($var); // prints ['a', 'b', 123]
860860
Compatibility Table
861861
-------------------
862862

863+
- PhpGenerator 4.1 is compatible with PHP 8.0 to 8.3
863864
- PhpGenerator 4.0 is compatible with PHP 8.0 to 8.3
864865
- PhpGenerator 3.6 is compatible with PHP 7.2 to 8.2
865866
- PhpGenerator 3.2 – 3.5 is compatible with PHP 7.1 to 8.0

0 commit comments

Comments
 (0)