Skip to content

Commit

Permalink
Update php cs fixer & allow php-code-coverage v11
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest committed Feb 3, 2024
1 parent 60a8e08 commit f8e81ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Packages
- Updated php cs fixer
- Allow illuminate/collections v10
- Allow phpunit/php-code-coverage v10
- Allow phpunit/php-code-coverage v10 & v11
- Dev only: Use nikic/php-parser v5
- Allow symfony/http-client v7

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"phpspec/phpspec": "^7.0.1",
"phpstan/phpstan": "^1.0",
"friends-of-phpspec/phpspec-code-coverage": "^6.0.0",
"phpunit/php-code-coverage": "^9.2.5|^10.0.2",
"phpunit/php-code-coverage": "^9.2.5|^10.0.2|^11.0.0",
"jkniest/linting": ">=1.10.0",
"friendsofphp/php-cs-fixer": "3.48.0",
"friendsofphp/php-cs-fixer": "3.49.0",
"nikic/php-parser": "^5.0",
"webmozart/assert": "^1.11.0"
},
Expand Down

0 comments on commit f8e81ce

Please sign in to comment.