Skip to content

Commit

Permalink
chore(php8.2) - Added 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MairoA committed Feb 23, 2023
1 parent ce80c4e commit 7eba5cb
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 617 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "EUPL-1.1",
"version": "1.3.6",
"require": {
"php": "^7.4|^8.0|^8.1",
"php": "^8.1|^8.2",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/http-foundation": "^5.0",
"symfony/http-foundation": "^6.0",
"guzzlehttp/guzzle": "^7.3"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7eba5cb

Please sign in to comment.