Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
peter17 committed Dec 10, 2023
1 parent a608ed4 commit 757b24a
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 757b24a

Please sign in to comment.