Skip to content

Instantly share code, notes, and snippets.

@BronsonQuick
Last active March 22, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BronsonQuick/18498eb198292aaf77c42ca7730269f4 to your computer and use it in GitHub Desktop.
Save BronsonQuick/18498eb198292aaf77c42ca7730269f4 to your computer and use it in GitHub Desktop.
A Chassis config file for local development of wpaustralia.org
# Chassis configuration
hosts:
- wpaustralia.local
# Extensions
#
# Install a list of extensions automatically
extensions:
- chassis/xdebug
- chassis/mailhog
- chassis/sequelpro
- chassis/imagick
- chassis/db-backup
- chassis/fish
# PHP version
php: 7.1
@ntwb
Copy link

ntwb commented Mar 22, 2018

Awesome, though let's use PHP 7.2 as WP 4.9.5 that ships next week recommends it 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment