forked from tburry/pquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 737 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 737 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
{
"name": "guyavatrade/pquery",
"type": "library",
"description": "A jQuery like html dom parser written in php. This fork add fixes for php 8.1",
"keywords": ["php", "dom", "ganon"],
"license": "LGPL-2.1",
"authors": [
{ "name": "Todd Burry", "email": "todd@vanillaforums.com", "role": "Developer" }
],
"autoload": {
"classmap": [
"IQuery.php",
"gan_formatter.php",
"gan_node_html.php",
"gan_parser_html.php",
"gan_selector_html.php",
"gan_tokenizer.php",
"gan_xml2array.php",
"pQuery.php"
]
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"htmlawed/htmlawed": "dev-master"
}
}