Skip to content

Commit 638a770

Browse files
authored
Bump fixtures dependencies (#436)
1 parent e56b0d9 commit 638a770

File tree

25 files changed

+2747
-597
lines changed

25 files changed

+2747
-597
lines changed

fixtures/set015/composer.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"symfony/finder": "^4.0"
3+
"symfony/finder": "^4.4"
44
}
55
}

fixtures/set016-symfony-finder/composer.lock

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"symfony/dependency-injection": "^4.0"
3+
"symfony/dependency-injection": "^4.4"
44
}
55
}

fixtures/set017-symfony-di/composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"nikic/php-parser": "^3.1"
3+
"nikic/php-parser": "^4.10"
44
}
55
}

fixtures/set018-nikic-parser/composer.lock

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

fixtures/set018-nikic-parser/expected-output

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,44 @@ array(
77
)
88
stmts: array(
99
0: Stmt_Function(
10+
attrGroups: array(
11+
)
1012
byRef: false
11-
name: test
13+
name: Identifier(
14+
name: test
15+
)
1216
params: array(
1317
0: Param(
18+
attrGroups: array(
19+
)
20+
flags: 0
1421
type: null
1522
byRef: false
1623
variadic: false
17-
name: foo
24+
var: Expr_Variable(
25+
name: foo
26+
)
1827
default: null
1928
)
2029
)
2130
returnType: null
2231
stmts: array(
23-
0: Expr_FuncCall(
24-
name: Name_FullyQualified(
25-
parts: array(
26-
0: var_dump
32+
0: Stmt_Expression(
33+
expr: Expr_FuncCall(
34+
name: Name_FullyQualified(
35+
parts: array(
36+
0: var_dump
37+
)
2738
)
28-
)
29-
args: array(
30-
0: Arg(
31-
value: Expr_Variable(
32-
name: foo
39+
args: array(
40+
0: Arg(
41+
name: null
42+
value: Expr_Variable(
43+
name: foo
44+
)
45+
byRef: false
46+
unpack: false
3347
)
34-
byRef: false
35-
unpack: false
3648
)
3749
)
3850
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"symfony/console": "^4.0"
3+
"symfony/console": "^4.4"
44
}
55
}

0 commit comments

Comments
 (0)