Skip to content

Commit 49459c0

Browse files
committed
Support phpunit/phpunit ^11.0
1 parent 37dd895 commit 49459c0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased](https://github.com/inspirum/phpunit-extension/compare/v1.0.0...master)
9+
## [Unreleased](https://github.com/inspirum/phpunit-extension/compare/v1.1.0...master)
10+
11+
## v1.1.0 (2024-11-20)
12+
### Added
13+
- Adjusted `phpunit/phpunit` version constraint to `^10.5 || ^11.0`
1014

1115

1216
## v1.0.0 (2024-05-17)

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
],
2121
"require": {
2222
"php": "^8.1",
23-
"phpunit/phpunit": "^10.5"
23+
"phpunit/phpunit": "^10.5 || ^11.0"
2424
},
2525
"require-dev": {
26-
"inspirum/coding-standard": "^1.5",
27-
"phpstan/phpstan": "^1.10",
28-
"shipmonk/composer-dependency-analyser": "^1.5",
29-
"squizlabs/php_codesniffer": "^3.9"
26+
"inspirum/coding-standard": "^1.6",
27+
"phpstan/phpstan": "^2.0",
28+
"shipmonk/composer-dependency-analyser": "^1.8",
29+
"squizlabs/php_codesniffer": "^3.11"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)