-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
84 lines (84 loc) · 2.24 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
{
"name": "solcik/extras",
"description": "",
"license": "MIT",
"type": "library",
"homepage": "https://github.com/solcik/extras",
"authors": [
{
"name": "David Solc",
"email": "[email protected]",
"homepage": "https://solc.dev"
}
],
"require": {
"php": ">=8.2.0",
"ext-intl": "*"
},
"require-dev": {
"brick/date-time": "^0.2.2",
"brick/math": "^0.9.1",
"contributte/event-dispatcher-extra": "^0.8.0",
"doctrine/common": "^3.1.0",
"doctrine/data-fixtures": "^1.4.4",
"doctrine/dbal": "^2.12.1",
"doctrine/orm": "^2.8.1",
"doctrine/persistence": "^2.1.0",
"firebase/php-jwt": "^6.10.0",
"guzzlehttp/guzzle": "^7.2.0",
"jean85/pretty-package-versions": "^1.5.1",
"laminas/laminas-diactoros": "^2.5.0",
"laminas/laminas-httphandlerrunner": "^1.3.0",
"latte/latte": "^2.9.1",
"neomerx/json-api": "^4.0.1",
"nette/application": "^3.0.7",
"nette/bootstrap": "^3.0.2",
"nette/caching": "^3.0.2",
"nette/di": "^3.0.6",
"nette/forms": "^3.0.7",
"nette/reflection": "^2.4.2",
"nette/schema": "^1.0.3",
"nette/security": "^3.0.5",
"nette/tester": "^2.3.4",
"nette/utils": "^3.2.0",
"nikic/fast-route": "^1.3.0",
"pepakriz/phpstan-exception-rules": "^0.12.0",
"php-http/guzzle7-adapter": "^0.1.1",
"php-parallel-lint/php-console-highlighter": "^0.4.0",
"php-parallel-lint/php-parallel-lint": "^1.3.0",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpunit/phpunit": "^9.5.14",
"psr/http-message": "^1.0.1",
"psr/http-server-handler": "^1.0.1",
"psr/http-server-middleware": "^1.0.1",
"ramsey/uuid": "^4.1.1",
"roave/security-advisories": "dev-master",
"sentry/sentry": "^3.1.1",
"symfony/event-dispatcher": "^5.2.0",
"symfony/translation": "^5.2.0",
"symplify/easy-coding-standard": "^10.1.0",
"thecodingmachine/phpstan-safe-rule": "^1.2.0",
"thecodingmachine/safe": "^2.1.2"
},
"autoload": {
"psr-4": {
"Solcik\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Solcik\\Test\\": "tests"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false,
"php-http/discovery": true
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}