Skip to content

Commit

Permalink
Allow Symfony 7 (#99)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
mvdbos authored Dec 10, 2023
2 parents a608ed4 + 757b24a commit f614b5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"ext-dom": "*",
"ext-pcntl": "*",
"guzzlehttp/guzzle": "^6.0.0||^7.0.0",
"symfony/css-selector": "^3.0.0||^4.0.0||^5.0.0||^6.0",
"symfony/dom-crawler": "^3.0.0||^4.0.0||^5.0.0||^6.0",
"symfony/finder": "^3.0.0||^4.0.0||^5.0.0||^6.0",
"symfony/event-dispatcher": "^4.0.0||^5.0.0||^6.0",
"pdepend/pdepend": "^2.16.1",
"symfony/css-selector": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0",
"symfony/dom-crawler": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0",
"symfony/finder": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0",
"symfony/event-dispatcher": "^4.0.0||^5.0.0||^6.0||^7.0",
"vdb/uri": "^0.3.2",
"spatie/robots-txt": "^2.0",
"phan/phan": "^4.0||^5.0"
Expand Down

0 comments on commit f614b5e

Please sign in to comment.