-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add php 8 support, fix php unit dependency version
- Loading branch information
Showing
2 changed files
with
684 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": [ | ||
|
@@ -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" | ||
} |
Oops, something went wrong.