zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

:Compiled new phar version. #3

Closed swilczynski closed 11 years ago

slaff commented 11 years ago

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:

  1. git clone https://github.com/zendtech/ZendServerSDK.git
  2. cd ZendServerSDK/
  3. wget http://getcomposer.org/composer.phar
  4. php composer.phar install --no-dev
  5. php bin/create-phar.php

The new phar file will be in bin/zs-client.phar

swilczynski commented 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:

  1. git clone https://github.com/zendtech/ZendServerSDK.git
  2. cd ZendServerSDK/
  3. wget http://getcomposer.org/composer.phar
  4. php composer.phar install --no-dev
  5. 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.