Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active July 22, 2017 13:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ziadoz/efe92729da74c2aebd1b3ee6ba347287 to your computer and use it in GitHub Desktop.
Install Atom Editor PHP Integrator Core 3.0.0 on macOS Sierra
#!/usr/bin/env bash
brew tap homebrew/homebrew-php
brew install php71
cd ~/.atom/packages/php-integrator-base/core
/usr/local/bin/php ./composer.phar create-project php-integrator/core ./3.0.0 3.0.0 --prefer-dist --no-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment