File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.3.0]
8+
9+ ### Added
10+ - PHP 8.2 support [ @gquemener ] ( https://github.com/gquemener )
11+
12+ ### Fixed
13+ - Deprecation notices for dynamic properties under PHP 8.2 [ @gquemener ] ( https://github.com/gquemener )
14+ - Fixed CI config for PHP 8.2 [ @rogervila ] ( https://github.com/rogervila )
15+
716## [ 7.2.0]
817
918### Added
@@ -41,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4150 - More accurate error message for bad during* calls [ @drupol ] ( https://github.com/drupol )
4251 - Removed superfluous phpdoc and added bool return types where appropriate [ @drupol ] ( https://github.com/drupol )
4352
53+ [ 7.3.0 ] : https://github.com/phpspec/phpspec/compare/7.2.0...7.3.0
4454[ 7.2.0 ] : https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0
4555[ 7.1.0 ] : https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0
4656[ 7.0.1 ] : https://github.com/phpspec/phpspec/compare/7.0.0...7.0.1
Original file line number Diff line number Diff line change 2424
2525 (new PhpSpec \Console \Application ($ version ))->run ();
2626
27- })('7.2 .0 ' );
27+ })('7.3 .0 ' );
Original file line number Diff line number Diff line change 6666
6767 "extra" : {
6868 "branch-alias" : {
69- "dev-main" : " 7.2 .x-dev"
69+ "dev-main" : " 7.3 .x-dev"
7070 }
7171 }
7272
You can’t perform that action at this time.
0 commit comments