Skip to content

Commit

Permalink
- Support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
aemaddin committed Jun 8, 2022
1 parent e3c92aa commit b6b5974
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Knet.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Knet
*
* @var string
*/
const VERSION = '2.0.0';
const VERSION = '2.1.0';

/**
* The KPay API version.
Expand Down

0 comments on commit b6b5974

Please sign in to comment.