-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 861 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 861 Bytes
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
{
"name": "php-jsonrpc/poc-monorepo",
"description": "Organization monorepo",
"license": "proprietary",
"type": "project",
"authors": [
{
"name": "Yoanm",
"email": "yoanm@users.noreply.github.com"
}
],
"require": {
"php": "^8.2",
"composer/semver": "^3.3",
"symfony/console": "^6.2",
"symfony/dependency-injection": "^6.2",
"symfony/filesystem": "^6.2",
"symfony/process": "^6.2",
"symfony/yaml": "^6.2",
"symplify/monorepo-builder": "^11.2"
},
"autoload": {
"psr-4": {
"PhpJsonRpc\\Builder\\": "builder/src"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"minimum-stability": "stable"
}