Skip to content

Commit

Permalink
Update symfony/css-selector requirement from ^5.0 to ^7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/css-selector](https://github.com/symfony/css-selector) to permit the latest version.
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.0/CHANGELOG.md)
- [Commits](symfony/css-selector@v5.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: symfony/css-selector
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent e3d6b7c commit 927e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^8.2",
"symfony/dom-crawler": "^5.1" ,
"symfony/css-selector" : "^5.0",
"symfony/css-selector" : "^7.0",
"guzzlehttp/guzzle": "^7.8"
},
"require-dev": {
Expand Down

0 comments on commit 927e8d8

Please sign in to comment.