-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathcomposer.json
More file actions
64 lines (64 loc) · 1.93 KB
/
composer.json
File metadata and controls
64 lines (64 loc) · 1.93 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
{
"name": "joomla/framework-website",
"description": "Application code for framework.joomla.org",
"homepage": "http://github.com/joomla/framework.joomla.org",
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.3",
"ext-json": "*",
"ext-pdo": "*",
"fig/link-util": "^1.1",
"joomla/application": "^4.0",
"joomla/console": "^4.0",
"joomla/controller": "^4.0",
"joomla/database": "^4.0",
"joomla/di": "^4.0",
"joomla/event": "^4.0",
"joomla/filesystem": "^4.0",
"joomla/filter": "^4.0",
"joomla/github": "^4.0",
"joomla/http": "^4.0",
"joomla/input": "^4.0",
"joomla/model": "^4.0",
"joomla/preload": "^4.0",
"joomla/registry": "^4.0",
"joomla/renderer": "dev-4.x-dev",
"joomla/router": "^4.0",
"joomla/string": "^4.0",
"joomla/uri": "^4.0",
"joomla/utilities": "^4.0",
"joomla/view": "^4.0",
"laminas/laminas-diactoros": "^3.6.0",
"monolog/monolog": "^2.1",
"psr/link": "^2.0",
"ramsey/uuid": "^4.0.1",
"robmorgan/phinx": "^0.16.1",
"symfony/asset": "^v7.2.0",
"symfony/cache": "^7.3.1",
"symfony/process": "^7.1.7.0",
"symfony/web-link": "^v7.3.0",
"symfony/yaml": "^v7.3.1",
"theiconic/php-ga-measurement-protocol": "^2.7.2",
"twig/twig": "^3.19.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.59",
"squizlabs/php_codesniffer": "^3.10",
"php-debugbar/php-debugbar": "^v2.2.4",
"phpstan/phpstan": "^2.1.19",
"phpstan/phpstan-deprecation-rules": "^2.0.3"
},
"replace": {
"paragonie/random_compat": "*"
},
"autoload": {
"psr-4": {
"Joomla\\FrameworkWebsite\\": "src/"
}
},
"config": {
"platform": {
"php": "8.3.0"
}
}
}