Skip to content

Commit da5f24e

Browse files
committed
1 parent a71376f commit da5f24e

File tree

3 files changed

+29
-18
lines changed

3 files changed

+29
-18
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"swaggest/json-diff": "^3.8.3",
1515
"php-yaoi/php-yaoi": "^1",
1616
"symfony/yaml": "^3",
17-
"salsify/json-streaming-parser": "^7.0",
17+
"salsify/json-streaming-parser": "^8.0",
1818
"swaggest/json-schema": "^0.12.41",
1919
"swaggest/go-code-builder": "0.4.51",
2020
"swaggest/php-code-builder": "^0.2.38",
@@ -36,7 +36,7 @@
3636
},
3737
"config": {
3838
"platform": {
39-
"php": "5.6.0"
39+
"php": "7.1.0"
4040
}
4141
},
4242
"bin": [

composer.lock

+26-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.php

+1-1
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)