-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.15 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.15 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
{
"name": "salesrender/plugin-core",
"description": "SalesRender plugin core component",
"type": "library",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Timur Kasumov aka XAKEPEHOK",
"email": "support@salesrender.com"
}
],
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"slim/slim": "^4.0",
"slim/psr7": "^1.2",
"slim/http": "^1.1",
"symfony/console": "^5.0",
"ramsey/uuid": "^3.9",
"vlucas/phpdotenv": "^4.1",
"adbario/php-dot-notation": "^2.2",
"salesrender/plugin-component-form": "^0.11.1",
"salesrender/plugin-component-info": "^0.1.1",
"salesrender/plugin-component-api-client": "^0.6.0",
"salesrender/plugin-component-translations": "^0.1.1",
"salesrender/plugin-component-directory-cleaner": "^0.1.0",
"salesrender/plugin-component-settings": "^0.2.15",
"salesrender/plugin-component-batch": "^0.3.12",
"salesrender/plugin-component-request-dispatcher": "^0.3.0",
"xakepehok/path": "^0.2.1",
"dragonmantank/cron-expression": "^3.1"
},
"autoload": {
"psr-4": {
"SalesRender\\Plugin\\Core\\": "src/"
}
}
}