Skip to content

Commit

Permalink
using PHP 7.1 and Redis #789
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Jun 14, 2018
1 parent 250e217 commit 05499df
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .sensiolabs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
php_version: 5
php_version: 7.1

pre_composer_script: |
#!/bin/bash
sed -i -e "s/database_driver:.*/database_driver: pdo_mysql/" app/config/parameters.yml.dist
sed -i -e "s/database_server_version:.*/database_server_version: 5.6/" app/config/parameters.yml.dist
sed -i -e "s/memcached\.yml/memcache\.yml/" app/config/config.yml
pear clear-cache
pear update-channels
pear upgrade
sudo apt-get update
sudo apt-get -y -q --force-yes install zlib1g-dev memcached &&
yes '' | pecl install memcache
php_ini: |
extension=memcache.so
extension=pdo_mysql.so
exclude_patterns:
Expand Down

0 comments on commit 05499df

Please sign in to comment.