Skip to content

Commit cec2cfa

Browse files
committed
1 parent d1fb03a commit cec2cfa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "php-templates/dom-parser",
3+
"license": "MIT",
4+
"description": "Php standalone Dom parser",
5+
"keywords": ["php", "templates", "dom", "parser"],
6+
"homepage": "https://github.com/php-templates/dom-parser",
7+
"authors": [
8+
{
9+
"name": "Florin Botea",
10+
"homepage": "https://github.com/php-templates",
11+
"role": "Developer"
12+
}
13+
],
14+
"autoload": {
15+
"psr-4": {
16+
"PhpTemplates\\": "src/"
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)