Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HighLiuk committed Nov 1, 2023
1 parent a71376f commit da5f24e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"swaggest/json-diff": "^3.8.3",
"php-yaoi/php-yaoi": "^1",
"symfony/yaml": "^3",
"salsify/json-streaming-parser": "^7.0",
"salsify/json-streaming-parser": "^8.0",
"swaggest/json-schema": "^0.12.41",
"swaggest/go-code-builder": "0.4.51",
"swaggest/php-code-builder": "^0.2.38",
Expand All @@ -36,7 +36,7 @@
},
"config": {
"platform": {
"php": "5.6.0"
"php": "7.1.0"
}
},
"bin": [
Expand Down
41 changes: 26 additions & 15 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/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class App extends Command\Application
{
public static $ver = 'v1.11.1';
public static $ver = 'v1.11.2';

public $diff;
public $apply;
Expand Down

0 comments on commit da5f24e

Please sign in to comment.