Skip to content

Commit

Permalink
Fix symfony/dom-crawler version constraint
Browse files Browse the repository at this point in the history
Looks like CI previously didn't run with that composer.json or
something like this, because symfony/dom-crawler ^6.1 requires
PHP >= 8.1, which conflicts with this package. So, lower the requirement
to ^6.0.
  • Loading branch information
otsch committed May 17, 2023
1 parent eecf44b commit 6f0185a
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 @@ -38,7 +38,7 @@
"require": {
"php": "^8.0",
"spatie/schema-org": "~3.11.0",
"symfony/dom-crawler": "^6.1",
"symfony/dom-crawler": "^6.0",
"crwlr/utils": "^1.0",
"psr/log": "^2.0|^3.0"
},
Expand Down

0 comments on commit 6f0185a

Please sign in to comment.