This commit is contained in:
2024-03-10 23:21:23 -04:00
parent 69a3c3f157
commit 562b740d68
4 changed files with 500 additions and 145 deletions

View File

@@ -16,9 +16,9 @@
},
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"php": ">=8.3.0",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^7.8"
}
}