Skip to content

Commit

Permalink
add php 8 support, fix php unit dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Jun 27, 2022
1 parent 524c8ff commit f68c55c
Show file tree
Hide file tree
Showing 2 changed files with 684 additions and 391 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
"email": "[email protected]"
},
"require": {
"php": "^5.5 || ^7.0 || ^8.0",
"ext-curl": "*"
"php": "^7.0 || ^8.0 || ^8.1 ",
"ext-curl": "*",
"ext-json": "*"
},
"description": "This is Bangladeshi nagad payment gateway api development library. This library can be used easily as dependency in your php application.",
"keywords": [
Expand All @@ -38,7 +39,7 @@
"minimum-stability": "stable",
"require-dev": {
"filp/whoops": "^2.7",
"phpunit/phpunit": "7"
"phpunit/phpunit": "^7.3|^8.1.3|^9.0.2"
},
"homepage": "https://github.com/arif98741/nagadApi"
}
Loading

0 comments on commit f68c55c

Please sign in to comment.