Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed project paths #329

Merged
merged 1 commit into from
Nov 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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