Skip to content

Commit

Permalink
Bump to symfony ^6.4 || ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 21, 2023
1 parent 1e9aae6 commit 862c739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -44,13 +44,13 @@
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/css-selector": "^5.4 || ^6.0",
"symfony/dom-crawler": "^5.4 || ^6.0"
"symfony/css-selector": "^6.4 || ^7.0",
"symfony/dom-crawler": "^6.4 || ^7.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0.1",
"nyholm/psr7": "^1.0",
"symfony/http-client": "^5.4 || ^6.0"
"symfony/http-client": "^6.4 || ^7.0"
},
"suggest": {
"symfony/http-client": "Symfony HTTP client implementation"
Expand Down

0 comments on commit 862c739

Please sign in to comment.