Skip to content

Commit

Permalink
Added php zip extension - needed for phinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlakis committed Jan 4, 2016
1 parent 042c26b commit 8044793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vagrant_local:

php:
install: '1'
packages: ['php70-php-cli', 'php70-php-common', 'php70-php-opcache', 'php70-php-fpm', 'php70-php-mysqlnd', 'php70-php-pdo', 'php70-php-mcrypt', 'php70-php-intl', 'php70-php-devel','php70-php-xml']
packages: ['php70-php-cli', 'php70-php-common', 'php70-php-opcache', 'php70-php-fpm', 'php70-php-mysqlnd', 'php70-php-pdo', 'php70-php-mcrypt', 'php70-php-intl', 'php70-php-devel','php70-php-xml', 'php70-php-zip']

app:
env: development
Expand Down

0 comments on commit 8044793

Please sign in to comment.