-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
32 lines (32 loc) · 989 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "zfhassaan/easypaisa",
"description": "Unlock the power of EasyPaisa Payment Gateway in Laravel 9 and Laravel 10. Accept payments seamlessly and securely, empowering your business to thrive in the digital era. Experience hassle-free integration and provide a seamless checkout experience for your customers.",
"type": "library",
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.7"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Zfhassaan\\Easypaisa\\": "src/"
}
},
"authors": [
{
"name": "Hassaan Ali",
"email": "[email protected]"
}
],
"extra": {
"laravel": {
"providers": [
"Zfhassaan\\Easypaisa\\EasyPaisaServiceProvider"
],
"aliases": {
"easypaisa": "Zfhassaan\\Easypaisa\\Facade\\EasypaisaFacade"
}
}
},
"minimum-stability": "stable"
}