-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.15 KB
/
composer.json
File metadata and controls
41 lines (41 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
40
41
{
"name": "spojenet/csas-authorize",
"description": "CSAS Access token endpoint App",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"SpojeNet\\CSas\\": "src/SpojeNet/CSas",
"SpojeNet\\CSas\\Ui\\": "src/SpojeNet/CSas/Ui"
}
},
"authors": [
{
"name": "CyberVitexus",
"email": "info@vitexsoftware.cz"
}
],
"minimum-stability": "dev",
"require": {
"vitexsoftware/ease-twbootstrap5": "^1.2",
"league/oauth2-client": "^2.8",
"vitexsoftware/ease-core": "^1.49",
"vitexsoftware/ease-fluentpdo": "^1.4",
"vitexsoftware/ease-html-widgets": "^1.0",
"spojenet/csas-accountsapi": "^0.7",
"kint-php/kint": "^4.0"
},
"require-dev": {
"robmorgan/phinx": "^0.16",
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "^3.86",
"ergebnis/composer-normalize": "^2.47",
"ergebnis/php-cs-fixer-config": "^6.53"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}