pokemon-showdown-client/composer.json
Guangcong Luo 817a3a9c41 Add Sentry to composer.json
Our Composer dependencies are all optional at the moment - Sentry is
only used in the live config file, and we stopped using Google's PHP API
because it was too buggy (we're calling out to Node instead).

(This also removes composer.lock; lockfiles are really unnecessary for
PS's use-case.)
2019-02-27 05:16:17 -05:00

7 lines
96 B
JSON

{
"require": {
"google/apiclient": "^2.2",
"sentry/sentry": "^1.10"
}
}