Skip to content

Commit

Permalink
[6.4] Allow 7.0 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 23, 2023
1 parent 0eb7228 commit f78cfdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": ">=8.1",
"symfony/dom-crawler": "^5.4|^6.0"
"symfony/dom-crawler": "^5.4|^6.0|^7.0"
},
"require-dev": {
"symfony/css-selector": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0"
"symfony/css-selector": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/mime": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\BrowserKit\\": "" },
Expand Down

0 comments on commit f78cfdd

Please sign in to comment.