forked from MicahCarrick/PHP-PayPal-IPN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 987 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
{
"name": "wadeshuler/php-paypal-ipn",
"description": "Forked, Fixed, and Updated on 2-3-2015. A class to listen for and handle Instant Payment Notifications (IPN) from the PayPal server.",
"homepage": "https://github.com/WadeShuler/PHP-PayPal-IPN",
"keywords": ["paypal", "ipn", "php"],
"license": "GPL-2.0+",
"version": "2.5.2",
"authors": [
{
"name": "Wade Shuler",
"homepage": "https://github.com/WadeShuler/"
},
{
"name": "Micah Carrick",
"homepage": "https://github.com/Quixotix/",
"role": "Original Author"
}
],
"support": {
"issues": "https://github.com/WadeShuler/PHP-PayPal-IPN/issues",
"source": "https://github.com/WadeShuler/PHP-PayPal-IPN/"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"wadeshuler\\paypalipn\\": "src/"
}
}
}