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 9fadec7 commit d57ce50Copy full SHA for d57ce50
.github/build-packages.php
@@ -9,7 +9,7 @@
9
use Symfony\Component\Finder\Finder;
10
11
$finder = (new Finder())
12
- ->in([__DIR__.'/../src/*/', __DIR__.'/../examples/', __DIR__.'/../demo/'])
+ ->in([__DIR__.'/../src/*/', __DIR__.'/../src/*/src/Bridge/*/', __DIR__.'/../examples/', __DIR__.'/../demo/'])
13
->depth(0)
14
->name('composer.json')
15
;
0 commit comments