Skip to content

Commit e698e0a

Browse files
committed
fix(composer.json): Pin bamarni/composer-bin-plugin to 1.8.x
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 4416698 commit e698e0a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"rubix/ml": "2.x",
77
"amphp/parallel": "1.4.x",
88
"wamania/php-stemmer": "4.0 as 3.0",
9-
"bamarni/composer-bin-plugin": "^1.8"
9+
"bamarni/composer-bin-plugin": "1.8.x"
1010
},
1111
"autoload": {
1212
"psr-4": {
@@ -22,13 +22,11 @@
2222
"psalm:update-baseline:force": "psalm --threads=1 --update-baseline --set-baseline=psalm-baseline.xml",
2323
"test:unit": "phpunit --config tests/phpunit.xml",
2424
"post-install-cmd": [
25-
"composer install --no-scripts",
2625
"@composer bin all install --ansi",
2726
"grep -r 'OCA\\\\Recognize\\\\Vendor\\\\Rubix' ./vendor/rubix/ml/ || (vendor/bin/php-scoper add-prefix --prefix='OCA\\Recognize\\Vendor' --output-dir=\"/tmp/scoped-vendor\" --working-dir=\"./vendor/\" -f --config=\"../scoper.inc.php\" && cp -rf /tmp/scoped-vendor/* ./vendor/ && rm -rf /tmp/scoped-vendor)",
2827
"composer dump-autoload"
2928
],
3029
"post-update-cmd": [
31-
"composer install --no-scripts",
3230
"@composer bin all install --ansi",
3331
"grep -r 'OCA\\\\Recognize\\\\Vendor\\\\Rubix' ./vendor/rubix/ml/ || (vendor/bin/php-scoper add-prefix --prefix='OCA\\Recognize\\Vendor' --output-dir=\"/tmp/scoped-vendor\" --working-dir=\"./vendor/\" -f --config=\"../scoper.inc.php\" && cp -rf /tmp/scoped-vendor/* ./vendor/ && rm -rf /tmp/scoped-vendor)",
3432
"composer dump-autoload"

0 commit comments

Comments
 (0)