forked from googleapis/google-cloud-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.14 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
36
37
38
39
40
41
42
{
"type": "library",
"description": "Development commands for the google/cloud library",
"require": {
"php": ">=8.1",
"vierbergenlars/php-semver": "^3.0",
"symfony/console": " ^6.2",
"symfony/yaml": "^3.3||^6.0",
"symfony/process": "^6.0",
"google/cloud": "dev-parent",
"symfony/filesystem": "^6.0",
"twig/twig": "^3.5",
"phpstan/phpstan": "^2.0",
"symfony/finder": "^6.2",
"nikic/php-parser": "v5.7.0",
"kcs/class-finder": "^0.6.1"
},
"autoload": {
"psr-4": {
"Google\\Cloud\\Dev\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpspec/prophecy-phpunit": "^2.0",
"swaggest/json-schema": "^0.12.0",
"phpdocumentor/reflection": "^7.0",
"erusev/parsedown": "^1.7",
"dg/bypass-finals": "^1.7"
},
"repositories": {
"google-cloud": {
"type": "path",
"url": "../",
"options": {
"versions": {
"google/cloud": "dev-parent"
}
}
}
}
}