Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
add imagemagick to php modules and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fephil committed Sep 10, 2016
1 parent 7dcfcc7 commit f399073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tali v0.0.4
# tali v0.0.5

**A Vagrant server setup for developing LEMP websites.**

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

# Tali v0.0.4
# Tali v0.0.5

# Get config file
require 'yaml'
Expand Down
1 change: 1 addition & 0 deletions provision/tali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ php:
extensions:
- php7.0-mysql
- php7.0-curl
- php-imagick
- php-xdebug
mariadb:
username: tali
Expand Down

0 comments on commit f399073

Please sign in to comment.