forked from leadvertex/plugin-component-access
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 725 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 725 Bytes
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
{
"name": "leadvertex/plugin-component-access",
"description": "LeadVertex plugin for access tools",
"type": "library",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Timur Kasumov aka XAKEPEHOK",
"email": "support@leadvertex.com"
}
],
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"lcobucci/jwt": "3.3.3",
"league/uri": "^6.0",
"leadvertex/plugin-component-db": "^0.3.5",
"leadvertex/plugin-component-guzzle": "^0.3",
"leadvertex/plugin-component-info": "^0.1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0.0"
},
"autoload": {
"psr-4": {
"Leadvertex\\Plugin\\Components\\Access\\": "src/"
}
}
}