Use composer to load dependencies

This commit is contained in:
Stefan Vetsch 2015-03-14 19:36:35 +01:00
parent 3835a48db8
commit 2fb1666bb5
1 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ php:
- "5.4"
- "5.3"
before_script:
- git clone git://github.com/phpseclib/phpseclib.git phpseclib
- mv phpseclib/phpseclib/* ./
- composer install --prefer-source --dev