Skip to content

Commit eebfc27

Browse files
committed
chore: Fix barmani php-scoper interaction
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent d5c3010 commit eebfc27

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
"post-install-cmd": [
2525
"@composer bin all install --ansi",
2626
"grep -r 'OCA\\\\Recognize\\\\Vendor\\\\Rubix' ./vendor/rubix/ml/ || vendor/bin/php-scoper add-prefix --prefix='OCA\\Recognize\\Vendor' --output-dir=\".\" --working-dir=\"./vendor/\" -f --config=\"../scoper.inc.php\"",
27-
"@composer bin all install --ansi",
27+
"composer install --no-scripts",
28+
"@composer bin all update --ansi",
2829
"composer dump-autoload"
2930
],
3031
"post-update-cmd": [
3132
"@composer bin all update --ansi",
3233
"grep -r 'OCA\\\\Recognize\\\\Vendor\\\\Rubix' ./vendor/rubix/ml/ || vendor/bin/php-scoper add-prefix --prefix='OCA\\Recognize\\Vendor' --output-dir=\".\" --working-dir=\"./vendor/\" -f --config=\"../scoper.inc.php\"",
33-
"@composer bin all install --ansi",
34+
"composer install --no-scripts",
35+
"@composer bin all update --ansi",
3436
"composer dump-autoload"
3537
]
3638
},

0 commit comments

Comments
 (0)