Skip to content

Commit 08cd35f

Browse files
committed
Maintenance update: Increased minimum PHP version to 7.4, added params and return types, added DocBlocks
1 parent a7a6cb6 commit 08cd35f

File tree

3 files changed

+425
-304
lines changed

3 files changed

+425
-304
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.4.0"
23+
"php": ">=7.4.0",
24+
"ext-json": "*"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)