Skip to content

Commit

Permalink
Fix crwlr/utils requirement
Browse files Browse the repository at this point in the history
Utils must be required in v1.1 minimum because `Microseconds` (which the
crawler library uses) are added in 1.1 and not available in 1.0. Have to
make another bugfix release for v1.2 also.
  • Loading branch information
otsch committed Oct 28, 2023
1 parent c0a33bc commit 1492051
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 @@ -40,7 +40,7 @@
"guzzlehttp/guzzle": "^7.4",
"adbario/php-dot-notation": "^3.1",
"chrome-php/chrome": "^1.7",
"crwlr/utils": "^1.0"
"crwlr/utils": "^1.1"
},
"require-dev": {
"pestphp/pest": "^2.3",
Expand Down

0 comments on commit 1492051

Please sign in to comment.