8000 [Workflow] Make PropertyAccess required dependency · symfony/symfony@5957412 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5957412

Browse files
committed
[Workflow] Make PropertyAccess required dependency
1 parent c3ec1c2 commit 5957412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Workflow/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.5.9"
23+
"php": ">=5.5.9",
24+
"symfony/property-access": "~2.3|~3.0"
2425
},
2526
"require-dev": {
2627
"psr/log": "~1.0",
2728
"symfony/event-dispatcher": "~2.1|~3.0",
28-
"symfony/property-access": "~2.3|~3.0",
2929
"twig/twig": "~1.14"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)
0