-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
84 lines (84 loc) · 2.11 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.4",
"ext-intl": "*"
},
"require-dev": {
"brick/date-time": "^0.7",
"brick/math": "^0.12",
"contributte/event-dispatcher-extra": "^0.10",
"dg/composer-frontline": "^0.2",
"doctrine/common": "^3.5",
"doctrine/data-fixtures": "^2.0",
"doctrine/dbal": "^4.2",
"doctrine/orm": "^3.3",
"doctrine/persistence": "^4.0",
"firebase/php-jwt": "^6.11",
"guzzlehttp/guzzle": "^7.9",
"jean85/pretty-package-versions": "^2.1",
"laminas/laminas-diactoros": "^3.5",
"laminas/laminas-httphandlerrunner": "^2.11",
"latte/latte": "^3.0",
"mockery/mockery": "^1.6",
"neomerx/json-api": "^4.0",
"nette/application": "^3.2",
"nette/bootstrap": "^3.2",
"nette/caching": "^3.3",
"nette/di": "^3.2",
"nette/forms": "^3.2",
"nette/schema": "^1.3",
"nette/security": "^3.2",
"nette/tester": "^2.5",
"nette/utils": "^4.0",
"nikic/fast-route": "^1.3",
"php-http/guzzle7-adapter": "^1.1",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^12.0",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"ramsey/uuid": "^4.7",
"rector/rector": "^2.0",
"roave/security-advisories": "dev-master",
"sentry/sentry": "^4.10",
"symfony/event-dispatcher": "^7.2",
"symfony/translation": "^7.2",
"symplify/easy-coding-standard": "^12.5",
"thecodingmachine/phpstan-safe-rule": "^1.4",
"thecodingmachine/safe": "^3.0"
},
"autoload": {
"psr-4": {
"Solcik\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Solcik\\Test\\": "tests"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dg/composer-frontline": true
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}