Skip to content

Commit

Permalink
Allow symfony/http-client v7 and update php cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest committed Dec 2, 2023
1 parent 2e80d01 commit 843dfb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated php cs fixer
- Allow illuminate/collections v10
- Allow phpunit/php-code-coverage v10
- Allow symfony/http-client v7

## [0.3.0] - 2022-12-18
### Added
Expand Down Expand Up @@ -63,4 +64,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[0.3.0]: https://github.com/jkniest/hue-it/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/jkniest/hue-it/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/jkniest/hue-it/compare/0.1.0...0.1.1
[0.1.1]: https://github.com/jkniest/hue-it/compare/0.1.0...0.1.1
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^8.0|^8.1|^8.2",
"symfony/http-client": "^6.0",
"symfony/http-client": "^6.0|^7.0",
"ozdemirburak/iris": "^3.0",
"illuminate/collections": "^9.0|^10.0"
},
Expand All @@ -14,7 +14,7 @@
"friends-of-phpspec/phpspec-code-coverage": "^6.0.0",
"phpunit/php-code-coverage": "^9.2.5|^10.0.2",
"jkniest/linting": ">=1.10.0",
"friendsofphp/php-cs-fixer": "3.39.0",
"friendsofphp/php-cs-fixer": "3.40.0",
"nikic/php-parser": "^4.13.2",
"webmozart/assert": "^1.11.0"
},
Expand Down

0 comments on commit 843dfb3

Please sign in to comment.