forked from brookinsconsulting/ezcommunity2
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·61 lines (61 loc) · 2.12 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
{
"name": "se7enxweb/ezpublishbasic",
"description": "eZ Publish Basic 2.4. Maintained by 7x. For General Use With PHP 8.3. Further feature releases in development. Please sponsor our work on the eZ Publish (System). This is capable of being used standalone for a personal home page cms that is simple and easy to understand.",
"homepage": "https://se7enx.com",
"license": "GPL-2.0-or-later",
"type": "project",
"suggest": {
},
"require": {
"php": "^8.2",
"ext-dom": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-reflection": "*",
"ext-session": "*",
"ext-spl": "*",
"ext-simplexml": "*",
"zetacomponents/archive": "~1.5",
"zetacomponents/authentication": "~1.4",
"zetacomponents/authentication-database-tiein": "~1.2",
"zetacomponents/cache": "~1.6",
"zetacomponents/configuration": "~1.4",
"zetacomponents/console-tools": "^1.7.3",
"zetacomponents/database": "~1.5",
"zetacomponents/debug": "~1.3",
"zetacomponents/event-log": "~1.5",
"zetacomponents/feed": "~1.4",
"zetacomponents/image-conversion": "~1.4",
"zetacomponents/mail": "~1.8",
"zetacomponents/mvc-tools": "~1.2",
"zetacomponents/mvc-authentication-tiein": "~1.1",
"zetacomponents/persistent-object": "~1.8",
"zetacomponents/signal-slot": "~1.2",
"zetacomponents/system-information": "~1.1",
"zetacomponents/webdav": "~1.1",
"zetacomponents/base": "^1.9.4"
},
"require-dev": {
"phpunit/phpunit": "10.0.0",
"zetacomponents/php-generator": "~1.1",
"rector/rector": "^2.0"
},
"scripts": {
"legacy-scripts": [
"@php bin/shell/php/ezpgenerateautoloads.php"
],
"post-install-cmd": [
"@legacy-scripts"
],
"post-update-cmd": [
"@legacy-scripts"
]
},
"autoload": {
"files": ["autoload.php"],
"psr-4": {"eZPublishBasic\\": "."}
}
}