Remove product literal strings in "pht()", part 23
[phabricator.git] / externals / stripe-php / composer.json
blob42b50e39719ef8fbbc1fd0d2f33fb816f850310e
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   }