Skip to content

Commit c5e22f7

Browse files
committed
Fix package name to lowercase.
1 parent c126251 commit c5e22f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "NatLibFi/php-html-parser",
2+
"name": "natlibfi/php-html-parser",
33
"type": "library",
44
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
55
"keywords": ["html", "dom", "parser"],

0 commit comments

Comments
 (0)