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 1e14568 commit 9079866Copy full SHA for 9079866
.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__.'/../examples/', __DIR__.'/../demo/'])
13
->depth(0)
14
->name('composer.json')
15
;
0 commit comments