composer update

This commit is contained in:
Manish Verma
2018-12-05 10:50:52 +05:30
parent 9eabcacfa7
commit 4addd1e9c6
3328 changed files with 156676 additions and 138988 deletions

4
vendor/nikic/php-parser/test_old/run-php-src.sh vendored Normal file → Executable file
View File

@@ -1,4 +1,4 @@
wget -q https://github.com/php/php-src/archive/php-7.1.0.tar.gz
wget -q https://github.com/php/php-src/archive/php-7.3.0RC1.tar.gz
mkdir -p ./data/php-src
tar -xzf ./php-7.1.0.tar.gz -C ./data/php-src --strip-components=1
tar -xzf ./php-7.3.0RC1.tar.gz -C ./data/php-src --strip-components=1
php -n test_old/run.php --verbose --no-progress PHP7 ./data/php-src