Skip to content

Commit 147dbec

Browse files
authored
Update dependencies (#43)
1 parent a71376f commit 147dbec

File tree

4 files changed

+52
-84
lines changed

4 files changed

+52
-84
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.11.2] - 2023-12-19
8+
9+
### Added
10+
- Dependencies updated.
11+
712
## [1.11.1] - 2022-11-14
813

914
### Fixed
@@ -223,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223228
### Fixed
224229
- Local file resolver in references.
225230

231+
[1.11.2]: https://github.com/swaggest/json-cli/compare/v1.11.1...v1.11.2
226232
[1.11.1]: https://github.com/swaggest/json-cli/compare/v1.10.1...v1.11.1
227233
[1.11.0]: https://github.com/swaggest/json-cli/compare/v1.10.0...v1.11.0
228234
[1.10.0]: https://github.com/swaggest/json-cli/compare/v1.9.1...v1.10.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"salsify/json-streaming-parser": "^7.0",
1818
"swaggest/json-schema": "^0.12.41",
1919
"swaggest/go-code-builder": "0.4.51",
20-
"swaggest/php-code-builder": "^0.2.38",
20+
"swaggest/php-code-builder": "^0.2.41",
2121
"swaggest/code-builder": "^0.3.5",
2222
"swaggest/json-schema-maker": "^0.3.7"
2323
},

composer.lock

Lines changed: 44 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class App extends Command\Application
99
{
10-
public static $ver = 'v1.11.1';
10+
public static $ver = 'v1.11.2';
1111

1212
public $diff;
1313
public $apply;

0 commit comments

Comments
 (0)