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