Skip to content

Commit

Permalink
feat: supporting 2024-07 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
panxl6 committed Jul 29, 2024
1 parent 07fc1b2 commit 9ed849b
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 139 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=8.0.0",
"guzzlehttp/guzzle": "6.5.8",
"phpseclib/phpseclib": "3.0.37",
"symfony/serializer": "^3.4",
"symfony/property-access": "^3.4",
"symfony/property-info": "^3.4",
"phpdocumentor/reflection-docblock": ">=4.0",
"phpdocumentor/reflection-docblock": ">=5.4",
"ext-json": "*",
"ext-mbstring": "*"
},
Expand Down
Loading

0 comments on commit 9ed849b

Please sign in to comment.