Skip to content

Commit

Permalink
Require crwlr/schema-org min v0.3
Browse files Browse the repository at this point in the history
Seems composer doesn't auto update minor versions below 1.0, so just
require v0.3 as min required version. Also minor change in changelog.
  • Loading branch information
otsch committed Nov 30, 2023
1 parent 7841d01 commit baecbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [1.3.0] - 2023-10-28
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ext-dom": "*",
"php": "^8.1",
"crwlr/robots-txt": "^1.1",
"crwlr/schema-org": "^0.2.0",
"crwlr/schema-org": "^0.3.0",
"crwlr/url": "^2.1",
"psr/log": "^2.0|^3.0",
"symfony/dom-crawler": "^6.0|^7.0",
Expand Down

0 comments on commit baecbc8

Please sign in to comment.