@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
phorge
phabricator
1{
2 "name": "stripe/stripe-php",
3 "description": "Stripe PHP Library",
4 "keywords": [
5 "stripe",
6 "payment processing",
7 "api"
8 ],
9 "homepage": "https://stripe.com/",
10 "license": "MIT",
11 "authors": [
12 {
13 "name": "Stripe and contributors",
14 "homepage": "https://github.com/stripe/stripe-php/contributors"
15 }
16 ],
17 "require": {
18 "php": ">=5.2",
19 "ext-curl": "*",
20 "ext-json": "*",
21 "ext-mbstring": "*"
22 },
23 "require-dev": {
24 "simpletest/simpletest": "*"
25 },
26 "autoload": {
27 "classmap": ["lib/Stripe/"]
28 }
29}