From 12d28ea1bead82bfd03f61ffed326d69954a9950 Mon Sep 17 00:00:00 2001 From: core23 Date: Mon, 6 Nov 2017 17:18:03 +0100 Subject: [PATCH] Fixed project paths --- config/projects.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/projects.yml b/config/projects.yml index 8eec69f5e..f70278505 100644 --- a/config/projects.yml +++ b/config/projects.yml @@ -34,6 +34,8 @@ article-bundle: php: ['7.1'] versions: symfony: ['2.8', '3.2', '3.3'] + docs_path: docs + tests_path: tests block-bundle: branches: @@ -94,6 +96,8 @@ classification-media-bundle: php: ['7.1'] versions: symfony: ['2.8', '3.2', '3.3'] + docs_path: docs + tests_path: tests comment-bundle: branches: @@ -102,11 +106,15 @@ comment-bundle: versions: symfony: ['2.8'] sonata_core: ['3'] + docs_path: docs + tests_path: tests 3.x: php: ['5.6', '7.0', '7.1'] versions: symfony: ['2.8'] sonata_core: ['3'] + docs_path: docs + tests_path: tests core-bundle: branches: @@ -114,10 +122,14 @@ core-bundle: php: ['7.1'] versions: symfony: ['2.8', '3.2', '3.3'] + docs_path: docs + tests_path: tests 3.x: php: ['5.6', '7.0', '7.1'] versions: symfony: ['2.8', '3.2', '3.3'] + docs_path: docs + tests_path: tests dashboard-bundle: branches: @@ -346,6 +358,8 @@ page-bundle: sonata_core: ['3'] sonata_admin: ['3'] sonata_block: ['3'] + docs_path: docs + tests_path: tests 3.x: php: ['5.6', '7.0', '7.1'] versions: @@ -353,6 +367,8 @@ page-bundle: sonata_core: ['3'] sonata_admin: ['3'] sonata_block: ['3'] + docs_path: docs + tests_path: tests propel-admin-bundle: ~ @@ -420,6 +436,8 @@ user-bundle: fos_user: ['2'] sonata_core: ['3'] sonata_admin: ['3'] + docs_path: docs + tests_path: tests 3.x: php: ['5.6', '7.0', '7.1'] versions: @@ -427,3 +445,5 @@ user-bundle: fos_user: ['1.3'] sonata_core: ['3'] sonata_admin: ['3'] + docs_path: docs + tests_path: tests