Skip to content

Commit

Permalink
Update deps (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop authored Sep 20, 2022
1 parent b7fb6f5 commit 47f5738
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 48 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.31] - 2022-09-20

### Added
- Dependencies update.


## [0.1.30] - 2022-08-12

### Added
Expand Down Expand Up @@ -209,6 +215,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Keep path parameters in operation name of PHP client.

[0.1.31]: https://github.com/swaggest/swac/compare/v0.1.30...v0.1.31
[0.1.30]: https://github.com/swaggest/swac/compare/v0.1.29...v0.1.30
[0.1.29]: https://github.com/swaggest/swac/compare/v0.1.28...v0.1.29
[0.1.28]: https://github.com/swaggest/swac/compare/v0.1.27...v0.1.28
Expand Down
2 changes: 2 additions & 0 deletions bin/swac
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ foreach (array(__DIR__ . '/../../../autoload.php', __DIR__ . '/../vendor/autoloa


try {
if(function_exists('xdebug_disable')) { xdebug_disable(); }
ini_set("error_reporting", "Off");
Runner::create(new App())->run();
} catch (ExitCode $exception) {
echo $exception->getMessage() . "\n";
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"swaggest/php-code-builder": "^0.2.34",
"swaggest/go-code-builder": "^0.4.50",
"swaggest/code-builder": "^0.3.5",
"swaggest/json-cli": "v1.8.5",
"swaggest/json-cli": "^v1.11.0",
"php-yaoi/php-yaoi": "^1",
"monolog/monolog": "^1.23",
"bramus/monolog-colored-line-formatter": "^2.0",
Expand Down
92 changes: 46 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Command/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class App extends Command\Application
{
static $ver = 'v0.1.30';
static $ver = 'v0.1.31';

public $phpGuzzleClient;
public $goClient;
Expand Down

0 comments on commit 47f5738

Please sign in to comment.