mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 09:35:44 -05:00
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.)
7 lines
96 B
JSON
7 lines
96 B
JSON
{
|
|
"require": {
|
|
"google/apiclient": "^2.2",
|
|
"sentry/sentry": "^1.10"
|
|
}
|
|
}
|