Skip to content

Commit f666fe6

Browse files
authored
Update dependencies (#31)
1 parent f6ed742 commit f666fe6

File tree

4 files changed

+22
-26
lines changed

4 files changed

+22
-26
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.8.8] - 2021-09-26
8+
9+
### Added
10+
- Dependencies updated.
11+
712
## [1.8.7] - 2021-04-20
813

914
### Fixed
@@ -180,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180185
### Fixed
181186
- Local file resolver in references.
182187

188+
[1.8.8]: https://github.com/swaggest/json-cli/compare/v1.8.7...v1.8.8
183189
[1.8.7]: https://github.com/swaggest/json-cli/compare/v1.8.6...v1.8.7
184190
[1.8.6]: https://github.com/swaggest/json-cli/compare/v1.8.5...v1.8.6
185191
[1.8.5]: https://github.com/swaggest/json-cli/compare/v1.8.4...v1.8.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"ext-json": "*",
14-
"swaggest/json-diff": "^3.8.1",
14+
"swaggest/json-diff": "^3.8.3",
1515
"php-yaoi/php-yaoi": "^1",
1616
"symfony/yaml": "^3",
1717
"salsify/json-streaming-parser": "^7.0",

composer.lock

Lines changed: 14 additions & 24 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.8.7';
10+
public static $ver = 'v1.8.8';
1111

1212
public $diff;
1313
public $apply;

0 commit comments

Comments
 (0)