-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
85 lines (73 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
85
{
"type": "project",
"license": "AGPL-3.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "8.2.0"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/burki/LiipUrlAutoConverterBundle.git"
},
{
"type": "vcs",
"url": "https://github.com/burki/scssphp-bundle"
}
],
"require": {
"php": "^8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
"symfony/config": "^7.2",
"symfony/finder": "^7.2",
"symfony/filesystem": "^7.2",
"symfony/yaml": "^7.2",
"symfony/expression-language": "^7.2",
"symfony/console": "^7.2",
"symfony/framework-bundle": "^7.2",
"symfony/http-foundation": "^7.2",
"symfony/event-dispatcher": "^7.2",
"symfony/cache": "^7.2",
"symfony/routing": "^7.2",
"gjuric/i18n-routing-bundle": "^3.2",
"symfony/security-core": "^7.2",
"jms/translation-bundle": "^2.6",
"symfony/twig-bundle": "@stable",
"twig/string-extra": "^3.20",
"twig/intl-extra": "^3.20",
"twig/extra-bundle": "^3.20",
"symfony/validator": "^7.2",
"symfony/property-access": "^7.2",
"symfony/monolog-bundle": "^3.7",
"symfony/monolog-bridge": "^7.2",
"knplabs/knp-menu-bundle": "^3.5",
"symfony/asset": "^7.2",
"armin/scssphp-bundle": "dev-master",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/orm": "^3.0",
"stof/doctrine-extensions-bundle": "@stable",
"scienta/doctrine-json-functions": "6.3",
"cocur/slugify": "^4.0",
"liip/url-auto-converter-bundle": "dev-master",
"symfony/dom-crawler": "^7.2",
"symfony/css-selector": "^7.2",
"symfony/web-profiler-bundle": "^7.2",
"symfony/debug-bundle": "^7.2",
"symfony/http-client": "^7.2",
"openspout/openspout": "^4.0"
},
"require-dev": {
"doctrine/annotations": "^2.0",
"friendsofphp/php-cs-fixer": "^3.69"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}