Skip to content

Commit

Permalink
Maintenance update: Increased minimum PHP version to 7.4, added param…
Browse files Browse the repository at this point in the history
…s and return types, added DocBlocks
  • Loading branch information
Geolim4 committed Dec 23, 2023
1 parent a7a6cb6 commit 08cd35f
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 304 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=7.4.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 08cd35f

Please sign in to comment.