Skip to content

Commit

Permalink
Support Symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pfuhrmann committed Dec 1, 2023
1 parent 90d587f commit ad2199e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"ext-dom":"*",
"ext-libxml":"*",
"symfony/polyfill-mbstring": "~1.0",
"symfony/dom-crawler":"^6",
"symfony/css-selector":"^6"
"symfony/dom-crawler":"^6.0 || ^7.0",
"symfony/css-selector":"^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down

0 comments on commit ad2199e

Please sign in to comment.