feat: bump php to 8.2

This commit is contained in:
2024-08-15 04:15:37 +03:00
parent 1890db1701
commit 7d8d430966
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.4.5",
"spatie/data-transfer-object": "^3.9"
},