Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 563 Bytes

File metadata and controls

23 lines (20 loc) · 563 Bytes

This directory contains files necessary for building Phar file

Modules excluded from phar file:

  • datafactory
  • doctrine2
  • laravel5
  • lumen
  • phalcon
  • symfony
  • yii2
  • zendexpressive
  • zf2

Additional dependency compared with codeception/codecepion:

  • hoa/console

Build instructions

  1. Download robo.phar file wget https://robo.li/robo.phar
  2. Disable phar.readonly in your php.ini file, it must be phar.readonly = Off
  3. Run php robo.phar build:phar72
  4. Run php robo.phar build:phar56
  5. Run php robo.phar release
  6. Commit added files and push