-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
90 lines (90 loc) · 2.75 KB
/
composer.json
File metadata and controls
90 lines (90 loc) · 2.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "survos/workflow-helper-bundle",
"description": "Add some tools for using the Symfony Workflow Component",
"keywords": [
"symfony-ux",
"workflow"
],
"license": "MIT",
"authors": [
{
"name": "Tac Tacelosky",
"email": "tacman@gmail.com"
}
],
"type": "symfony-bundle",
"require": {
"php": "^8.4",
"doctrine/orm": "^3.5",
"symfony/console": "^7.3",
"symfony/http-kernel": "^7.3",
"symfony/messenger": "^7.3",
"symfony/process": "^7.3",
"symfony/workflow": "^7.3",
"symfony/yaml": "^7.3",
"survos/core-bundle": "^1.6",
"symfony/string": "^7.3",
"jwage/phpamqplib-messenger": "^0.8.1"
},
"require-dev": {
"phpstan/phpstan": "^2.1.17",
"symfony/browser-kit": "^7.3",
"symfony/config": "^7.3",
"symfony/dependency-injection": "^7.3",
"symfony/form": "^7.3",
"symfony/framework-bundle": "^7.3",
"symfony/maker-bundle": "^1.64",
"symfony/twig-bundle": "^7.3",
"symfony/var-dumper": "^7.3",
"zenstruck/class-metadata": "^1.1",
"psr/log": "^3.0.2",
"survos/bootstrap-bundle": "^1.5.529",
"nette/php-generator": "^4.1.8",
"phpunit/phpunit": "^12.2.6",
"roave/better-reflection": "^6.59",
"zenstruck/messenger-monitor-bundle": "^0.5.4"
},
"autoload": {
"psr-4": {
"Survos\\WorkflowBundle\\": "src/"
}
},
"extra": {
"symfony": {
"require": "^7.3",
"allow-contrib": "true"
},
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"config": {
"allow-plugins": {
"survos/installer": true,
"zenstruck/class-metadata": true
}
},
"conflict": {
"survos/maker-bundle": "<1.2.57",
"survos/html-prettify-bundle": "<1.2.57",
"survos/barcode-bundle": "<1.2.57",
"survos/api-grid-bundle": "<1.2.57",
"survos/inspection-bundle": "<1.2.57",
"survos/faker-bundle": "<1.2.57",
"survos/doc-bundle": "<1.2.57",
"survos/auth-bundle": "<1.2.57",
"survos/grid-bundle": "<1.2.57",
"survos/crawler-bundle": "<1.2.57",
"survos/tree-bundle": "<1.2.57",
"survos/location-bundle": "<1.2.57",
"survos/command-bundle": "<1.2.57",
"survos/ruler-bundle": "<1.2.57",
"survos/providence-bundle": "<1.2.57",
"survos/stripe-product": "<1.2.57",
"survos/bootstrap-bundle": "<1.2.57",
"survos/wiki-bundle": "<1.2.57",
"survos/import-bridge": "<1.2.57",
"survos/grid-group-bundle": "<1.2.57"
},
"prefer-stable": true
}