Skip to content

Commit b69d7ab

Browse files
committed
unnecessary version entry removed
1 parent c9f575a commit b69d7ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "sunra/php-simple-html-dom-parser",
33
"type": "library",
4-
"description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
5-
"version": "master",
4+
"description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
65
"keywords": ["html", "dom", "parser"],
76
"homepage": "https://github.com/sunra/php-simple-html-dom-parser",
87
"license": "MIT",

0 commit comments

Comments
 (0)