Skip to content

Commit c4ba203

Browse files
initial
1 parent 693712b commit c4ba203

File tree

6 files changed

+2659
-39
lines changed

6 files changed

+2659
-39
lines changed

Diff for: composer.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "webirr/webirr",
33
"type": "library",
4+
"version": "1.0.0",
45
"description": "Official PHP Client Library for WeBirr Payment Gateway APIs",
5-
"keywords": ["ethiopia, fintech"],
6+
"keywords": ["ethiopia", "fintech"],
67
"homepage": "https://github.com/webirr/webirr-api-php-client",
78
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "WeBirr",
12+
"email": "[email protected]",
13+
"homepage": "https://webirr.com"
14+
}
15+
],
816
"require": {
9-
"php": "^5.6|^7.0|^8.0",
10-
"guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
11-
"guzzlehttp/psr7": "^1.2"
17+
"php": "^7.2.5||^8.0",
18+
"guzzlehttp/guzzle": "^7.3",
19+
"guzzlehttp/psr7": "^1.8||^2.0"
1220
},
1321
"require-dev": {
14-
"phpunit/phpunit": "^5.7||^8.5.13",
15-
"composer/composer": "^1.10.22"
22+
"phpunit/phpunit": "^9.5"
1623
},
1724
"autoload": {
1825
"psr-4": {
19-
"webirr\\": "src/"
20-
},
21-
"files": [
22-
"src/WeBirrClient.php"
23-
],
24-
"classmap": [
25-
"src/WeBirrClient.php"
26-
]
26+
"WeBirr\\": "src/"
27+
}
2728
}
28-
2929
}

0 commit comments

Comments
 (0)