-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
145 lines (145 loc) · 6.47 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "programcms/programcms1ce",
"description": "ProgramCMS 1 (Community Edition, Open Source)",
"type": "project",
"license": "proprietary",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.13",
"gedmo/doctrine-extensions": "^3.15",
"gregwar/captcha": "^1.2",
"symfony/asset": "^6.2",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/filesystem": "^6.2",
"symfony/flex": "^2",
"symfony/form": "^6.2",
"symfony/framework-bundle": "6.2.*",
"symfony/google-mailer": "^6.4",
"symfony/intl": "^6.4",
"symfony/mailer": "^6.2",
"symfony/monolog-bundle": "^3.8",
"symfony/routing": "^6.2",
"symfony/runtime": "6.2.*",
"symfony/security-bundle": "^6.2",
"symfony/serializer": "^6.4",
"symfony/translation": "^6.2",
"symfony/twig-bundle": "^6.2",
"symfony/validator": "^6.4",
"symfony/yaml": "6.2.*",
"symfonycasts/verify-email-bundle": "^1.12"
},
"config": {
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"ProgramCms\\DependencyBundle\\": "app/code/ProgramCms/DependencyBundle",
"ProgramCms\\CoreBundle\\": "app/code/ProgramCms/CoreBundle",
"ProgramCms\\UserBundle\\": "app/code/ProgramCms/UserBundle",
"ProgramCms\\LoginAsUserBundle\\": "app/code/ProgramCms/LoginAsUserBundle",
"ProgramCms\\ThemeBundle\\": "app/code/ProgramCms/ThemeBundle",
"ProgramCms\\RouterBundle\\": "app/code/ProgramCms/RouterBundle",
"ProgramCms\\AdminBundle\\": "app/code/ProgramCms/AdminBundle",
"ProgramCms\\CmsBundle\\": "app/code/ProgramCms/CmsBundle",
"ForumSuite\\ForumBundle\\": "app/code/ForumSuite/ForumBundle",
"ForumSuite\\ExcellenceBundle\\": "app/code/ForumSuite/ExcellenceBundle",
"ProgramCms\\ContentBundle\\": "app/code/ProgramCms/ContentBundle",
"ProgramCms\\PostBundle\\": "app/code/ProgramCms/PostBundle",
"ProgramCms\\WebsiteBundle\\": "app/code/ProgramCms/WebsiteBundle",
"ProgramCms\\CatalogBundle\\": "app/code/ProgramCms/CatalogBundle",
"ProgramCms\\EavBundle\\": "app/code/ProgramCms/EavBundle",
"ProgramCms\\UiBundle\\": "app/code/ProgramCms/UiBundle",
"ProgramCms\\ConfigBundle\\": "app/code/ProgramCms/ConfigBundle",
"ProgramCms\\MailBundle\\": "app/code/ProgramCms/MailBundle",
"ProgramCms\\ContactBundle\\": "app/code/ProgramCms/ContactBundle",
"ProgramCms\\NewsletterBundle\\": "app/code/ProgramCms/NewsletterBundle",
"ProgramCms\\CommentBundle\\": "app/code/ProgramCms/CommentBundle",
"ProgramCms\\SearchBundle\\": "app/code/ProgramCms/SearchBundle",
"ProgramCms\\ReportBundle\\": "app/code/ProgramCms/ReportBundle",
"ProgramCms\\MessagingBundle\\": "app/code/ProgramCms/MessagingBundle",
"ProgramCms\\NotificationBundle\\": "app/code/ProgramCms/NotificationBundle",
"ProgramCms\\AdminNotificationBundle\\": "app/code/ProgramCms/AdminNotificationBundle",
"ProgramCms\\ManagerBundle\\": "app/code/ProgramCms/ManagerBundle",
"ProgramCms\\SecurityBundle\\": "app/code/ProgramCms/SecurityBundle",
"ProgramCms\\AiBundle\\": "app/code/ProgramCms/AiBundle",
"ProgramCms\\ImportBundle\\": "app/code/ProgramCms/ImportBundle",
"ProgramCms\\MarketingBundle\\": "app/code/ProgramCms/MarketingBundle",
"ProgramCms\\DataPatchBundle\\": "app/code/ProgramCms/DataPatchBundle",
"ProgramCms\\AssistanceBundle\\": "app/code/ProgramCms/AssistanceBundle",
"ProgramCms\\FavoriteBundle\\": "app/code/ProgramCms/FavoriteBundle",
"ProgramCms\\GdprBundle\\": "app/code/ProgramCms/GdprBundle",
"ProgramCms\\PageBundle\\": "app/code/ProgramCms/PageBundle",
"ProgramCms\\AdminChatBundle\\": "app/code/ProgramCms/AdminChatBundle",
"ProgramCms\\BuilderBundle\\": "app/code/ProgramCms/BuilderBundle",
"ProgramCms\\AclBundle\\": "app/code/ProgramCms/AclBundle",
"ProgramCms\\RewriteBundle\\": "app/code/ProgramCms/RewriteBundle",
"ProgramCms\\CaptchaBundle\\": "app/code/ProgramCms/CaptchaBundle",
"ProgramCms\\DriveBundle\\": "app/code/ProgramCms/DriveBundle",
"ProgramCms\\GtmBundle\\": "app/code/ProgramCms/GtmBundle",
"ProgramCms\\ApiBundle\\": "app/code/ProgramCms/ApiBundle",
"ProgramCms\\AdsenseBundle\\": "app/code/ProgramCms/AdsenseBundle",
"ProgramCms\\Backend\\": "app/design/adminhtml/ProgramCms/Backend",
"ProgramCms\\Blank\\": "app/design/frontend/ProgramCms/Blank",
"ProgramCms\\Forumtimes\\": "app/design/frontend/ProgramCms/Forumtimes",
"ProgramCms\\Sport\\": "app/design/frontend/ProgramCms/Sport"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"post-package-install": [
"ProgramCms\\ThemeBundle\\Composer\\InstallTheme::execute"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.2.*"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.2.*",
"symfony/css-selector": "6.2.*",
"symfony/maker-bundle": "^1.48",
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "6.2.*",
"symfony/web-profiler-bundle": "6.2.*"
}
}