From a5fd1c92221cfe585f8b638d3c11f07355ce5640 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/projects.yml b/config/projects.yml index 8eec69f5e..f1309f2e9 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: @@ -114,10 +118,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 +354,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 +363,8 @@ page-bundle: sonata_core: ['3'] sonata_admin: ['3'] sonata_block: ['3'] + docs_path: docs + tests_path: tests propel-admin-bundle: ~ @@ -420,6 +432,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 +441,5 @@ user-bundle: fos_user: ['1.3'] sonata_core: ['3'] sonata_admin: ['3'] + docs_path: docs + tests_path: tests