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", "type": "library",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8", "php": "^8.2",
"guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/guzzle": "^7.4.5",
"spatie/data-transfer-object": "^3.9" "spatie/data-transfer-object": "^3.9"
}, },

4
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a78e0048fc3597396acab3a0be5989b4", "content-hash": "7364c4b7d7bc5996960ea3dafcba82ef",
"packages": [ "packages": [
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@@ -1453,7 +1453,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8" "php": "^8.2"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"