update v 1.0.7.5
This commit is contained in:
7
vendor/psy/psysh/bin/build-vendor
vendored
Normal file
7
vendor/psy/psysh/bin/build-vendor
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd "${BASH_SOURCE%/*}/.."
|
||||
|
||||
rm -rf build-vendor
|
||||
|
||||
COMPOSER_VENDOR_DIR=build-vendor composer install --ignore-platform-reqs --no-dev --no-progress --classmap-authoritative
|
||||
Reference in New Issue
Block a user