forked from erivello/SimpleHtmlDomBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (33 loc) · 1020 Bytes
/
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
{
"name": "enemis/simple-html-dom-bundle",
"description": "The maintained version of 'Bundle around Simple HTML DOM library'",
"type": "symfony-bundle",
"keywords": ["html", "dom", "php"],
"homepage": "https://github.com/enemis/SimpleHtmlDomBundle",
"license": "MIT",
"authors": [
{
"name": "Edoardo Rivello",
"email": "edoardo.rivello@gmail.com",
"role" : "Author original version"
},
{
"name": "Andrey Stadnik",
"email": "stadnikandreypublic@gmail.com",
"role": "maintener, developer"
}
],
"require": {
"php": ">=7.2.5",
"symfony/framework-bundle": "4.* || 5.*",
"symfony/finder": "4.* || 5.*",
"symfony/yaml": "4.* || 5.*",
"symfony/form": "4.* || 5.*",
"symfony/browser-kit": "4.* || 5.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": { "Enemis\\SimpleHtmlDomBundle\\": ""},
"classmap": [ "lib" ]
}
}