diff --git a/composer.json b/composer.json index a1a787f..363001b 100644 --- a/composer.json +++ b/composer.json @@ -19,18 +19,18 @@ } ], "require": { - "php": "^7.2.5|^8.0", + "php": "^7.0|^8.0", "ext-json": "*", "ext-intl": "*", "dompdf/dompdf": "^0.8.6|^1.0", - "illuminate/contracts": "^7.0|^8.0", - "illuminate/database": "^8.4", - "illuminate/http": "^7.0|^8.0", - "illuminate/log": "^7.0|^8.0", - "illuminate/notifications": "^7.0|^8.0", - "illuminate/routing": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0", - "illuminate/view": "^7.0|^8.0", + "illuminate/contracts": "^8.0|^9.0", + "illuminate/database": "^8.4|^9.0", + "illuminate/http": "^8.0|^9.0", + "illuminate/log": "^8.0|^9.0", + "illuminate/notifications": "^8.0|^9.0", + "illuminate/routing": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0", + "illuminate/view": "^8.0|^9.0", "moneyphp/money": "^3.2", "nesbot/carbon": "^2.0", "symfony/http-kernel": "^5.0", diff --git a/src/Knet.php b/src/Knet.php index 4196a23..f097d82 100644 --- a/src/Knet.php +++ b/src/Knet.php @@ -20,7 +20,7 @@ class Knet * * @var string */ - const VERSION = '2.0.0'; + const VERSION = '2.1.0'; /** * The KPay API version.