Update php version

pull/2487/head
jmontoyaa 8 years ago
parent 0dfd450dd4
commit 0eb18855da
  1. 7
      .scrutinizer.yml

@ -5,7 +5,7 @@ build:
environment: environment:
mysql: 5.5 mysql: 5.5
php: php:
version: '5.6.16' version: 7.0
ini: ini:
'date.timezone': 'US/Pacific' 'date.timezone': 'US/Pacific'
'phar.readonly': false 'phar.readonly': false
@ -99,9 +99,8 @@ coding_style:
tools: tools:
php_analyzer: true php_analyzer: true
php_mess_detector: true php_cs_fixer:
config: { level: psr2 }
php_cs_fixer: true
php_code_sniffer: php_code_sniffer:
config: config:
standard: PSR2 standard: PSR2

Loading…
Cancel
Save