Skip to content

Commit 2154c8f

Browse files
Add files via upload
1 parent fea3927 commit 2154c8f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "user/php-dom-query",
3+
"description": "Easy-to-learn php dom parser with CSS selector and short codes",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "felipe1234-dev",
9+
"email": "felipejean2002@gmail.com"
10+
}
11+
],
12+
"autoload": {
13+
"classmap": ["src/"]
14+
},
15+
"require": {}
16+
}

0 commit comments

Comments
 (0)