Commit 0b379f60 authored by David Weston's avatar David Weston

Updated build script

parent 0462af6a
...@@ -6,5 +6,5 @@ curl -L https://github.com/zendframework/zf1/releases/download/release-1.12.20/Z ...@@ -6,5 +6,5 @@ curl -L https://github.com/zendframework/zf1/releases/download/release-1.12.20/Z
unzip ./tmp/zend.zip -d ./tmp/zend unzip ./tmp/zend.zip -d ./tmp/zend
cp -ap ./tmp/zend/ZendFramework-1.12.20-minimal/library/Zend/* ./src cp -ap ./tmp/zend/ZendFramework-1.12.20-minimal/library/Zend/* ./src
php ./bin/remove-includes.php -d ./src php ./bin/remove-includes.php -d ./src
php ./vendor/bin/php-cs-fixer fix ./src --rules=@Symfony php ./vendor/bin/php-cs-fixer fix ./src --rules=@Symfony,ereg_to_preg --allow-risky=yes
rm -rf ./tmp rm -rf ./tmp
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment