File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
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 `
10
14
11
15
12
16
## v1.0.0 (2024-05-17)
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " ^8.1" ,
23
- "phpunit/phpunit" : " ^10.5"
23
+ "phpunit/phpunit" : " ^10.5 || ^11.0 "
24
24
},
25
25
"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 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments