Skip to content

Commit ffef3e6

Browse files
authored
Options node doesn't do anything
The array is passed directly into the Runtime $options so it's already available as $options['project_dir']
1 parent b5e2317 commit ffef3e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/runtime.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,7 @@ You can also configure ``extra.runtime.options`` in ``composer.json``:
316316
},
317317
"extra": {
318318
"runtime": {
319-
"options": {
320-
"project_dir": "/var/task"
321-
}
319+
"project_dir": "/var/task"
322320
}
323321
}
324322
}

0 commit comments

Comments
 (0)