We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad5cc6 commit a91162aCopy full SHA for a91162a
php-config/Git.config.d/laddr.php
@@ -2,9 +2,22 @@
2
3
Git::$repositories['laddr'] = [
4
'remote' => 'https://github.com/CodeForPhilly/laddr.git',
5
- 'originBranch' => 'emergence/layer',
6
- 'workingBranch' => 'emergence/layer',
+ 'originBranch' => 'emergence/vfs-site/v3',
+ 'workingBranch' => 'emergence/vfs-site/v3',
7
'trees' => [
8
- '.'
+ 'api-docs',
9
+ 'content-blocks',
10
+ 'data-exporters',
11
+ 'dwoo-plugins',
12
+ 'event-handlers',
13
+ 'html-templates',
14
+ 'php-classes',
15
+ 'php-config',
16
+ 'php-migrations',
17
+ 'phpunit-tests',
18
+ 'site-root',
19
+ 'site-tasks',
20
+ 'webapp-builds',
21
+ 'webapp-plugin-builds'
22
]
23
];
0 commit comments