Thomas Gelf f18e1b6a5f ConfigDiff: byebye PHP-FineDiff, hello php-diff
Gives far better performance for larger strings
2015-11-05 12:30:07 +01:00

10 lines
213 B
Plaintext

git clone https://github.com/chrisboulton/php-diff.git
# Last used commit:
cd php-diff
git checkout f4db229d7ae8dffa0a4f90e1adbec9bf22c93d99
rm -rf .git
rm -rf .gitignore
rm -rf composer.json
rm -rf example
cd ..