generated from yii-tools/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 844 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 844 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
31
32
33
34
35
36
37
38
{
"name": "php-forge/html-interop",
"type": "library",
"description": "Interfaces for UI HTML Awesome.",
"keywords": [
"php-forge",
"html-interop",
"html",
"ui"
],
"license": "mit",
"require": {
"php": "^8.1"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.7",
"symplify/easy-coding-standard": "^12.1",
"vimeo/psalm": "^5.19"
},
"autoload": {
"psr-4": {
"PHPForge\\Html\\Interop\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-main": "0.3-dev"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"check-dependencies": "composer-require-checker",
"easy-coding-standard": "ecs check",
"psalm": "psalm"
}
}