File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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+ ## [ 10.1.3] - 2023.08.23
8+ ### Fixed
9+ - OpenAPI spec copied forcefully to destination directory
10+
711## [ 10.1.2] - 2023.08.10
812### Added
913- support for guzzlehttp/psr7 version 2.0 to generated composer.json
Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ private function copySpecification(StyleInterface $ss): void
204204
205205 $ this ->filesystem ->copy (
206206 $ this ->configuration ->getSpecificationFilePath (),
207- $ destinationPath
207+ $ destinationPath ,
208+ true
208209 );
209210 }
210211
You can’t perform that action at this time.
0 commit comments