First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
13
vendor/psy/psysh/bin/build
vendored
Executable file
13
vendor/psy/psysh/bin/build
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "${BASH_SOURCE%/*}/.."
|
||||
|
||||
echo "Building phar"
|
||||
./bin/build-vendor
|
||||
php -d 'phar.readonly=0' ./bin/build-phar
|
||||
|
||||
echo "Building compat phar"
|
||||
./bin/build-vendor-compat
|
||||
php -d 'phar.readonly=0' ./bin/build-phar --compat
|
Loading…
Add table
Add a link
Reference in a new issue