Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #615 from nubeiro/master
Browse files Browse the repository at this point in the history
Add php5-sqlite to list of php packages to install.
  • Loading branch information
mmoreram committed Nov 4, 2015
2 parents 9202c13 + c274f63 commit d7e8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/ansible/vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ redis:
php:
install: '1'
ppa: php5-oldstable
packages: [php5-cli, php5-curl, php5-intl, php5-mcrypt, php5-gd, php5-mysql, php5-redis]
packages: [php5-cli, php5-curl, php5-intl, php5-mcrypt, php5-gd, php5-mysql, php5-redis, php5-sqlite]
xdebug:
install: '1'
composer:
Expand Down

0 comments on commit d7e8e38

Please sign in to comment.