8000 feature #195 Add Runtime component (Nyholm) · symfony/skeleton@0df7933 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0df7933

Browse files
feature #195 Add Runtime component (Nyholm)
This PR was submitted for the 5.x branch but it was merged into the 5.3 branch instead. Discussion ---------- Add Runtime component If symfony/recipes#787 is merged and I run ``` symfony new acme --version=next ``` Now I will have a front controller that require `dirname(__DIR__).'/vendor/autoload_runtime.php'`, but that file does not exist. If you are starting a new Symfony project, you will run it somehow => hence, you need the runtime component. Commits ------- 54c44b6 Add Runtime component
2 parents 8912d3d + 54c44b6 commit 0df7933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"symfony/console": "*",
1515
"symfony/dotenv": "*",
1616
"symfony/framework-bundle": "*",
17+
"symfony/runtime": "*",
1718
"symfony/yaml": "*"
1819
},
1920
"require-dev": {

0 commit comments

Comments
 (0)
0