Skip to content

Commit

Permalink
Fix crwlr/url version constraint
Browse files Browse the repository at this point in the history
Also allow usage of crwlr/url 1.0 as it's not a problem at all and the
PHP version requirement of this package is still `^7.4|^8.0`.
  • Loading branch information
otsch committed Sep 16, 2022
1 parent 75dae0b commit 504b5f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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]

## [0.1.2] - 2022-09-16
### Fixed
- Also allow usage of crwlr/url 1.0 as it's not a problem at all and the PHP version requirement of this package is still `^7.4|^8.0`.

## [0.1.1] - 2022-09-16
### Changed
- Upgraded crwlr/url package version constraint.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require": {
"php": "^7.4|^8.0",
"crwlr/url": "^2.0"
"crwlr/url": "^1.0|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 504b5f0

Please sign in to comment.