Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fratac committed Jan 6, 2024
1 parent bfdd3fa commit ae2897c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "fratac/smart-dom-crawler",
"description": "The smart DOM (the HTML Document Object Model) parser based on Symfony dom-crawler",
"type": "project",
"type": "library",
"license": "MIT",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "fratac",
Expand All @@ -23,12 +26,7 @@
"exclude-from-classmap": [
"/tests/"
]
},


"minimum-stability": "dev",
"prefer-stable": true

}


}

0 comments on commit ae2897c

Please sign in to comment.