Zephir v0.11.3 Release Notes

Release Date: 2018-11-13 // over 5 years ago
  • 🔄 Changed

    • ✂ Remove legacy installers and provide a common way to install Zephir #1714. Supported installation strategies are:
      • Install as a global application (using composer global require)
      • Install as a PHAR file. (this feature currently in the testing phase and not released officially)
      • Install as a Git clone (using git clone and composer install inside cloned project)
      • Install as a project's dependency (using composer require)