Closed swilczynski closed 11 years ago
Ok. Thanks for the "no-dev" tip
Dnia 6 wrz 2013 o godz. 09:49 slaff notifications@github.com napisał(a):
It seems that this phar file is compiled with dev dependancies and its size increased from 2,4 MB to 10 MB. This change will be rejected and I will compile a new phar file.
The correct sequence to compile a phar file is:
- git clone https://github.com/zendtech/ZendServerSDK.git
- cd ZendServerSDK/
- wget http://getcomposer.org/composer.phar
- php composer.phar install --no-dev
- php bin/create-phar.php
The new phar file will be in bin/zs-client.phar
— Reply to this email directly or view it on GitHub.
It seems that this phar file is compiled with dev dependancies and its size increased from 2,4 MB to 10 MB. This change will be rejected and I will compile a new phar file.
The correct sequence to compile a phar file is:
The new phar file will be in bin/zs-client.phar