-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.25 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
{
"name": "vitexsoftware/ease-html-widgets",
"description": "Additional & Eye Candy Web classes for Ease Framework",
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "info@vitexsoftware.cz",
"homepage": "http://vitexsoftware.cz/"
}
],
"autoload": {
"psr-4": {
"Ease\\Html\\Widgets\\": "src/Ease/Html/Widgets"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Ease\\": "vendor/vitexsoftware/ease-core/tests/src/Ease",
"Test\\Ease\\Html\\": "vendor/vitexsoftware/ease-html/tests/src/Ease/Html"
}
},
"minimum-stability": "stable",
"require": {
"vitexsoftware/ease-html": "^1.32"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "^3.64",
"ergebnis/composer-normalize": "^2.43",
"ergebnis/php-cs-fixer-config": "^6.34"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
},
"type": "library",
"homepage": "https://github.com/VitexSoftware/php-vitexsoftware-ease-html-widgets",
"license": "MIT",
"replace": { "vitexsoftware/ease-core-bricks": "*" }
}