-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
148 lines (148 loc) · 4.97 KB
/
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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "vspoint/web",
"type": "project",
"description": "",
"license": "proprietary",
"version": "0.1.0",
"require": {
"php": "^8.1",
"brick/brick": "dev-master",
"brick/date-time": "^0.4.0",
"brick/math": "^0.9.3",
"brick/money": "^0.5.3",
"composer/ca-bundle": "^1.3.1",
"contributte/application": "^0.5.1@dev",
"contributte/console": "^0.9.2@dev",
"contributte/console-extra": "^0.7.1@dev",
"contributte/di": "^0.5.1@dev",
"contributte/event-dispatcher": "^0.8.1@dev",
"contributte/event-dispatcher-extra": "^0.8.2@dev",
"contributte/flysystem": "^0.4.0@dev",
"contributte/forms-bootstrap": "^0.3.2@dev",
"contributte/guzzlette": "^3.2.2@dev",
"contributte/monolog": "^0.5.0@dev",
"contributte/psr11-container-interface": "^0.5.0@dev",
"contributte/redis": "^0.5.1@dev",
"contributte/translation": "^2.0.0@dev",
"contributte/webpack": "^2.1.1",
"doctrine/annotations": "^1.13.2",
"doctrine/cache": "^1.12.1",
"doctrine/collections": "^1.6.8",
"doctrine/common": "^3.3.0",
"doctrine/data-fixtures": "^1.5.3",
"doctrine/dbal": "^3.3.6",
"doctrine/event-manager": "^1.1.1",
"doctrine/migrations": "^3.5.1",
"doctrine/orm": "^2.12.2",
"doctrine/persistence": "^3.0.2",
"guzzlehttp/guzzle": "^7.4.2",
"guzzlehttp/psr7": "^2.2.1",
"http-interop/http-factory-guzzle": "^1.2.0",
"jean85/pretty-package-versions": "^1.6.0",
"laminas/laminas-code": "^4.5.1",
"laminas/laminas-diactoros": "^2.10.0",
"laminas/laminas-eventmanager": "^3.5.0",
"laminas/laminas-httphandlerrunner": "^1.5.0",
"laminas/laminas-stratigility": "^3.5.0",
"latte/latte": "^2.11.3",
"league/flysystem": "^3.5.1",
"middlewares/fast-route": "^v2.0.1",
"middlewares/negotiation": "^2.1.0",
"middlewares/payload": "^3.0.1",
"middlewares/request-handler": "^2.0.2",
"middlewares/response-time": "^2.0.1",
"middlewares/trailing-slash": "^2.0.1",
"monolog/monolog": "^2.6.0",
"nette/application": "^3.1.5",
"nette/bootstrap": "^3.1.2",
"nette/caching": "^3.1.2",
"nette/component-model": "^3.0.2",
"nette/di": "^3.0.13",
"nette/finder": "^2.5.3",
"nette/forms": "^3.1.6",
"nette/http": "^3.1.6",
"nette/neon": "^3.3.3",
"nette/php-generator": "^4.0.1",
"nette/routing": "^3.0.3",
"nette/schema": "^1.2.2",
"nette/security": "^3.1.5",
"nette/utils": "^3.2.7",
"nettrine/annotations": "^0.7.0@dev",
"nettrine/cache": "^0.3.0@dev",
"nettrine/dbal": "^0.8.0@dev",
"nettrine/fixtures": "^0.6.2@dev",
"nettrine/migrations": "^0.8.0@dev",
"nettrine/orm": "^0.8.3@dev",
"nikic/fast-route": "^1.3.0",
"nikic/php-parser": "^4.13.2",
"php-ds/php-ds": "dev-master",
"php-http/guzzle7-adapter": "^0.1.1",
"psr/container": "^1.1.2",
"psr/http-factory": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1.4",
"psr/simple-cache": "^1.0.1",
"ramsey/uuid": "^4.3.1",
"ramsey/uuid-doctrine": "^1.8.1",
"relay/relay": "^2.1.2",
"sentry/sdk": "^3.1.1",
"sentry/sentry": "^3.4.0",
"solcik/extras": "dev-master",
"symfony/console": "^5.4.8",
"symfony/event-dispatcher": "^5.4.3",
"symfony/http-foundation": "^5.4.8",
"symfony/psr-http-message-bridge": "^2.1.2",
"symfony/string": "^6.0.8",
"symfony/translation": "^6.0.8",
"texy/texy": "^3.1.5",
"thecodingmachine/safe": "^2.1.4",
"tracy/tracy": "^2.9.2",
"vlucas/phpdotenv": "^5.4.1",
"willdurand/negotiation": "^3.1.0"
},
"require-dev": {
"composer/composer": "^2.3.5",
"jetbrains/phpstorm-stubs": "dev-master",
"mockery/mockery": "^1.5.0",
"pepakriz/phpstan-exception-rules": "^0.12.0",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.6.8",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-doctrine": "^1.3.1",
"phpstan/phpstan-mockery": "^1.1.0",
"phpstan/phpstan-nette": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.2.3",
"phpstan/phpstan-symfony": "^1.1.8",
"phpunit/phpunit": "^9.5.20",
"rector/rector": "^v0.12.23@dev",
"roave/security-advisories": "dev-master",
"slam/phpstan-extensions": "^6.0.0",
"slevomat/coding-standard": "dev-master",
"spaze/phpstan-disallowed-calls": "^v2.3.2",
"symplify/easy-coding-standard": "^10.2.3",
"thecodingmachine/phpstan-safe-rule": "^1.2.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": false,
"dealerdirect/phpcodesniffer-composer-installer": false
}
},
"autoload": {
"psr-4": {
"VsPoint\\": "src/VsPoint"
}
},
"autoload-dev": {
"psr-4": {
"VsPoint\\Test\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}