Skip to content

Commit

Permalink
Fixed project paths
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 6, 2017
1 parent d5a0cf8 commit 12d28ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -102,22 +106,30 @@ 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:
master:
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:
Expand Down Expand Up @@ -346,13 +358,17 @@ 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:
symfony: ['2.8']
sonata_core: ['3']
sonata_admin: ['3']
sonata_block: ['3']
docs_path: docs
tests_path: tests

propel-admin-bundle: ~

Expand Down Expand Up @@ -420,10 +436,14 @@ 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:
symfony: ['2.8']
fos_user: ['1.3']
sonata_core: ['3']
sonata_admin: ['3']
docs_path: docs
tests_path: tests

0 comments on commit 12d28ea

Please sign in to comment.