-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 837 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 837 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
{
"name": "hatemile/hatemile",
"description": "HaTeMiLe is a library that can convert a HTML code in a HTML code more accessible.",
"keywords": ["accessibility", "assistive-technology", "screen-reader", "wcag", "wai-aria"],
"homepage": "https://github.com/hatemile/hatemile-for-php",
"type": "library",
"require": {
"electrolinux/phpquery": "^0.9.6",
"sabberworm/php-css-parser": "^8.1.0"
},
"license": "Apache-2.0",
"authors": [
{
"name": "Carlson Santana Cruz",
"email": "hatemileforall@gmail.com"
}
],
"autoload": {
"psr-4": {"hatemile\\": "src/hatemile"}
},
"support": {
"issues": "https://github.com/hatemile/hatemile-for-php/issues",
"source": "https://github.com/hatemile/hatemile-for-php"
}
}