File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 7.4.0]
8+
9+ ### Added
10+ - Allow PHPUnit 10 [ @ciaranmcnulty ] ( https://github.com/ciaranmcnulty ) [ @Jean85 ] ( https://github.com/Jean85 )
11+ - Allow Doctrine/instantiator 2 [ @stof ] ( https://github.com/stof )
12+ - Allow sebastian/export 5 [ @arendjantetteroo ] ( https://github.com/arendjantetteroo )
13+
14+ ### Changed
15+ - Use Psalm 5 [ @rogervila ] ( https://github.com/rogervila )
16+ - Added .editorconfig [ @chapeupreto ] ( https://github.com/chapeupreto )
17+
718## [ 7.3.0]
819
920### Added
@@ -50,6 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5061 - More accurate error message for bad during* calls [ @drupol ] ( https://github.com/drupol )
5162 - Removed superfluous phpdoc and added bool return types where appropriate [ @drupol ] ( https://github.com/drupol )
5263
64+ [ 7.4.0 ] : https://github.com/phpspec/phpspec/compare/7.3.0...7.4.0
5365[ 7.3.0 ] : https://github.com/phpspec/phpspec/compare/7.2.0...7.3.0
5466[ 7.2.0 ] : https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0
5567[ 7.1.0 ] : https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0
Original file line number Diff line number Diff line change 2424
2525 (new PhpSpec \Console \Application ($ version ))->run ();
2626
27- })('7.3 .0 ' );
27+ })('7.4 .0 ' );
Original file line number Diff line number Diff line change 6666
6767 "extra" : {
6868 "branch-alias" : {
69- "dev-main" : " 7.3 .x-dev"
69+ "dev-main" : " 7.4 .x-dev"
7070 }
7171 }
7272
You can’t perform that action at this time.
0 commit comments