Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored Dec 28, 2024
1 parent d32dbec commit b30de1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.9.0",
"name": "madeitbelgium/seo-analyzer",
"description": "SEO Analyzer",
"keywords": ["SEO", "Analyzer", "onpage", "on page", "on", "page", "seo"],
Expand All @@ -14,7 +14,8 @@
"php": ">=7.0",
"illuminate/support": "*",
"guzzlehttp/guzzle": "~6.0|7.*",
"ivopetkov/html5-dom-document-php": "1.*|2.*"
"ivopetkov/html5-dom-document-php": "1.*|2.*",
"league/html-to-markdown": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "7.*|6.*|8.*",
Expand Down

0 comments on commit b30de1f

Please sign in to comment.