Skip to content

Commit

Permalink
Allow installation with symfony v7.0 components
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Nov 30, 2023
1 parent 57de407 commit 7841d01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2023-11-30
### Fixed
* Support the new Symfony v7.0

## [1.3.0] - 2023-10-28
### Added
* New methods `HttpLoader::useProxy()` and `HttpLoader::useRotatingProxies([...])` to define proxies that the loader shall use. They can be used with a guzzle HTTP client instance (default) and when the loader uses the headless Chrome browser. Using them when providing some other PSR-18 implementation will throw an exception.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"crwlr/schema-org": "^0.2.0",
"crwlr/url": "^2.1",
"psr/log": "^2.0|^3.0",
"symfony/dom-crawler": "^6.0",
"symfony/css-selector": "^6.0",
"symfony/dom-crawler": "^6.0|^7.0",
"symfony/css-selector": "^6.0|^7.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"guzzlehttp/guzzle": "^7.4",
"adbario/php-dot-notation": "^3.1",
Expand Down

0 comments on commit 7841d01

Please sign in to comment.