File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5- ## [ 9.0.0] - 2020-MM-DD
5+ ## [ 9.0.0] - 2020-08-07
66
77### Added
88
Original file line number Diff line number Diff line change 2727 "sort-packages" : true
2828 },
2929 "prefer-stable" : true ,
30- "minimum-stability" : " dev" ,
3130 "require" : {
3231 "php" : " ^7.3 || ^8.0" ,
3332 "ext-dom" : " *" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class Version
2222 public static function id (): string
2323 {
2424 if (self ::$ version === null ) {
25- self ::$ version = (new VersionId ('9.0 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.0.0 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments