-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 975 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
32
33
34
35
{
"name": "silinternational/google-api-php-client-mock",
"version": "2.14.0",
"description": "Attempting to create an intelligent mock of the Google API PHP Client for unit and functional testing.",
"type": "library",
"keywords": [
"google-api-php-client", "mock"
],
"homepage": "https://github.com/silinternational/google-api-php-client-mock",
"license": "MIT",
"authors": [
{
"name": "SIL GTIS",
"email": "[email protected]"
}
],
"require": {
"php": "^8.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"google/apiclient": "^v2.15.0",
"google/apiclient-services": "^v0.312.0",
"webmozart/assert": "1.11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"silinternational/psr3-adapters": "^3.0"
},
"autoload": {
"psr-0": {
"SilMock\\": ""
}
}
}