From e00f32cbc06f9c6f8ddc55096b15842f87e4e79d Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 6 Jul 2015 14:43:22 +0200 Subject: [PATCH] updated tree --- create_framework/front-controller.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create_framework/front-controller.rst b/create_framework/front-controller.rst index 90e7e69dbb0..8143b9baefa 100644 --- a/create_framework/front-controller.rst +++ b/create_framework/front-controller.rst @@ -146,11 +146,13 @@ web root directory: example.com ├── composer.json + ├── composer.lock │ src │ └── pages │ ├── hello.php │ └── bye.php ├── vendor + │ └── autoload.php └── web └── front.php