diff --git a/composer.json b/composer.json index 683bee4..3e10cd7 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "email": "arif98741@gmail.com" }, "require": { - "php": "^7.0|^8.0|^8.1", + "php": "^7.2|^8.0|^8.1|^8.2", "ext-curl": "*", "ext-json": "*", "nesbot/carbon": "^2.59", diff --git a/composer.lock b/composer.lock index 2cb99f8..98ed285 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7684578ef121b77c250cebbb8e1f216f", + "content-hash": "860752e7f11ba40ed1d0b07a4b2c5cc1", "packages": [ { "name": "nesbot/carbon", - "version": "2.59.1", + "version": "2.64.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5" + "reference": "889546413c97de2d05063b8cb7b193c2531ea211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5", - "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211", + "reference": "889546413c97de2d05063b8cb7b193c2531ea211", "shasum": "" }, "require": { @@ -28,7 +28,7 @@ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { - "doctrine/dbal": "^2.0 || ^3.0", + "doctrine/dbal": "^2.0 || ^3.1.4", "doctrine/orm": "^2.7", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", @@ -106,7 +106,7 @@ "type": "tidelift" } ], - "time": "2022-06-29T21:43:55+00:00" + "time": "2022-11-26T17:36:00+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2408,9 +2408,10 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.0|^8.0|^8.1", + "php": "^7.2|^7.3|^8.0|^8.1|^8.2", "ext-curl": "*", - "ext-json": "*" + "ext-json": "*", + "ext-openssl": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0"