Skip to content

Commit

Permalink
EA-6324:
Browse files Browse the repository at this point in the history
- make it compatible to php 8.2
  • Loading branch information
KaiSchwendig committed Mar 7, 2024
1 parent 03f7965 commit 272f05c
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 765 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"description": "SCX-API Base Client",
"license": "MIT",
"require": {
"php": "8.0.*|8.1.*",
"php": "8.1.*|8.2.*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/uri-template": "^0.2.0 || ^1.0.0"
Expand Down

0 comments on commit 272f05c

Please sign in to comment.